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
It would be nice if you could pass arbitrary param value instead using just wrtqva<random>.
The idea is that I would like to fuzz for blind SSRF during header discovery so I would like to pass <random>.brp.mmquant.net as the header value.
to /root/.BurpSuite/bapps/<appId>/build/libs/burp/<classFile>
but I'm unable to get it to work as param-miner still fuzzes with wrtqva<random> string.
*( I'm not JAVA dev :) )
The text was updated successfully, but these errors were encountered:
It would be nice if you could pass arbitrary param value instead using just
wrtqva<random>
.The idea is that I would like to fuzz for blind SSRF during header discovery so I would like to pass
<random>.brp.mmquant.net
as the header value.I tried to modify code in
Compiled and then copied
to
/root/.BurpSuite/bapps/<appId>/build/libs/burp/<classFile>
but I'm unable to get it to work as param-miner still fuzzes with
wrtqva<random>
string.*( I'm not JAVA dev :) )
The text was updated successfully, but these errors were encountered: