Development builds: https://ci.ishland.com/job/ThievesKiller/job/HTTPServiceAttacker-Java/job/master/
Chinese document: https://github.com/thieveskiller/HTTPServiceAttacker-Java/blob/master/README-cn.md
- Download the build or build yourself
- Launch the build using
java -jar yourbuild.jar
- Edit the configuration file
config.yml
- Launch the build again
- Enjoy
- showExceptions: Whether we show exception details
- targets: A array where stores the targets
-
- addr: The remote url
-
- threads: The count of threads to use
-
- mode: Using
GET
orPOST
to do requests.
- mode: Using
-
- data: When using
POST
, the request body
- data: When using
-
- referer: The header
Referer
value to set
- referer: The header
- [QQ] QQ number
- [86Phone] Chinese phone number
- [Ascii_x] Random printable string, where
x
is the length - [Number_x] Random numerical string, where
x
is the length - [Alpha_x] Random alphabetical string, where
x
is the length - [NumAlp_x] Random alphabetical and numerical string, where
x
is the length x
is ranged in 1-32