mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Include traceroute in NmapOps::RawScan.
This commit is contained in:
parent
dcfa102a1b
commit
2b8d091252
2 changed files with 2 additions and 2 deletions
|
|
@ -323,7 +323,7 @@ bool NmapOps::UDPScan() {
|
|||
}
|
||||
|
||||
bool NmapOps::RawScan() {
|
||||
if (ackscan|finscan|idlescan|ipprotscan|maimonscan|nullscan|osscan|synscan|udpscan|windowscan|xmasscan|sctpinitscan|sctpcookieechoscan)
|
||||
if (ackscan|finscan|idlescan|ipprotscan|maimonscan|nullscan|osscan|synscan|udpscan|windowscan|xmasscan|sctpinitscan|sctpcookieechoscan|traceroute)
|
||||
return true;
|
||||
if (pingtype & (PINGTYPE_ICMP_PING|PINGTYPE_ICMP_MASK|PINGTYPE_ICMP_TS|PINGTYPE_TCP_USE_ACK|PINGTYPE_UDP|PINGTYPE_SCTP_INIT))
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue