diff --git a/pages/common/masscan.md b/pages/common/masscan.md index 7c7060f23d..ec461dbcf1 100644 --- a/pages/common/masscan.md +++ b/pages/common/masscan.md @@ -16,6 +16,10 @@ `masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{path/to/file}}` +- Scan a class B subnet with Nmap-like version detection (banner grabbing): + +`masscan {{10.0.0.0/16}} {{[-p|--ports]}} {{22,80}} --banners --rate {{100000}}` + - Scan the Internet for web servers running on port 80 and 443: `masscan {{0.0.0.0/0}} {{[-p|--ports]}} {{80,443}} --rate {{10000000}}`