detect form parameter in fuzzer

75 views
Skip to first unread message

samcker dodi

unread,
Dec 31, 2023, 1:18:33 PM12/31/23
to ZAP Developer Group
Hello everyone 
i had a situation where i want to brute force the password and there is additional parameter in the form named (token) and it is validated in the backend and it changes in each time the page reloaded so i need the ZAP fuzzer to retrieve this parameter value in each request then reuse it in brute force the password . How could i do this 
Here is the screenshot of the request in ZAP 
Capture.PNG
thanks guys 

samcker dodi

unread,
Dec 31, 2023, 3:07:22 PM12/31/23
to ZAP Developer Group
thanks guys i have solved it with zest script using this amazing tutorial 
https://medium.com/@ecralevhack/solving-portswiggers-2fa-bypass-using-a-brute-force-attack-lab-with-owasp-zap-befe780b9afc
but now i need this script to be multithreaded and run quickly . How could i do it because no reference to do this with multi threaded 
Thanks in advance 

psiinon

unread,
Jan 2, 2024, 8:32:47 AMJan 2
to ZAP Developer Group

Cheers,

Simon

samcker dodi

unread,
Jan 2, 2024, 9:41:22 AMJan 2
to ZAP Developer Group
Thanks Simon but how to run the zest script from fuzzer ?? i have used fuzzer a lot and know the threads options but how to apply these threads options in fuzzer on zest script ?? 
Thanks in advance 

thc...@gmail.com

unread,
Jan 2, 2024, 10:21:27 AMJan 2
to zaproxy...@googlegroups.com
The fuzzer will automatically regenerate the anti-csrf token, if it
knows there's one:
https://www.zaproxy.org/docs/desktop/addons/fuzzer/httpmessageprocessors/#anti-csrf-token-refresher


You can't use Zest scripts, it only supports programming languages:
https://www.zaproxy.org/docs/desktop/addons/fuzzer/httpmessageprocessors/#fuzzer-http-processor-script

Best regards.
Reply all
Reply to author
Forward
0 new messages