No description
Find a file
Andrea Bontempi 47003e1dec FIX
2016-09-06 12:22:14 +02:00
breeder FIX (good practices) 2015-03-05 16:40:24 +01:00
cigarette FIX bugs 2015-03-16 23:09:58 +01:00
commons FIX bugs 2015-03-16 23:09:58 +01:00
config Fix config/CMakeLists.txt 2014-02-14 17:02:15 +01:00
pursuer FIX (good practices) 2015-03-05 16:35:24 +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 FIX bugs 2015-03-16 23:09:58 +01:00
.gitignore gitignore 2013-06-25 19:58:41 +02:00
.gitlab-ci.yml CI Gitlab 2016-06-01 14:41:01 +02:00
.travis.yml FIX 2016-09-06 12:22:14 +02:00
CMakeLists.txt C++11 2016-09-06 12:11:45 +02: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