1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00
Commit Graph

8287 Commits

Author SHA1 Message Date
david
50c4981934 Remove the first-generation OS detection and nmap-os-fingerprints. 2007-11-03 01:31:02 +00:00
doug
9efe18921d Spell checking 2007-11-01 19:42:44 +00:00
david
f23d62d259 Don't use T: and U: in error messages as examples of proper form if they are
not allowed in the particular port/protocol specification that caused the
error.
2007-11-01 16:25:18 +00:00
david
2e65b35f84 Remove the artificial cap on the number of ping scan ports and protocols. Port
lists for ping scan now use the same syntax as the -p option except that T:,
U:, and P: are not allowed.
2007-11-01 16:15:11 +00:00
kris
9dfd8af1f3 updating ip_is_reserved(): 114/8 and 115/8 went to APNIC 2007-11-01 12:53:58 +00:00
david
f020df112f Change some references to o.ipprotscan into (rangetype & SCAN_PROTOCOLS) to avoid using global knowledge in getpts_aux. 2007-11-01 08:11:15 +00:00
david
b17c82a0b0 Remove NmapFE. 2007-11-01 07:45:43 +00:00
david
c1a366394f Update docs/nmap.usage.txt. 2007-11-01 07:45:04 +00:00
fyodor
69bc1886c9 gmail imapd patch from Matt Selsky 2007-11-01 05:38:13 +00:00
kris
d73e6900d9 Making a change to the IPProto ping section in the refguide: adding TCP and UDP to the list of protocols sent with additional headers. I removed these from the refguide by mistake when removing them from being sent by default 2007-10-31 23:24:12 +00:00
kris
8af261ea1a whoops, adding new limits for protocol numbers (0-255) passed to -PO. This didn't cause a crash or anything, just a wraparound in the protocol field (e.g. passing 258 caused 2 to be used) 2007-10-31 23:19:36 +00:00
doug
e52b86d3ea Fixed HP-UX false positives 2007-10-30 17:41:51 +00:00
david
2dcf70d520 Remove the struct scan_lists parameter from getpts_aux and some of its auxiliary functions. It was used only to keep track of the number of ports and protocols, which can be derived after the bit map is filled in. This is preparation for a minor refactoring of getpts so it can be used for ping port selection. 2007-10-30 04:40:10 +00:00
fyodor
83224a187c new signature for scanme.nmap.org (Linux 2.6.20-1) 2007-10-29 03:04:55 +00:00
fyodor
0aeb4dc91a fix some more typos and spelling errors 2007-10-29 02:35:55 +00:00
kris
b642da09ca a couple more fixes to the CHANGELOG 2007-10-29 02:33:09 +00:00
fyodor
bade93cc3c Add a couple Zenmap changes David made 2007-10-29 02:28:03 +00:00
kris
0ce3c8968e just fixing a couple typos in last set of CHANGELOG entries 2007-10-29 02:20:29 +00:00
fyodor
39bc50f2ee latest auto-generated configure 2007-10-29 02:17:21 +00:00
fyodor
31f49b275c update CHANGELOG with newest changes, update version number in more places 2007-10-29 02:15:58 +00:00
kris
96b644c426 setting default protocols for IPProto Ping to ICMP, IGMP and IPIP encapsulation (removing TCP/UDP and adding IPIP). 2007-10-29 01:36:25 +00:00
fyodor
8238243261 change Nmap version number to 4.22SOC8 in prep for next release; remove some useless defines 2007-10-29 00:51:45 +00:00
fyodor
0ddd43b70a trivial wording change 2007-10-28 08:53:12 +00:00
kris
7ac1b98cb4 Of course, after I commit the big patch I find a possible bug :) In case we can't findHost() on a packet received doing the IPProto Ping 2007-10-28 00:30:19 +00:00
kris
1b1fcc753b Adding a new ping type: IPProto Ping. It's used with '-PO'. I've changed references to -P0 (zero) to -PN throughout the source code and refguide.xml 2007-10-28 00:05:03 +00:00
kris
a4878d3150 removing getopt1.c from NmapFE.dsp 2007-10-25 19:07:29 +00:00
kris
3a7fc0585d just adding a couple things to the CHANGELOG 2007-10-25 00:45:23 +00:00
fyodor
02db0e5981 Rename Umit to Zenmap to reduce confusion between the version we ship with Nmap as the integrated GUI and the version maintained separately at umit.sourceforge.net 2007-10-24 21:45:50 +00:00
fyodor
25de001e67 latest build of Nmap manpage 2007-10-24 21:25:28 +00:00
fyodor
fecbe72dbe I think these are just automated sorting changes 2007-10-24 21:25:15 +00:00
kris
51c7cdb4c9 Fixing reason code based on ICMP response (during host discovery) 2007-10-24 18:31:51 +00:00
david
aeb9cae04b Redo some changes to the NSE pcre module that were originally done
before pcre was made a C module. Remove the nse_pcrelib.vcproj file,
change snprintf to Snprintf, and add a typecast to avoid a warning on
Windows.  This and r6026 should be considered a unit.
2007-10-23 01:10:46 +00:00
david
83382600f2 Revert r5485. This changes the pcre Lua module back to statically linked
code instead of a dynamically loaded C module. Linking the dynamic
shared module with the static libpcre.a was failing on OpenBSD. See
http://seclists.org/nmap-dev/2007/q4/0085.html.
2007-10-23 00:45:00 +00:00
david
d41f9ee095 Fix the test for GTK+ in configure.ac and move the macro RECVFROM_ARG6_TYPE from aclocal.m4 to acinclude.m4. 2007-10-22 23:27:22 +00:00
kris
5b052e84dd NmapOps functions shouldn't call other NmapOps functions through the global NmapOps o variable (e.g. use af() instead of o.af() in NmapOps::ValidateOptions()). It didn't hurt anything as 'o' is the only NmapOps object though 2007-10-21 02:52:52 +00:00
kris
2de3c2062f Fixing a LUAFLAGS assignment in configure 2007-10-19 18:15:07 +00:00
david
8bc752b155 Link with -lcrypto when testing for -lssl in the main configure. 2007-10-18 04:20:41 +00:00
david
45d54d11f1 Include nmap.h in portreasons.h. This fixes a compilation problem on OpenBSD. 2007-10-17 05:03:34 +00:00
david
abf3ad1d81 Don't remove umit/setup.py on distclean. 2007-10-14 21:24:06 +00:00
david
df4f55bd1f Update the version numbers in mswin32/nmap.rc and mswin32/nsis/Nmap.nsi. 2007-10-14 21:09:09 +00:00
kris
3195434fed a minor change to that last rev: the setsockopt() calls in Nmap cast the option values to (const char *) 2007-10-14 15:12:49 +00:00
kris
dfc9eba4db enable --ttl support for connect() scans 2007-10-14 14:37:56 +00:00
david
8725d37b47 Avoid rebuilding nmap every time "make" is run. The target "all" takes
care of building all prerequisites. One downside is that you can't do
"make nmap" in an clean tree any more, if anyone ever did that. You have
to do "make" once to build the prerequisites. This is how Automake does
it. I'll keep thinking about this.
2007-10-14 04:24:42 +00:00
david
b41c987471 Remove the unused DEPS variable from Makefile.in. 2007-10-14 04:05:16 +00:00
doug
eceea7ea95 Removed the Amazon httpd match line because it is too specific 2007-10-13 00:26:57 +00:00
fyodor
a3cb8dfdcc update by Jason DePriest to do HELP query in addition to EHLO 2007-10-12 21:56:20 +00:00
doug
41e5fdb353 Q3 2007 Service Updates 2007-10-12 18:48:33 +00:00
david
0a2764f198 Remove massping.
2 files changed, 1301 deletions(-)

Would that all patches could be like that.
2007-10-12 03:46:46 +00:00
david
c76cdc8e44 Make the old massping be used when NEW_MASSPING is undefined in targets.h. This
is the last revision that contains massping.
2007-10-12 03:38:38 +00:00
fyodor
e0de18c783 fix typo 2007-10-11 09:15:39 +00:00