
Repositorio del equipo T1GR3$ en el hackathon de Cybercamp 2018
Repository of the T1GR3$ team at the Cybercamp 2018 hackathon
Final presentation at Cybercamp 2018:
https://www.youtube.com/watch?v=l-iBtYxHAbQ
Video used at Cybercamp 2018:
https://www.youtube.com/watch?v=0DEitQNn7GQ

sudo apt-get install build-essential autoconf automake libtool pkg-config libnl-3-dev libnl-genl-3-dev libssl-dev libsqlite3-dev libpcre3-dev ethtool shtool rfkill zlib1g-dev libpcap-dev
cd aircrack-ng
autoreconf -i
./configure --with-experimental
make
sudo make install
sudo su
airmon-ng start wlan0
gpsd /dev/ttyUSB0
airodump-ng wlan0mon -w prueba --gpsd --berlin 5 --write-interval 3
python databaseHeatMapAircrack.py
Where:
outputDB: SQLite3 output database
inputAP: Modified aircrack file with access points (format .ap.csv)
inputClient: Modified aircrack file with clients (format .cli.csv)
sudo apt-get install node nodejs-legacy npm
npm i express --build-from-source
npm i sqlite3 --build-from-source
npm i body-parser --build-from-source
npm i ejs --build-from-source
Fill config.js
node server.js
Visit localhost:3000
Legend on the map
Route of points on the map
Silvia Nerea Anguita de Blas (@silvianerea)
Raúl Calvo Laorden (@raulcalvolaorden)
Elena del Portillo Peña (@elenadpp)
Ricardo José Ruiz Fernández (@ricardojoserf)