1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00
Commit Graph

375 Commits

Author SHA1 Message Date
david
ebaf939f5f Make the http NSE module better handle different delimiters in the headers of
messages (and in the body when chunked encoding is used). The patch is from
jah.
2008-10-03 01:00:55 +00:00
fyodor
f2e3648470 misc. changes, most of which came from review feedback by Dan Henage 2008-09-30 09:04:53 +00:00
fyodor
d14e9345b3 Update a bunch of Nmap scan examples (sometimes required rescanning and/or changing surrounding text 2008-09-30 07:29:03 +00:00
david
ecd2b372c1 Make the refguide.xml indexentry for "traceroute" preferred. 2008-09-25 15:14:59 +00:00
david
78e5ae0432 Use an – rather than a hyphen to separate a couple of numeric ranges in
docs/refguide.xml. It doesn't break the man page for me.
2008-09-25 15:10:58 +00:00
david
9b01592e12 Update the documentation for the -F option in the reference guide. 2008-09-23 21:19:16 +00:00
fyodor
131dbdbcf0 move --reason to the output section 2008-09-21 09:40:47 +00:00
david
45213685a9 Change nmap.dtd to include some elements and attributes used by Zenmap. These
are the profile_name attribute of the nmaprun element, the comment attribute of
the host element, and the output element. All of them are optional so this new
DTD is backwards-compatible.

The output element is a replacement for what was the nmap_output attribute in
Zenmap. It just holds the plain text of interactive output. It can be
interpersed in chunks with the host elements, though Zenmap always writes it in
one big block.
2008-09-19 23:33:50 +00:00
david
e9f556f519 Fix a typo in docs/nmap-install.xml: "should wor" -> "should work". 2008-09-16 00:26:47 +00:00
david
681296f2c8 Bring back the section on compiled NSE modules and turn it into a how-to for
static modules.
2008-09-13 00:26:00 +00:00
fyodor
c95a9935bb latest generated files 2008-09-12 08:22:09 +00:00
david
b491d82218 Document the external script category in docs/scripting.xml. 2008-09-09 17:01:12 +00:00
fyodor
e274744d8c Update Nmap version num 2008-09-08 03:32:48 +00:00
fyodor
28df4b4416 change Nmap version number to 4.69BETA1 and regenerate files 2008-09-06 07:17:04 +00:00
david
b3eddfe90a Remove the nselib-bin directory. Almost all references to it have been removed
too. The section in scripting.xml about creating C modules is gone. (But maybe
it should be replaced with a tutorial on making static modules?) The only
places where nselib-bin is still referenced are in mswin32/nsis/Nmap.nsi, where
it is still removed on uninstallation; and in mswin32/nmap.vcproj, from where I
don't have the resources now to remove it.
2008-09-05 05:32:06 +00:00
fyodor
1db6d9a977 merge r9303 from bhdc08: lightly document the top ports functionality, including --top-ports, and --port-ratio. Doug actually wrote this way back before we had actual top ports data. It could use expansion to describe the default behavior, changes to -F, etc. 2008-09-05 01:59:30 +00:00
fyodor
f3e1777d95 a couple suggestions from Eric Krosnes 2008-09-03 20:20:29 +00:00
fyodor
9af38870d3 fix some typos found by Eric Krosnes 2008-09-03 20:14:23 +00:00
fyodor
01c39eeb26 fix typo 2008-09-03 19:33:53 +00:00
fyodor
f67049b2d3 o Fix a bug in the NSE http library which would cause some scripts to
give the error: SCRIPT ENGINE: C:\Program
  Files\Nmap\nselib/http.lua:77: attempt to call field 'parse' (a nil
  value) [Jah]

Also added Win2K dependencies section to nmap-install (I should have
done a separate checkin for that)
2008-09-03 06:22:13 +00:00
david
b9c3cc90d4 Uncommit some files accidentally committed in r9869. 2008-08-30 21:09:01 +00:00
david
20f38fcf15 Add CHANGELOG entry for higwidgets move. Rewrap another entry to 70 columns. 2008-08-30 21:07:38 +00:00
david
dacdf9409a Expand the sorting text to include all the letters of the index entry text when
using sortas in an index entry. Previously I had things like

<indexterm><primary sortas="nmap"><filename>.nmap</filename> filename extension</primary></indexterm>
<indexterm><primary sortas="nmap"><filename>.nmap</filename> directory</primary></indexterm>

which, because they have the same sort key, would result in one index entires
under either ".nmap filename extension" or ".nmap directory", with the page
numbers for both. Now I just spell out the full text: sortas="nmap filename
extension".
2008-08-30 00:15:09 +00:00
david
4cd828f92b Eliminate a spurious blank in scripting.xml caused by a line break inside an
emphasis element.
2008-08-29 22:15:25 +00:00
fyodor
5c12162dd6 latest rebuild 2008-08-29 09:24:15 +00:00
david
37402de4e1 Mention that you have to set nmap_command_path in zenmap.conf if you're using
the nmap from Fink or MacPorts.
2008-08-27 13:57:21 +00:00
david
0a64626a4c Change the output label "Uptime" to "Uptime guess" and print it only in verbose
mode.
2008-08-26 17:40:19 +00:00
david
a37d7cf903 Fix a filename in scripting.xml (nselib-bin vs. nselib). 2008-08-25 23:58:19 +00:00
pgpickering
442288feb2 documented new binlib data types 2008-08-21 08:06:59 +00:00
david
5910fb80fd Change "UDP & TCP" to "UDP and TCP". 2008-08-20 03:45:01 +00:00
david
b4c60f49e5 Canonicalize capitalization of protocol names. Generally we use capitalized forms in probes. When quoting from Nmap output we use whatever Nmap uses and enclose it in <literal> or similar tags. 2008-08-20 03:37:59 +00:00
david
0ef70aae15 In nmap.dtd, let the xmloutputversion attribute be any CDATA. See
http://seclists.org/nmap-dev/2008/q3/0346.html.
2008-08-18 17:58:05 +00:00
fyodor
bc3dbbabc9 Apply nsedoc system details written by Patrick 2008-08-18 07:09:08 +00:00
fyodor
0229b89f1b trivial wording improvement 2008-08-18 06:44:31 +00:00
david
1c727400d2 Add some missing <filename></filename> tags to refguide.xml. 2008-08-16 01:16:43 +00:00
david
7c821a3c9a Change a few instances of "nmap" to "Nmap" in refguide.xml. 2008-08-16 01:15:12 +00:00
fyodor
30e26e481e we generally don't update the xmlversion just for a new attribute. Doing so may cause more trouble than its worth, though I'm open to convincing 2008-08-13 01:30:42 +00:00
michael
931285f765 Updated DTD, XML version, and anded scanflags attribute to scaninfo element. 2008-08-13 00:59:22 +00:00
david
227adcd664 Remove the code that catches up the --max-rate scheduled send time to
the present. This allows the sending rate to temporarily exceed the
maximum to keep from being slowed too much by other delays in the scan
engine. See the discussion at http://seclists.org/nmap-dev/2008/q3/0236.html.
2008-08-11 16:26:17 +00:00
david
8d44251891 Modify zenmap.xml to remove mention of output redirection, which doesn't happen
any more. Also put replaceable option arguments inside option elements and
change "Zen web page" to "Zenmap web page".
2008-08-07 14:33:24 +00:00
david
98b796b517 Remove a spurious blank in the output caused by a newline in scripting.xml. 2008-08-05 21:28:36 +00:00
david
deeaaf9e77 Remove a mention of pcre.so from scripting.xml. 2008-08-05 16:44:08 +00:00
batrick
1f7c51a85d Reverted a change made to mutex("running") documentation concerning the
return value (someone changed it to "returns an identification string"
when in fact it returns a thread).
2008-08-02 21:21:33 +00:00
fyodor
a2c8e87ddf fix wrong function name noted by Tom Sellers 2008-07-30 00:27:59 +00:00
david
25215ce9ba Add --max-rate to go with --min-rate. 2008-07-30 00:15:57 +00:00
kris
a285f82299 o The NSE Comm library now defaults to trying to read as many bytes as are
available rather than lines if neither the "bytes" nor "lines" options are
  given.  Thanks to Brandon for reporting a problem which he noticed in the
  dns-test-open-recursion script. [Kris]
2008-07-28 01:47:26 +00:00
fyodor
5f75bb7dd2 fix a wrong function name, noted by Matthew Boyle 2008-07-23 07:31:56 +00:00
fyodor
d0dddaf216 fixed nmapparser link, as the project has moved and nmapparser . com has become a spam blog :(. Noticed by David 2008-07-23 05:20:44 +00:00
fyodor
8f90946c0f fix some typos notest by João Medeiros 2008-07-23 03:07:55 +00:00
david
6d41534dee Fix a duplicate word: "We designed NSE to to versatile". 2008-07-17 14:48:47 +00:00