I tried sniffing network traffic between 2 ip addresses. One is a HTTP server and other is the client accessing that site.
My aim is to sniff POST method form data. How do i do that? When i tried sniffing, only the packets which had source address of either my computer or the ips to which I have TCP connection established were getting sniffed.. which is not what i actually want.
My Comp: 192.168.1.1 Victim: 192.168.1.2 Site: 192.168.1.10
I have wireshark installed on 192.168.1.1. And I want tp sniff POST form traffic sent by 192.168.1.2 to site 192.168.1.10....
Your reply would be highly valued..