Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can python-scripter repeat requests? #10

Open
MMquant opened this issue Oct 17, 2023 · 1 comment
Open

Can python-scripter repeat requests? #10

MMquant opened this issue Oct 17, 2023 · 1 comment

Comments

@MMquant
Copy link

MMquant commented Oct 17, 2023

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
...
@stavinski
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants