Skip to content

Instantly share code, notes, and snippets.

@z0mbiehunt3r
Created February 19, 2014 21:11
Show Gist options
  • Save z0mbiehunt3r/9101685 to your computer and use it in GitHub Desktop.
Save z0mbiehunt3r/9101685 to your computer and use it in GitHub Desktop.
Compiling firewalk in Debian/ubuntu
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