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:
13
docs/nmap.1
13
docs/nmap.1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user