Sunday, 24 May 2015

KALI LINUX TUTORIAL | BUILDING UNICORNSCAN IN KALI LINUX 1.0


Unicornscan is no longer packaged with Kali Linux 1.0. One of our scripts (onetwopunch.sh) happens to use it, so I went about building Unicornscan from source. I ran into a couple of snags when building it, but I've documented it here to make things easier for others.
Unicornscan requires flex which isn't installed in Kali Linux 1.0, so install it: 


?
1
root@kali# apt-get install flex

This should install smoothly, and once it's, download the latest version of Unicornscan from http://www.unicornscan.org/. Unpack it and build as follows: 

?
1
root@kali# ./configure CFLAGS=-D_GNU_SOURCE && make && make install

Once it's done, you'll find unicornscan in /usr/local/bin

0 comments:

Post a Comment