Last active
February 12, 2018 20:14
-
-
Save HollywoodMarks/5ce7ded15534d72e33d3e74a1fbfbb3c to your computer and use it in GitHub Desktop.
Installing whob on CentOS, and related OS's
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
BUILDING LFT & Whob | |
## Prereq's | |
$ sudo yum install libpcap libpcap-devel | |
## Download LFT from here: http://pwhois.org/lft/ | |
## Version may obviously change | |
$ tar zxf lft-3.79.tar.gz | |
$ cd /home/<user>/lft-3.79 | |
$ ./configure ; make install | |
## Then you can start using lft or whob | |
$ lft 8.8.8.8 | |
$ whob 8.8.8.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment