kris
|
6da0b2a534
|
Merging my --scanflags change. This allows 'ECE', 'CWR', 'ALL' and 'NONE' to be used. They've all been possible to set using a number, but I like names more :)
|
2007-01-19 20:14:36 +00:00 |
|
kris
|
928750ce05
|
Fix some typos, one in output. IPPROTO_TCP -> IPPROTO_IP (2), extre -> extra, /etc/protocol -> /etc/protocols
|
2007-01-19 01:39:03 +00:00 |
|
fyodor
|
0a4e660bdd
|
fix some typos (applie -> apple) reported by Matthew Boyle
|
2007-01-19 00:05:41 +00:00 |
|
kris
|
9ff574d50e
|
Merging my IGMP -sO patch. This adds build_igmp_raw() to easily build IGMP packets and uses it for -sO. Systems respond more when these packets are sent with an actual IGMP header. The RFC says they MUST verify the checksum, so that's most likely why I always got open|filtered instead of open. Since the different IGMP types all seem to have the checksum in the same place in the packet, it should at least tell us if it's supported or not even if the rest of the header is bogus (because the rest of the header has changed a little bit between the versions).
|
2007-01-17 17:40:16 +00:00 |
|
kris
|
2ce87a0250
|
Merging my -sO -p-XX, rangestart=0 patch. Also (new change) if it's like -sO -pXX-, we cut off rangeend at 255 instead of 65535 so we don't have to do the extra looping later in a while(). IP Proto scanning cant be used along with TCP or UDP scans so cutting it off here works better.
|
2007-01-16 17:42:07 +00:00 |
|
fyodor
|
662cc464d0
|
just moved an entry
|
2007-01-16 11:01:55 +00:00 |
|
kris
|
4e4924b408
|
A few changes to fileexistsandisreadable() (I can't leave this thing alone, can I? :)). First, 'status' is initialized to 0 instead of -1 because if stat() succeeds, but 'pathname_buf' isn't readable at all, this function was returning that -1 (which it shouldn't because the comment says 0, and nmap_fetchfile() checks for a non-zero return value and assumes it found something, but it wasn't breaking anything). Also, access() is now only called once and then the directory-check is done. And finally the comment now explicitly states that 1 is returned if it's readable and not a directory instead of just non-zero. This also just uses S_ISDIR() for testing for a directory, so it might actually be a portability enhancement because WIN32 apparently doesn't have S_ISDIR() and in nbase.h it's defined to something different just than ANDing with S_IFDIR.
|
2007-01-15 18:24:47 +00:00 |
|
kris
|
01fd967479
|
This may sound weird, but I just cut nse_macros.h in half. The same thing was put in twice, so I deleted the second one (half of the file). I split it into two files/halves to test it out, and a diff came up empty. So yeah :)
|
2007-01-12 21:33:58 +00:00 |
|
kris
|
4d190f3751
|
Allow environment variable NMAP_UNPRIVILEGED to be equivalent to --unprivileged as NMAP_PRIVILEGED is to --privileged.
|
2007-01-12 02:31:47 +00:00 |
|
kris
|
889a40a1e1
|
Just fixed a couple of typos. 'msx-scan-delay' -> 'max-scan-delay' under the Timing Report (-d), and 'Mapps' -> 'Maps' in a comment.
|
2007-01-11 20:18:42 +00:00 |
|
kris
|
06e35a0c43
|
|
2007-01-11 16:07:04 +00:00 |
|
fyodor
|
715b600a0f
|
Added a bunch of nmap-services port listings from Stephanie Wen (goddessstephie)
|
2007-01-10 20:51:52 +00:00 |
|
diman
|
65d08549c7
|
Hopefully final --iflist bug
the routes are now displayed correctly
|
2007-01-08 21:56:22 +00:00 |
|
fyodor
|
8f54716125
|
typo: cannon -> canon
|
2007-01-08 18:33:53 +00:00 |
|
fyodor
|
9796915c7f
|
note that --iflist bug is fixed
|
2007-01-07 23:28:26 +00:00 |
|
diman
|
d11ceade1a
|
fixed wrong alignment of nmap output table when using --iflist
|
2007-01-07 23:21:56 +00:00 |
|
fyodor
|
84340f5737
|
Fixed a bug which prevented the --without-liblua compilation option from working. Thanks to Kris Katterjohn for the patch.
|
2007-01-03 20:46:14 +00:00 |
|
fyodor
|
47036bc063
|
clean patches by Kris: remove c++ comments in nmapfe and nsock, and remove superscan prototype from scan_engine.h
|
2007-01-01 00:23:29 +00:00 |
|
fyodor
|
9879720d45
|
fix for -p used with bad ranges in ip proto scan -- from Kris Katterjohn
|
2007-01-01 00:00:05 +00:00 |
|
fyodor
|
12e25f4879
|
possibly fixed a xml not-well-formed bug in service element reported by Jason Edelstein
|
2006-12-31 23:36:51 +00:00 |
|
fyodor
|
97281b76c2
|
Add Doug's blog link for Q32006 service update TODO item
|
2006-12-31 10:08:25 +00:00 |
|
fyodor
|
d6d9c1d23f
|
Applied Doug's big Q32006 nmap-service-probes patch
|
2006-12-31 10:07:13 +00:00 |
|
fyodor
|
ebaa7e9ec9
|
trivial DB correction
|
2006-12-31 09:48:29 +00:00 |
|
fyodor
|
472af78a08
|
fix some nmap.xsl bugs related to os detection -- from tom sellers
|
2006-12-31 09:10:58 +00:00 |
|
fyodor
|
70bdc77289
|
some bugfixes from Eddie Bell related to build_icmp_raw ttl argument and nmap_getprotobyname calling nmap_protocols_init
|
2006-12-31 08:52:07 +00:00 |
|
diman
|
3543208670
|
Fixed file and directory retrieval problems under windows
|
2006-12-29 00:44:49 +00:00 |
|
fyodor
|
4e34c72e5c
|
extend an OS db entry
|
2006-12-24 03:09:09 +00:00 |
|
fyodor
|
13d439efe2
|
Applied pcap-select cleanup patch from Kris
|
2006-12-21 08:39:03 +00:00 |
|
fyodor
|
a3f37e85bb
|
add new SVN repository to the CHANGELOG
|
2006-12-20 09:48:49 +00:00 |
|
fyodor
|
c147ffbe11
|
trivial testing chane
|
2006-12-20 09:24:24 +00:00 |
|
fyodor
|
35af88655e
|
another test
|
2006-12-20 08:56:24 +00:00 |
|
fyodor
|
523becd9d2
|
more testing
|
2006-12-20 08:55:14 +00:00 |
|
fyodor
|
eeda2538f4
|
more testing of SVN
|
2006-12-20 07:48:47 +00:00 |
|
fyodor
|
832d3ee94b
|
testing new svn repository
|
2006-12-20 07:42:20 +00:00 |
|
fyodor
|
36382592d5
|
add svn:externals property so nsock and nbase will be checked out at the same time as Nmap
|
2006-12-20 06:40:16 +00:00 |
|
fyodor
|
a6f343f55e
|
|
2006-12-16 08:42:58 +00:00 |
|
fyodor
|
4ea7ef7178
|
typo
|
2006-12-16 08:42:55 +00:00 |
|
fyodor
|
8e2de50dd3
|
Kris Katterjohn patches for code clean up, iana ip assignment update, fixe fileexistsandisreadable
|
2006-12-12 09:56:15 +00:00 |
|
fyodor
|
f17f2265ea
|
cannot directly include nmap_winconfig in these the way I was, or it will be included in nonwin32
|
2006-12-11 01:40:03 +00:00 |
|
fyodor
|
47e73d1fa2
|
UPdates for windows compilation
|
2006-12-11 01:25:25 +00:00 |
|
fyodor
|
b361685be8
|
NSE committed
|
2006-12-11 00:34:26 +00:00 |
|
fyodor
|
cc451cdb54
|
Nmap 4.20, woohoo
|
2006-12-08 03:02:09 +00:00 |
|
fyodor
|
1308928e29
|
Nmap 4.20, woohoo
|
2006-12-08 03:01:08 +00:00 |
|
fyodor
|
e1945e2459
|
Latest fingerprint submissions integrated but not sorted
|
2006-12-08 02:42:49 +00:00 |
|
fyodor
|
7253c12b08
|
integrated latest submissions -- have not run sorting script yet
|
2006-12-06 10:53:07 +00:00 |
|
fyodor
|
7993d51907
|
trivial changes
|
2006-12-04 05:18:49 +00:00 |
|
fyodor
|
c2b4c0921c
|
Nmap 4.20RC2
|
2006-12-03 05:29:31 +00:00 |
|
fyodor
|
b06de6a182
|
sort nmap-os-db
|
2006-12-03 05:09:26 +00:00 |
|
fyodor
|
8cc0152b99
|
integrated latest fprint submissions
|
2006-12-03 05:09:04 +00:00 |
|
fyodor
|
9c686d4a12
|
about to do more os fingerprint integration
|
2006-12-03 00:34:19 +00:00 |
|