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
Is it possible to repeat modified requests with the python-scripter?
For example the request in proxy tool returns 403. Now I want to send the modified request to test for 403 bypasses.
proxy tool base request /admin -> 403
python-scripter automatically tests
/admin../admin
/admin/./admin
/admin%00
...
The text was updated successfully, but these errors were encountered:
I mean you could but it would take quite a lot of effort and you would likely be duplicating the functionality of Intruder. Personally I would have the python script send the URLs that should be fuzzed to Intruder to be performed instead of doing them inside the python script. This way you have all the power Intruder offers such as throttling, encoding etc...
Is it possible to repeat modified requests with the python-scripter?
For example the request in proxy tool returns 403. Now I want to send the modified request to test for 403 bypasses.
proxy tool base request
/admin -> 403
python-scripter automatically tests
The text was updated successfully, but these errors were encountered: