mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
|
outbound fuzz 'POST /arbitrarydataarbitrarydataarbitrarydataarbitrarydata\r\n\r\n\n'
|
||
|
# String to match in the response
|
||
|
inbound '404'
|
||
|
# What port the fuzzer tries to connect to
|
||
|
port 8080
|
||
|
# What protocol to use
|
||
|
proto tcp
|
||
|
# How long to wait on a response
|
||
|
receiveTimeout 1
|
||
|
# How long to wait between retrying test cases
|
||
|
failureTimeout 5
|
||
|
# Number of times to retry a test case
|
||
|
failureThreshold 3
|