Skip to content

Commit

Permalink
Merge pull request #629 from navarroaxel/patch-1
Browse files Browse the repository at this point in the history
Fix typo in man page
  • Loading branch information
robertdavidgraham authored Nov 1, 2023
2 parents dbf2517 + a27fbc9 commit 3bae7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/masscan.8
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ masscan <ip addresses/ranges> \-p \fIports\fR \fIoptions\fR
\fB\-\-range <ip/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 <ports\fR, \fB\-\-ports <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\.
\fB\-p <ports>\fR, \fB\-\-ports <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\.
Expand Down
2 changes: 1 addition & 1 deletion doc/masscan.8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ one port.
* `--range <ip/range>`: the same as target range spec described above,
except as a named parameter instead of an unnamed one.

* `-p <ports`, `--ports <ports>`: specifies the port(s) to be scanned. A
* `-p <ports>`, `--ports <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
Expand Down

0 comments on commit 3bae7bd

Please # to comment.