Redirecting all Script Traffic to Burp
On Burp
Proxy > Options > Proxy Listeners > Add
In Binding tab, set Bind port to 8081
In Request Handling tab, set Redirect to host option to [IP of target] and Redirect to Port option to 80
Make sure to select the newly added listener when done
On script, change target to http://localhost:8081
On Burp, Turn intercept on
Once Script runs, sent the request to Repeater (ctrl + r)
Last updated
Was this helpful?