microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.62k stars 303 forks source link

How to send request via proxy? #842

Closed zerodaykb closed 12 months ago

zerodaykb commented 12 months ago

Description

Hello, I would like to send requests via Burp proxy running on my machine. How can I do this the easiest way? :)

zerodaykb commented 12 months ago

Ok, I have a solution for anyone looking here. :)

it is possible to use --target_ip 127.0.0.1 --target_port 8080 in Restler. Then in burp proxy you set redirects in request handling tab.