You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
kolet
changed the title
is that possible to skip when matching ?
is that possible to skip line on matching ?
Jun 18, 2022
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 !
The text was updated successfully, but these errors were encountered: