1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

getting close to 3.82.SOC2 release

This commit is contained in:
fyodor
2005-07-21 00:39:49 +00:00
parent 42145701c3
commit c91b571774
7 changed files with 232 additions and 199 deletions

View File

@@ -491,6 +491,19 @@ record) or as a literal IP address such as
and TCP connect() Ping scan are supported. If you need UDP or other
scan types, have a look at http://nmap6.sourceforge.net/ .
.TP
.B \--send-eth
Asks Nmap to send packets at the raw ethernet (data link) layer rather
than the higher IP (network) layer. By default, Nmap chooses the one
which is generally best for the platform it is running on. Raw
sockets (IP layer) are generally most efficient for UNIX machines,
while ethernet frames work best on the many Windows versions where
Microsoft has disabled raw sockets support. Nmap still uses raw IP
packets when there is no other choice (such as non-ethernet
connections).
.B --send-ip
Asks Nmap to send packets via raw IP sockets rather than sending lower
level ethernet frames. It is the complement to the --send-eth
option.discussed previously.
.B \-f
This option causes the requested scan (including ping scans) to use
tiny fragmented IP packets. The idea is to split up the TCP header