Skip to content

Releases: MasonDye/CC-Attack-Rewrite

Version 2.4.0

30 May 00:59
27db746
Compare
Choose a tag to compare
  • ❤ New Features

    • Added support for multiple HTTP request methods, including: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, and CONNECT. Users can specify the request method using the -method flag.
  • ✂ Improvements

    • Renamed flag names: userAgentFile to ua_pool, proxyListFile to ip_pool, and httpVersion to http_version.
    • Added URL prefix check to ensure the target URL starts with http:// or https://. Defaults to http:// if missing.
  • ✂ Console Output

    • Improved console output formatting for better readability. For example, explicitly mentioned milliseconds for speed and timeout.
  • ✂ Others

    • Updated version information and release date.
  • 🐛 Bug Fixes

    • Fixed minor issues to improve code performance and clarity.

Version 2.3.0

21 Apr 22:50
53a6d96
Compare
Choose a tag to compare

❤ Update:

  • Added attack time limit option.
  • Added HTTP version option.
  • Added additional Cookie option for requests.

Version 2.2.4

19 Apr 01:08
8c3c3e9
Compare
Choose a tag to compare

❤ Update:

  • Added a per-second attack request counter.

✂ Change:

  • Attack status text no longer stacks; now outputs on a single line.
  • No longer prints errors; now counts errors instead.

Version 2.2.3

17 Mar 01:05
5c288c7
Compare
Choose a tag to compare

✂ Change:

  • IP pools do not require the addition of the 'http://' protocol header.

Version 2.2.2

29 Nov 23:35
c31460d
Compare
Choose a tag to compare

❤ Update:

  • Multithreading optimization
  • China version (Language Support)

✂ Change:

  • Modify some text

Version 2.2.1

17 Nov 07:33
0588252
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • Abnormal program exit due to Timeout

Version 2.2.0

16 Nov 10:40
7e27076
Compare
Choose a tag to compare

❤ Update:

  • Set timeout -timeout
  • UA Pool (random)
  • Add program info in Usage

✂ Change:

  • IP Pool (random)
  • Attack speed-time-->-speed

🐛 Bug Fixes:

  • Asynchronous Multi-Threading Fix

Version 2.1.0

15 Nov 11:54
a303821
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • Fixed the issue of incomplete execution in goroutines.

Version 2.0.0

15 Nov 10:04
a303821
Compare
Choose a tag to compare

❤ Update:

  • Asynchronous multi-threaded attacks
  • Asynchronous request
  • Beautify
  • Add attack information

🐛 Bug Fixes:

  • IP pool bug fix
  • Attack speed fix

Version 1.0.0

15 Nov 00:03
a303821
Compare
Choose a tag to compare
Version 1.0.0 Pre-release
Pre-release

First Version

❤Function Updates :

  • Threads
  • Request Speed
  • Set User-Agent
  • Set IP Pool