Sniffing stealmylogin.com
Hello!
I have been trying to sniff packets to stealmylogin.com and get the user/pass I entered in the forms after submit, but Wireshark is simply not getting them.
I used tracert to get stealmylogin.com ip address and then filtered in Wireshark with ip.addr, but to no avail, no packets available. The only packets I got to that website were some DNS protocol queries from the tracert, but nothing from firefox nor google when submitting the forms.
What am I doing wrong?
My method:
- Start capturing packets in Wireshark on all available interfaces
- Go to http://www.stealmylogin.com/demo.html and enter some username and password.
- Submit and proceed within the website.
- Stop capture in wireshark.
- Try to filter by http.request.method == "POST"
- No POST requests (only keep-alive ones with no info on them with OCSP protocol)
Note that I am using a proxy to access the net.