Redirecting all Script Traffic to Burp

On Burp

  1. Proxy > Options > Proxy Listeners > Add

  2. In Binding tab, set Bind port to 8081

  3. In Request Handling tab, set Redirect to host option to [IP of target] and Redirect to Port option to 80

  4. Make sure to select the newly added listener when done

  5. On script, change target to http://localhost:8081

  6. On Burp, Turn intercept on

  7. Once Script runs, sent the request to Repeater (ctrl + r)

Last updated

Was this helpful?