PortSwigger / python-scripter

Sourced from gist: https://gist.github.com/mwielgoszewski/7026954
50 stars 11 forks source link

Can python-scripter repeat requests? #10

Open MMquant opened 10 months ago

MMquant commented 10 months ago

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
...