I have done the arpspoofing on my victim using arpspoof -t 192.168.1.206 192.168.1.1 -i wlan0 And i had changed my system into router mode. when my victim opened an website on online website i got the usernames and password of http POST requests in my wireshark. but when he opened a webpage which is hosted in local server(LAN) when he opened that local site my wireshark is not capturing those packets why? asked 25 Oct '15, 10:54 ashokkrishna edited 25 Oct '15, 11:02 |
One Answer:
You basically experienced what local means: A direct connection between client and server is possible, without going through the router. answered 25 Oct '15, 15:25 Jaap ♦ |