1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00
Commit Graph

1290 Commits

Author SHA1 Message Date
d33tah
776ca64e28 Fix French man page for Nmap, corrections reported by Antoine MÉRIC. 2013-09-15 20:44:29 +00:00
dmiller
c3a165609d A couple minor typos in refguide related to --proxies 2013-08-20 15:01:51 +00:00
fyodor
85e74c4075 Regen man pages 2013-08-17 20:09:25 +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
david
e3595a627d New URL for Visual C++ 2010 now that 2012 is released. 2013-08-06 01:21:45 +00:00
fyodor
fa6db96c73 Update the man page to use the latest text from COPYING file and regenerate 2013-07-29 23:57:40 +00:00
fyodor
b01fd55cb6 Change version number to 6.41SVN and regenerate auto-generated files such as man page, script.db, etc. 2013-07-29 06:00:07 +00:00
david
3381ae7648 Put a link to the nmap-fo.xsl github. 2013-01-21 04:36:07 +00:00
david
deafe16025 Put the usage comment at the top of nmap-fo.xsl. 2013-01-21 04:36:06 +00:00
david
755ca70ea7 Move nmap_fo.xsl → nmap-fo.xsl.
For uniformity with other files in this directory.
2013-01-21 04:36:06 +00:00
david
e46697780d Add nmap_fo.xsl, a stylesheet to transform Nmap XML to FO.
By Tilik Ammon.
http://seclists.org/nmap-dev/2013/q1/14
https://github.com/tilikammon/nmap-to-fo/raw/master/nmap_fo.xsl at
0cf869844e.
2013-01-21 04:36:05 +00:00
david
83f9cf53c1 Remove executable bit from nmap-man-id.xml. 2012-12-25 01:28:30 +00:00
david
4dbcf63d48 Move Japanese man page from nmap-jp to nmap-ja.
jp is the code for the country of Japan (ISO 3166). ja is the code for
the Japanese language (ISO 639). This bug was reported by Christian
Neukirchen.

http://seclists.org/nmap-dev/2012/q4/518
2012-12-25 01:28:26 +00:00
fyodor
7f6826f649 Remove the NSE sample script. It is a great idea, but nobody seems to use it (for example, there were no replies to usage inquiry here: http://seclists.org/nmap-dev/2012/q4/379). I think there are two main uses for this script, both of which are being served by other resources. 1) as a template for new scripts. Users instead seem to pick a script that is most similar to the one they want to write and start with that. 2) As a way to learn more about the format of an NSE script. Users instead seem to use our documentation (http://nmap.org/book/nse-script-format.html). So I'm deleting it for now. But if folks miss it, they're welcome and encouraged to say so on dev@nmap.org and we could consider putting it back and/or improving it 2012-12-11 00:11:08 +00:00
fyodor
d0e36ec8e7 Regen international man pages 2012-12-10 01:52:39 +00:00
fyodor
90fd8e0893 Update my email address in man page translations 2012-12-10 01:35:10 +00:00
fyodor
a90d961f51 auto-generated files (nroff versions of man pages) 2012-12-10 01:17:51 +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
fyodor
e09125e010 Update CHANGELOG to note 6.25 release and also bumped up Nmap SVN version number to avoid confusion and rebuilt files accordingly 2012-11-29 23:40:26 +00:00
dmiller
09014ec1c1 Update documentation to include S: and P: port qualifiers 2012-11-29 03:16:15 +00:00
david
49e9ae4f57 Add instructions for bypassing Gatekeeper on OS X 10.8.
New OS X by default blocks applications downloaded from the Internet.
You have to right-click in order to install them.
https://support.apple.com/kb/HT5290
2012-11-26 20:56:15 +00:00
fyodor
6788abdee2 regenerate to include new note that we use liblinear in Nmap for IPv6 OS detection 2012-11-17 01:34:52 +00:00
fyodor
40593b417a add slightly more information on the nmap-mswin32-aux checkout 2012-11-17 01:33:56 +00:00
fyodor
dc3ef3f9b0 Add credit for our usage of LibLinear for IPv6 OS detection 2012-11-16 22:57:04 +00:00
fyodor
89d84932de Regenerated the man pages with today's date 2012-11-16 19:09:59 +00:00
fyodor
ea05ae2586 Latest auto-generated files in prep for upcoming 6.20BETA1 release 2012-11-16 00:54:16 +00:00
david
16ab1b7114 Document the new (10.8) procedure for installing Xcode.
I found out where the command-line tools are hidden from this link:
http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools/9964905#9964905
2012-10-22 23:44:11 +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
b0c3b7b1f4 Shorter Windows build guide, now that dependencies are external. 2012-10-03 05:18:31 +00:00
david
998b048612 Mention nmap-mswin32-aux in nmap-install.xml. 2012-10-02 00:53:41 +00:00
david
2f2e826487 Remove OpenSSL directory, moved to /nmap-mswin32-aux. 2012-10-02 00:53:12 +00:00
david
b1e5009870 Typo. 2012-10-01 21:22:20 +00:00
fyodor
1f10160411 Move copyright year from 2011 to 2012 (I suppose I should have done this in January rather than September, but better late than never 2012-09-18 09:04:54 +00:00
david
7b1c0155ba apt-get command for lua-format dependencies. 2012-09-13 00:17:40 +00:00
david
afd483a2d6 Key digest output convention. 2012-09-08 16:22:23 +00:00
david
170df4fa54 Add docs section on structured output conventions.
Covering stdnse.format_timestamp.
2012-09-08 16:09:21 +00:00
david
1b93346162 Update condvar doc example to match r29695. 2012-08-29 10:22:17 +00:00
kroosec
7f7a7a3795 Updating documentation to reflect rpc-grind change. 2012-08-17 18:32:26 +00:00
david
147a17d2b6 Add @xmloutput to docs/scripting.xml. 2012-08-16 12:14:54 +00:00
david
0c3e0fcc4d Structured script output.
Scripts may now return a key–value table, or such a table in addition to
a string. The table will be automatically formatted for normal output
and will appear as a hierarchy of elements in XML output.

Some history and discussion of this development can be found at
https://secwiki.org/w/Nmap/Structured_Script_Output.

This is a merge of r29484:29569 from /nmap-exp/david/xml-output.
2012-08-14 16:36:25 +00:00
batrick
b58d4c92d1 Formatter for Lua/NSE code. 2012-08-11 02:45:14 +00:00
david
1c328a01a4 Typo. 2012-08-10 10:58:01 +00:00
david
01ce96f464 Remove pre–Lua 5.2 imports from sample-script.nse. 2012-08-10 10:57:46 +00:00
david
bfd5d7c2ba Remove references to obsolete stdnse.c library. 2012-08-08 19:21:44 +00:00