From 56c30d40656267116cddf88471c96e9e047ecfc6 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 13 Oct 2021 01:26:11 -0300 Subject: [PATCH 1/2] Update masscan.8.markdown --- doc/masscan.8.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/masscan.8.markdown b/doc/masscan.8.markdown index 6bf924ff..6506b4c5 100644 --- a/doc/masscan.8.markdown +++ b/doc/masscan.8.markdown @@ -27,7 +27,7 @@ one port. * `--range `: the same as target range spec described above, except as a named parameter instead of an unnamed one. - * `-p `: specifies the port(s) to be scanned. A + * `-p `, `--ports `: specifies the port(s) to be scanned. A single port can be specified, like `-p80`. A range of ports can be specified, like `-p 20-25`. A list of ports/ranges can be specified, like `-p80,20-25`. UDP ports can also be specified, like From a27fbc9bb5404e54d86baa4cd4fb6f89176c110c Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 13 Oct 2021 01:27:49 -0300 Subject: [PATCH 2/2] Update masscan.8 --- doc/masscan.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/masscan.8 b/doc/masscan.8 index a1fd9346..38a68e27 100644 --- a/doc/masscan.8 +++ b/doc/masscan.8 @@ -21,7 +21,7 @@ masscan \-p \fIports\fR \fIoptions\fR \fB\-\-range \fR: the same as target range spec described above, except as a named parameter instead of an unnamed one\. . .IP "\(bu" 4 -\fB\-p \fR: specifies the port(s) to be scanned\. A single port can be specified, like \fB\-p80\fR\. A range of ports can be specified, like \fB\-p 20\-25\fR\. A list of ports/ranges can be specified, like \fB\-p80,20\-25\fR\. UDP ports can also be specified, like \fB\-\-ports U:161,U:1024\-1100\fR\. +\fB\-p \fR, \fB\-\-ports \fR: specifies the port(s) to be scanned\. A single port can be specified, like \fB\-p80\fR\. A range of ports can be specified, like \fB\-p 20\-25\fR\. A list of ports/ranges can be specified, like \fB\-p80,20\-25\fR\. UDP ports can also be specified, like \fB\-\-ports U:161,U:1024\-1100\fR\. . .IP "\(bu" 4 \fB\-\-banners\fR: specifies that banners should be grabbed, like HTTP server versions, HTML title fields, and so forth\. Only a few protocols are supported\.