No description
Find a file
2015-03-01 16:54:02 +01:00
breeder Hard refactor 2014-01-25 15:39:16 +01:00
cigarette Hard refactor 2014-01-25 15:39:16 +01:00
commons FIX 2015-02-20 22:32:37 +01:00
config Fix config/CMakeLists.txt 2014-02-14 17:02:15 +01:00
pursuer Hard refactor 2014-01-25 15:39:16 +01:00
ranging FIX 2015-02-20 22:32:37 +01:00
riddle FIX minimum buffer length 2015-03-01 16:54:02 +01:00
test Add test for mac address 2014-12-14 11:57:31 +01:00
.gitignore gitignore 2013-06-25 19:58:41 +02:00
.travis.yml CI 2014-12-14 00:02:30 +01:00
CMakeLists.txt C++0x 2015-02-21 09:41:36 +01:00
LICENSE FIX 2012-11-06 10:14:38 +01:00
PKGBUILD depends += cmake 2013-05-12 12:03:12 +02:00
README.md README 2014-12-14 00:06:09 +01:00
TODO README 2013-03-08 10:08:02 +01:00

[![Build Status][travis-img]][travis-repo] [travis-img]: https://travis-ci.org/Andreabont/Project-Riddle.svg?branch=master [travis-repo]: https://travis-ci.org/Andreabont/Project-Riddle

Build and install

Installing the dependencies

  • cmake
  • libboost
  • libpcap

Compile!

git clone https://github.com/Andreabont/Project-Riddle.git
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc
make
make test
make install

Example

Get ARP packets from eth0

sudo riddle --iface eth0 --filter arp --dump

Show packets from wlan0

sudo riddle --iface wlan0 | cigarette

Show computers in the network (MAC and IP address)

sudo riddle --iface wlan0 | ranging