Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update masscan.8 and masscan.8.markdown #203

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/masscan.8
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ masscan <ip addresses/ranges> \-p \fIports\fR \fIoptions\fR
\fB\-\-retries\fR: the number of retries to send, at 1 second intervals\. Note that since this scanner is stateless, retries are sent regardless if replies have already been received\.
.
.IP "\(bu" 4
\fB\-\-nmap\fR: print help aobut nmap\-compatibility alternatives for these options\.
\fB\-\-nmap\fR: print help about nmap\-compatibility alternatives for these options\.
.
.IP "\(bu" 4
\fB\-\-pcap\-payloads\fR: read packets from a libpcap file containing packets and extract the UDP payloads, and associate those payloads with the destination port\. These payloads will then be used when sending UDP packets with the matching destination port\. Only one payload will be remembered per port\. Similar to \fB\-\-nmap\-payloads\fR\.
Expand Down
2 changes: 1 addition & 1 deletion doc/masscan.8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ one port.
that since this scanner is stateless, retries are sent regardless if
replies have already been received.

* `--nmap`: print help aobut nmap-compatibility alternatives for these
* `--nmap`: print help about nmap-compatibility alternatives for these
options.

* `--pcap-payloads`: read packets from a libpcap file containing packets
Expand Down