I have a raspberry pi 3 with kali linux installed and wireshark connected to the same network with a windows 10 laptop running a web page that requires a user name - password login. I am running the web page with google chrome. i don't seem to get any kind of http packets when every log in to the web page. both of the computers are connected to the same router with cables. asked 18 Jul '16, 13:01 Thanasis Val... edited 18 Jul '16, 16:12 Bill Meier ♦♦ |
One Answer:
Unless they are connected to the same hub with cables, you cannot capture one computer's traffic using another computer (except the traffic they exchange with each other, which is not your case). See Wireshark Wiki on capture setup for more detailed information. answered 18 Jul '16, 14:41 sindy |