1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00
Commit Graph

1382 Commits

Author SHA1 Message Date
doug
ee8afa1b12 nmapsubmit-svfp-060108.mbx FTP fingerprints 2008-06-19 03:30:38 +00:00
michael
3d2f2f56e8 added more comments, fixed a small bug, and refactored code in route_dst 2008-06-19 02:41:49 +00:00
doug
fb85d6b1c7 Mail protocols for nmapsubmit-svfp-060108.mbx
pop3, smtp, and imap
2008-06-19 01:11:12 +00:00
fyodor
645be747da fix a broken link found by Kris 2008-06-19 00:28:47 +00:00
david
130f794664 Remove the now-unused getInterfaceByIP function from tcpip.cc. (Really, it was
not used before because of how the logic for o.spoofsource and o.device is
handled in nmap.cc.) Its basic purpose remains in the function ipaddr2devname.
2008-06-18 23:03:24 +00:00
doug
b9ae121838 Processing corrections from: nmapsubmit-svcorr-060108.mbx 2008-06-18 22:54:05 +00:00
david
e4227a44e0 Remove some code which Michael correctly surmised isn't used. Replace it with
an assertion.
2008-06-18 22:51:17 +00:00
david
c67369c6b2 Fix up indentation in route_dst in tcpip.cc (no code changes). This function
has been messed up for a while and I was having trouble reading it. I changed
it to use the mix of 8-wide tabs and spaces used by most of the rest of the
file.
2008-06-18 22:30:38 +00:00
doug
da3f573795 Several match lines and probes from Tom Sellers that were sent to nmap-dev. 2008-06-18 21:18:27 +00:00
david
a74aed2965 Fix some misspelled words in docs/scripting.xml. 2008-06-18 20:43:59 +00:00
michael
2cdb6d9a2a removed a redundant loop from route_dst() in tcpip.cc 2008-06-18 20:41:45 +00:00
david
da94206212 Fix an indexterm in scripting.xml. I changed a duplicate term into the one I
meant to put in.
2008-06-18 20:08:52 +00:00
david
136cdf787c Add some indexterms to docs/scripting.xml and docs/refguide.xml. 2008-06-18 18:43:27 +00:00
david
37dff042e0 Change the link for detail information on -oG output from
http://www.unspecific.com/nmap-oG-output to
http://nmap.org/book/output-formats-grepable-output.html (or a cross-reference
if notman).
2008-06-18 17:57:49 +00:00
david
687c923bc1 Capitalize HTTP and HTTP GET in the Reference Guide. 2008-06-18 17:45:11 +00:00
david
d70ed50e90 Use the new man and notman elements in the Reference Guide. Links to book
sections are web links when the man page is built on its own, simple
cross-references when it is part of the book.
2008-06-18 17:37:07 +00:00
david
f1383115d4 Change the Reference Guide: /1 isn't the smallest netmask allowed anymore. /0
works.
2008-06-18 15:06:29 +00:00
kris
f0f84ad3b0 Fixing a pair of tags (function -> literal) and fixing an example call (match.lua -> match.regex). I also changed the variable used to avoid confusion (regex -> pattern). 2008-06-18 04:46:55 +00:00
kris
a217660668 Adding a missing parenthesis, and putting an "s" after an apostrophe 2008-06-18 04:41:19 +00:00
david
5c412b30ef Use a space between the number and the unit in quantities like "500 ms" in the
Reference Guide. See http://physics.nist.gov/Pubs/SP811/sec07.html#7.2 for a
section of an SI style guide with this rule.
2008-06-18 04:29:21 +00:00
michael
5f390306be A fix to r8309, this uses an error message already in nmap instead of the one I added 2008-06-18 01:55:25 +00:00
fyodor
92e39aa66f o Update the HTTP library to use the new timing_level functionality to
set connection and response timeouts. An error preventing the new
  timing_level feature from working was also fixed.  [Jah]
2008-06-18 00:15:27 +00:00
david
a4ed2549a4 Fix a closing para tag in docs/scripting.xml. 2008-06-17 22:53:02 +00:00
michael
78c3a83c87 Added an error message for when the user specifies a device(-e) that doesnt have a route to the target IP in windows.
This was caught by another error message later on, but it was ambiguous and unrelated to the actual problem.
2008-06-17 22:50:37 +00:00
kris
bc0826654a The WinPcap Windows installer now has x64 npf.sys support. Thanks for Rob Nicholls for the patch. 2008-06-17 21:02:40 +00:00
bmenrigh
c6ee0c4995 I made several changes to sentences and paragraphs as well as several
comments about existing text.  I think the complicated and changing
nature of NSE had made it hard to write about it in a concise and easy
to understand way.
2008-06-17 01:36:39 +00:00
bmenrigh
5e40032248 Minor firewall (intrusive->restrictive) wording change. 2008-06-16 21:33:46 +00:00
david
fd7104cce2 Fix one of the new OS fingerprints. It was missing a Class line. 2008-06-16 18:00:47 +00:00
fyodor
10344d4084 update --log-errors section 2008-06-16 10:10:15 +00:00
kris
edfe5f3f5e Section title capitalization consistency in scripting.xml and nmap-install.xml 2008-06-16 06:35:22 +00:00
fyodor
78d229b507 remove a stray space 2008-06-16 03:06:37 +00:00
fyodor
0e8455e292 some edits suggested by João Medeiros 2008-06-16 00:24:00 +00:00
kris
b1adb3e9fd Fix a missing parenthesis in the install guide (removal section) 2008-06-15 19:13:15 +00:00
fyodor
f44a5709aa update copyright year 2008-06-15 10:43:10 +00:00
fyodor
5b399e6e6e update idle scan paper url -- now part of book 2008-06-15 10:20:40 +00:00
david
e052c2eaae Link against -lodm and -lcfg on AIX. 2008-06-15 07:05:12 +00:00
kris
8de4c7bdeb Updating the install guide for VC++ 2008 instructions 2008-06-15 04:03:10 +00:00
fyodor
3839e45e12 Move Install guide source XML to Nmap svn tree so more people have access to it. 2008-06-15 03:46:48 +00:00
kris
3ddaa848eb Recompiled OpenSSL with VC++2008 and updated upgrade-guide.txt to reflect build changes between VC++2005 and 2008. I meant to do this sooner, but it slipped my mind. Thanks to Thomas and Jah for discussing it. 2008-06-15 02:36:15 +00:00
kris
5b034bf655 adding CHANGELOG entry for Ilja's bug reports 2008-06-14 07:12:21 +00:00
kris
3dc65c8b2c o Fixed several byte-order bugs in Traceroute. [Kris] 2008-06-14 07:06:12 +00:00
kris
47bc9d4c4f Fixing more bugs reported by Ilja, mostly bounds checking 2008-06-14 06:59:11 +00:00
david
e9a8e327b4 Don't ever print out a FingerPrint line in fp2ascii (this was never used, and
in fact was worked around in several places fp2ascii was called). Ignore a
second Fingerprint line in parse_single_fingerprint.
2008-06-14 02:24:46 +00:00
fyodor
17f6f3e665 improve wording - suggested by Kris 2008-06-14 00:40:59 +00:00
fyodor
ac12ab6b41 o Added a new timing_level() function to NSE which reports the Nmap
timing level from 0 to 5, as set by the Nmap -T option.  The default
  is 3. [Thomas Buchanan]
2008-06-14 00:22:05 +00:00
david
9c646a4873 Make the parameter to parse_fingerprint_file const. 2008-06-13 17:32:47 +00:00
kris
44f6087b94 Merging changes from my vc2008-testing branch. This moves Windows development
to VC++2008.
2008-06-13 05:58:11 +00:00
david
2e48dde838 Fix a duplicate "that that" in docs/scripting.xml. 2008-06-12 22:34:34 +00:00
kris
dddea16e2e fixing a repetitive typo in scripting.xml 2008-06-12 18:51:05 +00:00
david
902d3dcf0f Break the libdnet->libpcap mapping output into its own function. 2008-06-12 16:58:16 +00:00