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

275 Commits

Author SHA1 Message Date
david
ca54802de6 Index standard input and standard output. 2008-07-03 04:01:10 +00:00
david
d3c5568d2d Use /32 instead of 32 in the CIDR example to match the /0 used earlier. 2008-07-02 19:48:58 +00:00
david
a370f2dad1 Fix up some index terms in docs/nmap-install.xml. 2008-07-02 17:37:40 +00:00
david
bfe0bfa511 Add <citetitle/> around references to Phrack. 2008-07-02 17:37:20 +00:00
fyodor
3e0dfa7ff7 change some instances of Insecure.Org to Nmap.Org -- issue caught by David 2008-07-02 08:25:45 +00:00
david
feabe73e0c Do an indexing pass on nmap-install.xml. 2008-07-02 05:19:11 +00:00
david
4be443db10 Remove mention that the Python location might vary in the uninstallation
instruction; the uninstall_zenmap script takes care of it.
2008-07-02 04:28:26 +00:00
david
88ad3da1e5 Add a missing parenthesis to docs/nmap-install.xml. 2008-07-02 04:04:22 +00:00
david
d73feb67df Change a sentence because almost all version numbers have been excised from the
book:

From
  Nmap output examples in this book usually include a version number
  near the top, and they may not work with older versions.

to
  Nmap output examples in this book may not match the output produced by
  older versions.
2008-07-02 03:56:37 +00:00
david
6d358a8b6e Fix an error in the Reference Guide: -PT is an undocumented synonym for -PA
(ACK ping), not for -PS (SYN ping).
2008-06-30 20:04:45 +00:00
david
ce8a716e5e Fix two erroneous command-line option index entries: --sR and --T (changed to
-sR and -T).
2008-06-30 19:30:13 +00:00
fyodor
5751967a43 rebuild some generated content 2008-06-29 09:13:57 +00:00
fyodor
4a40579713 fix some syntax problems and rewrite a sentence for more clarity 2008-06-28 23:58:11 +00:00
fyodor
23ebdfd18c a bunch of typos and similar fixes from Eric Krosnes 2008-06-28 23:51:59 +00:00
fyodor
cd0da561aa a couple fixes from Eddie Block 2008-06-28 04:48:05 +00:00
pgpickering
53a7ba2c6a added binlib documentation in scripting.xml 2008-06-27 20:27:38 +00:00
batrick
6bb6d82fc1 Updated NSE implementation to be more general in anticipation
of possible changes to nse_main.
2008-06-26 07:51:37 +00:00
kris
ac5138b975 NSE re-categorization
* Merge the "backdoor" category into "malware"
* Add "auth" for authentication credential determination
* Rename "vulnerability" to "vuln"
* Place 12 scripts into their correct categories
2008-06-21 06:34:03 +00:00
batrick
b64c8846b4 Made small aesthetic changes to mutex documentation. 2008-06-20 16:20:18 +00:00
batrick
27859e42cf Updated documentation for stdnse module. It now includes
tobinary, tooctal, tohex, and make_buffer.
2008-06-20 14:05:26 +00:00
fyodor
d61e811485 apply more suggestions from Brandon 2008-06-19 05:27:42 +00:00
fyodor
645be747da fix a broken link found by Kris 2008-06-19 00:28:47 +00:00
david
a74aed2965 Fix some misspelled words in docs/scripting.xml. 2008-06-18 20:43:59 +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
david
a4ed2549a4 Fix a closing para tag in docs/scripting.xml. 2008-06-17 22:53:02 +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
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
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
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
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
kris
2f9321360f o Added a new NSE Comm library for common network discovery tasks such
as banner-grabbing (get_banner()) and making a quick exchange of data
  (exchange()).  16 scripts were updated to use this library. [Kris]

I have *not* been able to test all of these scripts; however, I have
reviewed them and they should all work properly.  I would really like
some more testing, though :)

This commit includes scripting.xml documentation.
2008-06-12 14:32:25 +00:00
fyodor
cede9ab542 go through all ulinks to add hidepdf, change to xref, update, etc. 2008-06-12 10:23:30 +00:00