0

I am using virtualbox to create the virtual machine. I am using Windows 10 machine as host and Windows 8 as guest.

I want to monitor the data(incoming and outgoing ) data sent by any application from guest.

I can do same thing on my host machine using proxycap and fiddler

Proxy Cap and Fiddler

But few external application not allowing me to run fiddler and proxycap. So I thought install those application on VM and route the traffic to host.

Please let me know if it is possible? Any pointers or suggestion to full fill this task.

user2672763
  • 801
  • 1
  • 9
  • 18
  • You can use Wireshark for your scenario. As a best practice make the networking mode as Bridge mode and then try it. Hope it helps – Hussain K Feb 03 '16 at 18:52

1 Answers1

0

I set the proxy on my VM to host machine

For windows Open the cmd line with admin privileges and execute the following cmd

netsh  winhttp set proxy hostip

You can use any tool to capture data in host machine like httpanalyzer.

user2672763
  • 801
  • 1
  • 9
  • 18