substitute for Nmap | All About Testing https://allabouttesting.org Software Testing & Ethical Hacking Fundamentals Mon, 10 Oct 2022 15:58:37 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.2 https://i0.wp.com/allabouttesting.org/wp-content/uploads/2018/02/cropped-logo-favicon.jpg?fit=32%2C32&ssl=1 substitute for Nmap | All About Testing https://allabouttesting.org 32 32 135190090 Usage masscan : substitute for Nmap https://allabouttesting.org/usage-masscan-substitute-for-nmap/?utm_source=rss&utm_medium=rss&utm_campaign=usage-masscan-substitute-for-nmap https://allabouttesting.org/usage-masscan-substitute-for-nmap/#respond Mon, 30 Oct 2017 09:58:43 +0000 https://allabouttesting.org/?p=1246 Masscan is called as fastest TCP port scanner. It is similar to Nmap, a popular network scanner. Below is the...

The post Usage masscan : substitute for Nmap first appeared on All About Testing.

]]>
Masscan is called as fastest TCP port scanner. It is similar to Nmap, a popular network scanner. Below is the list of commands that help you in using masscan. Click Here if you are interested in Most Asked Nmap Interview Questions asked by Big Companies.

1. Display help

#masscan -h

2. Scan

#masscan -p 0-65535 192.168.0.101

3. Capture output in grep (-oG), xml (-oX) etc

#masscan -p 0-65535 192.168.0.0/24 -oG test

4. Increase scan speed using ‘–rate’

#masscan -p 80 192.0.0.0/8 --rate 10000

5. Exclude and include host for scan in file

#masscan -p 80 453.43.4.1/24 --excludefile ExcFile
#masscan -p 80 453.43.4.1/24 --includefile IncFile

6. Put all commands in .conf file and scan with ‘-c’ command

Example:

Conclusion

Masscan is an awesome tool and the only single tool that is capable to replace Nmap. It is recommended to learn both tools in great detail as it helps you to identify more vulnerabilities in IT system.

The post Usage masscan : substitute for Nmap first appeared on All About Testing.

]]>
https://allabouttesting.org/usage-masscan-substitute-for-nmap/feed/ 0 1246