Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
airo-heat — Repositorio del equipo T1GR3$ en el hackathon de Cybercamp 2018 | Kitploit
Tools/GitHubGitHub/t1gr3s/airo-heat
Wi-Fi AuditingNetwork MappingInformation GatheringPenetration Testing
GitHubt1gr3s/airo-heat

airo-heat

Repositorio del equipo T1GR3$ en el hackathon de Cybercamp 2018

View Repository
927 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

airoheat

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

Screenshot

Aircrack-ng

Installation modification

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

Running example

sudo su

airmon-ng start wlan0

gpsd /dev/ttyUSB0

airodump-ng wlan0mon -w prueba --gpsd --berlin 5 --write-interval 3

Creating Database

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)


Node Server

Installation

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

Running

node server.js

Visit localhost:3000


TODO

  • Legend on the map

  • Route of points on the map


Authors (alphabetical order)

  • Silvia Nerea Anguita de Blas (@silvianerea)

  • Raúl Calvo Laorden (@raulcalvolaorden)

  • Elena del Portillo Peña (@elenadpp)

  • Ricardo José Ruiz Fernández (@ricardojoserf)

Download Tool