robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.26k stars 3.04k forks source link

i need an installation guide for this tool #169

Closed sanampuri closed 9 years ago

sanampuri commented 9 years ago

i am unable to install masscan on my kalilinux, can any one tells how to do it.

brammittendorff commented 9 years ago

i do not think it is ment for but for servers with a 10gbps port or a 1gbps port, but you can always try to: $ sudo apt-get install git gcc make libpcap-dev $ git clone https://github.com/robertdavidgraham/masscan $ cd masscan $ make

sanampuri commented 9 years ago

i Got it Solved, The Issue is with Kali Os, The Os Image i Used Not Allowing the Internet on it, i Figured it and Used Kali Os from kali Website and the Tool Worked, Thanks for the Support guys.