0

i am using so many tool like burpsuite but with this tool I can capture the local host traffic only can any body tell me that how to intercept the web request of a remote machine

Thanks

ZeroNullByte
  • 39
  • 12

1 Answers1

0

It should be achievable with fiddler:

http://docs.telerik.com/fiddler/configure-fiddler/tasks/monitorremotemachine

Guus Punt
  • 31
  • 2
  • but can we change the request header with fiddler. like i intercept the request and change it with burp suite but burp suite is only for localhost I want to intercept the remote system request and change it – ZeroNullByte Feb 02 '17 at 11:07
  • Fiddler main page: "Easily manipulate and edit web sessions. All you need to do is set a breakpoint to pause the processing of the session and permit alteration of the request/response. You can also compose your own HTTP requests to run through Fiddler." If you wanna know if it supports the functionality you searching for please check the fiddler documentation on their main page – Guus Punt Feb 03 '17 at 13:20