1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00
Commit Graph

219 Commits

Author SHA1 Message Date
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
david
8688fee2e2 Document that -g doesn't work for anything that uses normal OS sockets,
including DNS resolution, connect scan, version detection, and NSE.
2010-08-11 16:27:17 +00:00
david
b476797753 Use <userinput> in examples to highlight the user's typed text. 2010-07-19 20:26:36 +00:00
david
14de56cbcb Add an indexterm. 2010-07-19 18:31:45 +00:00
david
aa5d360900 Remove indextermst that are two near one another, such that they cause
duplicate page numbers to be incldued in the index.
2010-07-19 18:18:42 +00:00
david
14f314327c Fix duplicate words in documentation. 2010-07-19 16:58:52 +00:00
david
7a4efd455a Spell-check documentation. 2010-07-19 16:41:57 +00:00
david
cd37f625cc Fix a typo (comma instead of period) in refguide.xml. 2010-07-18 16:15:26 +00:00
david
079049474e More minor miscellaneous changes to the Nping Reference Guide. 2010-07-18 02:59:19 +00:00
david
85102776ad Use Nping in preference to hping2 in the reference guide. 2010-07-16 15:15:03 +00:00
david
725e6b85ac Put some indexterms inside certain elements like term and member. Having
them outside causes an error, "[warning] unresolved internal
destination" and a broken link in the index.
2010-07-12 03:54:06 +00:00
fyodor
77ef606d52 Update the refguide (man page) to note our new (soon-to-be) support for TCP simultaneous-open/split-handshake connections 2010-06-08 00:47:08 +00:00