This website requires JavaScript.
Explore
Help
Sign In
PenTest
/
nmap
Watch
1
Star
0
Fork
0
You've already forked nmap
mirror of
https://github.com/nmap/nmap.git
synced
2025-12-10 09:49:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a869a1df8f971b79abd33769a268a1c39a29968c
nmap
/
scan_engine.cc
kris
24e30769e8
Merging my UDP localhost patch. It fixes the UDP scan on localhost picking up it's own port. It also fixes the TCP one so that it doesn't print a message (with -d) about receiving a response with unexpected flags (like getting a SYN for a SYN scan because it's our port). The problem was that the IP ID wasn't ntohs()'d while checking for this, so we still saw our port on UDP. I simply copied this to the TCP part to avoid the message.
2007-01-20 22:15:49 +00:00
140 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink