Created
February 19, 2014 21:11
-
-
Save z0mbiehunt3r/9101685 to your computer and use it in GitHub Desktop.
Compiling firewalk in Debian/ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install libpcap-dev libdumbnet-dev -y | |
sed -i 's/-ldnet/-ldumbnet/g' configure | |
sed -i 's/#include <dnet.h>/#include <dumbnet.h>/g' include/firewalk.h | |
sed -i 's//* empty *//continue;/g' src/firewalk.c | |
./configure -build=i386 | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment