This is a refactored and modernized edition of asleap, a network auditing tool with the ability to customize, inject, monitor, and manipulate IP traffic.
Key changes:
- ✅ Fixed errors and warnings caused by old libraries
- ✅ Removed deprecated libraries and functions
- ✅ Refactored code to be used with latest gcc version
Build dependencies:
gcc
Runtime dependencies:
libnet libpcap
git clone https://github.com/Obsidian-Covenant/packit.git
cd packit
autoreconf -i
./configure
make
sudo make install