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.52k stars 283 forks source link

How to send request via proxy? #842

Closed zerodaykb closed 7 months ago

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