1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-10 08:29:02 +00:00

applied some suggestions from eldraco <eldraco@gmail.com>

This commit is contained in:
fyodor
2008-07-16 09:22:20 +00:00
parent 78fa9e8198
commit e88e1306b8

View File

@@ -429,7 +429,7 @@ you would expect.</para>
reply to broadcast queries.</para>
<para>The <option>-sP</option> option sends an ICMP echo
request and a TCP packet to port 80 by default. When
request and a TCP ACK packet to port 80 by default. When
executed by an unprivileged user, only a SYN packet is sent
(using a <function>connect()</function> call) to port 80 on
the target. When a privileged user tries to scan targets
@@ -474,7 +474,7 @@ you would expect.</para>
IP is active. For machines on a local ethernet network, ARP
scanning will still be performed (unless
<option>--send-ip</option> is specified) because Nmap needs
MAC addresses to further scan target hosts. This option flag for this used to be <option>P0</option> (uses zero), but was renamed to avoid confusion with protocol ping's <option>PO</option> (uses the letter O) flag.</para>
MAC addresses to further scan target hosts. This option flag used to be <option>P0</option> (uses zero), but was renamed to avoid confusion with protocol ping's <option>PO</option> (uses the letter O) flag.</para>
</listitem>
</varlistentry>