- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 45字
- 2025-02-18 00:26:50
How to do it...
- Masscan is simple to use. We can begin a scan of a network by using the following command:
masscan 192.168.1.0/24 -p 80,443,23
We can also specify the packet rate by using -max-rate. By default, the rate is 100 packets per second.