Skip to content

Instantly share code, notes, and snippets.

@HollywoodMarks
Last active February 12, 2018 20:14
Show Gist options
  • Save HollywoodMarks/5ce7ded15534d72e33d3e74a1fbfbb3c to your computer and use it in GitHub Desktop.
Save HollywoodMarks/5ce7ded15534d72e33d3e74a1fbfbb3c to your computer and use it in GitHub Desktop.
Installing whob on CentOS, and related OS's
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