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
david
a2c2863531
Remove "hardmatched" argument from calls to nmap.set_port_version.
...
This is the default and can be omitted. Seeing as the value of this
argument was "hardmatched" in 100% of cases, we're better off pretending
the parameter doesn't exist.
2012-07-30 18:58:32 +00:00
dmiller
5b5ca64126
Add reason_ttl attribute for host/status output
2012-07-20 21:44:57 +00:00
fyodor
f78b11d50e
Give an example license line for folks who want to use a BSD-style license for their scripts
2012-07-19 23:22:24 +00:00
david
b4b374ce17
Be more clear about interpreting -print-prog-name=as output on AIX.
2012-07-19 00:53:22 +00:00
paulino
baab50f5a6
Updates documentation about importing NSE libraries after upgrade to LUA 5.2
2012-07-18 19:11:16 +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
fyodor
5eca50f285
Add Henri to the commiters.txt list (he already was a committer)
2012-07-07 08:04:19 +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
dmiller
3e71473630
Update scripting.xml to reflect Lua 5.2
...
Changed links to Lua reference manual to point to appropriate sections
for 5.2. Books (Reference Manual and Programming in Lua, 2nd ed.) have
not been updated to 5.2 yet, so those were left alone.
Documented the change in API for linking C libs (luaL_newlib and
luaL_Reg vs luaL_register and luaL_reg).
2012-06-28 20:09:36 +00:00
fyodor
f3fd6b5b32
Congratulations to new Nmap committer Dan Miller\!
2012-06-28 00:22:03 +00:00
fyodor
b70e4f71cf
Bump the Nmap version number in SVN up to 6.02
2012-06-16 19:44:58 +00:00
fyodor
6fc2e38aa3
Note Python update for the next version of our Windows build
2012-06-14 01:56:02 +00:00
fyodor
2637fa19f4
Update Solaris install section to note that we rely on the Nmap community to help maintain Nmap's support of this platform.
2012-06-01 23:49:09 +00:00
fyodor
e4881caa0c
Note new link to PowerPC Mac secwiki page; add some missing </para> so it compiles
2012-05-31 23:48:49 +00:00
fyodor
528c87ddb3
Latest builds of man pages
2012-05-30 21:56:09 +00:00
fyodor
5f603cbf27
Update the Mac OS X source install instructions -- downloading Xcode is a bit different now, and you now often have to install the command-line tools too
2012-05-30 21:55:03 +00:00
david
ee8bdabb2b
Our Zenmap packages don't run on PowerPC Macs anymore (since 5.61TEST4).
...
This documentation discrepancy was noticed by Clemens Schaber.
2012-05-22 20:13:15 +00:00
fyodor
22c7faa94b
move the svn version number up to 6.01 and rebuild
2012-05-22 09:51:42 +00:00
david
b838110933
Add more rationale for not installing suid root.
2012-05-18 01:27:15 +00:00
david
1599aa6fe8
Make osclass XML elements children of the osmatch element they belong to.
...
Add the --deprecated-xml-osclass to restore the old output.
2012-05-05 18:02:33 +00:00
david
5067f767b7
Add the new <target> element to XML output.
...
This element is intended to report information about command-line target
specifications. Now it's used with status="skipped" to indicate that a
specification was ignored.
2012-05-04 15:04:41 +00:00