1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00
Commit Graph

230 Commits

Author SHA1 Message Date
dmiller
374d0a1392 Document CIDR support for IPv6 targets. Closes #307 2016-03-03 17:15:13 +00:00
dmiller
f4619edece Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
fyodor
3200f16753 Update man page to align with how Nmap currently handles icmp unreachable messages and then regenerated it. This was suggested by Tobias Glemser 2015-01-30 10:05:06 +00:00
fyodor
21949f4ee1 Note that -T4 sets the min-rtt-timeout to 100ms 2015-01-06 09:41:39 +00:00
fyodor
654b5df002 Reduce some minor overdocumentation of --data* options (better to fully document it in one place and then just refer to the options in others without re-describing them) 2014-11-22 22:43:05 +00:00
fyodor
ed27a0de09 Fix a statement which didn't match the example it was describing 2014-11-22 06:00:16 +00:00
dmiller
c05d3704b7 Clarify documentation about -sn
See http://unix.stackexchange.com/q/87935/16171
2014-11-08 00:03:48 +00:00
dmiller
29ce5da5a1 Fix man pages, corrupted from auto-generation
The docbook-to-nroff XSL pages turn indexterms into nroff comments, but
have a bug: If the closing indexterm element is not followed by
whitespace and cdata, then the following element or cdata is stuck on
the same line as the comment. Fixed this temporarily by introducing
whitespace between </indexterm> and following cdata or by moving the
indexterm elements after any other element (<command>, <term>, etc.)
that they reference.
2014-10-22 19:24:28 +00:00
fyodor
f2d3c64245 Update -A documentation to note that OS detection and traceroute are only enabled if root access (or equiv) is available 2014-08-12 22:48:31 +00:00
jay
b58913befa Document --exclude-ports 2014-08-08 13:27:35 +00:00
jay
f555f91382 Added documentation in docs/refguide.xml for --data and --data-string options 2014-07-10 11:18:37 +00:00
dmiller
3f5e909e8f Spellcheck on docs 2014-02-21 21:10:42 +00:00
dmiller
c3a165609d A couple minor typos in refguide related to --proxies 2013-08-20 15:01:51 +00:00
fyodor
9a4d5de988 Update --proxies docs 2013-08-17 20:09:03 +00:00
henri
179451f485 Document --proxies option. 2013-08-17 11:47:42 +00:00
fyodor
8f585c7882 Update my email address: fyodor@insecure.org => fyodor@nmap.org 2012-12-10 01:14:42 +00:00
fyodor
6ef49f4959 Add a missing </see> element 2012-12-08 04:11:25 +00:00
david
7ebbac2746 Update some mailing list references. 2012-12-06 02:34:28 +00:00
david
ec53dc049a Update with new mailing list addresses. 2012-12-06 02:23:34 +00:00
david
3dcda9d536 Update Mailman URLs.
http://seclists.org/nmap-dev/2012/q4/389

git ls-files | xargs perl -p -i maillist.pl

maillist.pl:
%MAP = ("nmap-dev" => "dev", "nmap-hackers" => "announce", "nmap-svn" => "svn");
s%http://.*/(mailman/.*)/(nmap-dev|nmap-hackers|nmap-svn)%http://nmap.org/$1/$MAP{$2}%g;
2012-12-05 23:55:29 +00:00
dmiller
09014ec1c1 Update documentation to include S: and P: port qualifiers 2012-11-29 03:16:15 +00:00
henri
0d3dda36d4 Added new poll and kqueue/kevent nsock engines.
poll should be available almost everywhere.
kqueue/kevent are available on BSD systems (including MacOS).
2012-10-21 23:20:35 +00:00
david
cd90838c2e Change CPE from cpe:/o:linux:kernel to cpe:/o:linux:linux_kernel.
This reflects a deprecation in the official CPE dictionary, which seems
to have happened on 2012-03-08.

  <cpe-item deprecation_date="2012-03-08T20:00:15.120Z" deprecated_by="cpe:/o:linux:linux_kernel:2.6.0" deprecated="true" name="cpe:/o:linux:kernel:2.6.0">
    <title xml:lang="en-US">Linux Kernel 2.6.0</title>
    <meta:item-metadata modification-date="2012-03-08T20:00:15.120Z" status="DRAFT" deprecated-by-nvd-id="35565" nvd-id="91585" />
  </cpe-item>
2012-10-11 06:46:28 +00:00
david
129ebc4634 Add the --disable-arp-ping option.
This option disables implicit ARP and ND host discovery (the implicit
discovery that would happen even if you used -Pn or IP-based discovery.)
2012-07-16 18:11:21 +00:00
sean
0909f12308 Removed the log-errors option from the code, by treating it as if it was always true. This was done for the action item of o Remove Nmap's --log-errors feature and make its behavior the default. I also updated the docs/refguide.xml to reflect this change. I have not yet compiled the Dockbook.xml however. 2012-06-30 00:36:15 +00:00
fyodor
81069ba625 Note in a couple more places that specifying --data-length 0 will disable port/protocol payloads 2012-04-24 04:18:30 +00:00
fyodor
4ac245d7e0 minor rewording about -F option suggested by Dan Miller 2012-04-14 03:09:22 +00:00
henri
b1086ac340 Added a --nsock-engine option to nmap, nping and ncat to enforce use of a
given nsock IO engine. [Henri]
2012-03-01 09:05:02 +00:00
fyodor
1623bcfa66 Update --script-args to note that many scripts qualify their arguments with the script name, and that you can pass unqualified arguments to affect every script using that name. Also updated scripting.xml to emphasize that instead of using nmap.registry.args directly, scripts should get their arguments with stdnse.get_script_args. Regenerated the nroff too after making these changes to the source XML 2012-03-01 08:56:45 +00:00
fyodor
6487993f68 Update links to nmap.org/data/ since most of those should actually link to svn.nmap.org files 2012-01-10 08:23:11 +00:00
fyodor
bb62bab448 o Added the new --script-args-file option which allows you to specify
the name of a file containing all of your desired NSE script
  arguments.  The arguments may be separated with commas or newlines
  and may be overridden by arguments specified on the command-line
  with --script-args. [Daniel Miller]
2012-01-03 07:14:20 +00:00
david
5d362169f2 o On Windows, the directory <HOME>\AppData\Roaming\nmap is now
searched for data files. This is the equivalent of $HOME/.nmap on
  POSIX.
2011-12-20 21:11:21 +00:00
fyodor
59f8b931f1 document new script force feature 2011-12-19 21:07:01 +00:00
david
04069e6166 Merge r26341:26417 from /nmap-exp/david/nmap-cpe.
This adds CPE output support.
2011-09-09 23:24:14 +00:00
david
b0604a2110 Document link-local IPv6 zone IDs. 2011-08-30 20:26:12 +00:00
weilin
1785508ecc Added a description of ICMPv6 Neighbor Discovery. 2011-08-02 08:04:42 +00:00
david
6fe3d15355 Mention ND ping scan in refguide. 2011-08-02 06:55:23 +00:00
fyodor
2856d7378e trivial whitespace change which might fix a rendering problem in the nroff (man page) conversion 2011-06-19 17:24:18 +00:00
david
a725bca1cc A few IPv6 updates in refguide.xml. 2011-06-08 03:28:05 +00:00
david
4aa4a154f9 Merge from /nmap-exp/david/nmap-ipv6.
This is raw IPv6 packet support for most port and ping scans, Neighbor
Discovery, and traceroute.
2011-06-08 01:24:48 +00:00
fyodor
d053d2f54b Remove a comment which stated that IPv6 CIDR and octet ranges are rarely useful. Actually, we're hoping to implement that this summer 2011-05-12 01:46:21 +00:00
fyodor
9d52d1290f Add the broadcast NSE category to the list of categories in the man page. Suggested by Daniel Miller 2011-05-08 20:33:17 +00:00
david
b9ffdfb9d0 Document new search path procedure in refguide.xml. 2011-03-26 06:48:34 +00:00
david
12257e3dc5 Remove -sR as an documented option. Mention it only as an alias for -sV. 2011-03-12 18:20:11 +00:00
fyodor
6f3b446f68 Note in the man page that the Nmap Scripting Engine supports IPv6 2011-03-08 21:08:54 +00:00
david
4e1c1e9b10 Remove ".nse" from some script names in refguide.xml for consistency.
Precipitated by a suggestion by Henri Doreau.
2011-03-05 23:32:35 +00:00
fyodor
7e33f19662 fix a small typo 2011-01-29 08:00:19 +00:00
david
1f6218599f Add a short section on --script-help to refguide.xml. 2011-01-28 18:06:08 +00:00
luis
56c152fd81 There should be a comma before 'and' when the list consists of complex items. 2011-01-12 18:57:26 +00:00
luis
7f18a3a280 Fix simple grammar error 2011-01-09 18:21:07 +00:00