xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

is that possible to skip line on matching ? #324

Open kolet opened 2 years ago

kolet commented 2 years ago

hi ,

i have 2 sets of payload . first payload is a wordlist . second payload numbers . 0000-9999 (bf)

i'd like for the scan to stop the BF on a line when matching a redirect(status code 302) or length (greater then normal) so instead of continue going through 10k for each line in payload 1 (wordlist) it will stop and continue with the other lines . how can i accomplish that ?

thanks !