From 0aa0fe55cd3ee1b713814b9791f05b0f58f70609 Mon Sep 17 00:00:00 2001 From: Elkana Bardugo Date: Wed, 17 Nov 2021 19:53:43 +0200 Subject: [PATCH] masscan: correct typo in hypen (#7446) --- pages/common/masscan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/masscan.md b/pages/common/masscan.md index 7aec982aa2..025ff01b37 100644 --- a/pages/common/masscan.md +++ b/pages/common/masscan.md @@ -14,11 +14,11 @@ - Scan a class B subnet avoiding ranges from a specific exclude file: -`masscan {{10.0.0.0/16}} ‐‐top-ports {{100}} ‐‐excludefile {{path/to/file}}` +`masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{path/to/file}}` - Scan the Internet for port 443: -`masscan {{0.0.0.0/0}} --ports {{443}} ––rate {{10000000}}` +`masscan {{0.0.0.0/0}} --ports {{443}} --rate {{10000000}}` - Scan the Internet for a specific port range and export to a file: