1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00
Commit Graph

266 Commits

Author SHA1 Message Date
fyodor
729aa1c6ab remove a remark - I'm not sure what it means 2008-06-03 02:37:21 +00:00
batrick
742ff67100 Removed nse_auxiliar. Updated Script Argument parsing. Fixed typos in
documentation. Improved MySQLinfo.nse. Nsock/dnet metatabels are now
protected.
2008-05-31 02:19:24 +00:00
fyodor
d59dcfa180 some corrections from Eric Krosnes 2008-05-29 22:05:56 +00:00
kris
c7eb8011d9 NSE now has a "default" category for scripts. This category holds the set
of scripts chosen from when using -sC (but it's still just another category
and so can be chosen with --script like any other).

On top of updating the docs with information about this new category, I've
also updated sections to emphasize that the "default" category, -sC and -A
are considered intrusive and should not be run against target networks
without permission.

The new list is very similar to the previous "safe,intrusive" list:

Added: finger, ircServerInfo, RealVNC_auth_bypass
Removed: HTTPpasswd

Here are the 21 scripts in this new category:

anonFTP
dns-test-open-recursion
finger
ftpbounce
HTTPAuth
HTTP_open_proxy
ircServerInfo
MSSQLm
MySQLinfo
nbstat
RealVNC_auth_bypass
robots
rpcinfo
showHTMLTitle
showOwner
SMTPcommands
SNMPsysdesr
SSHv1-support
SSLv2-support
UPnP-info
zoneTrans
2008-05-28 07:16:32 +00:00
fyodor
fa943e8f09 citetitle tag for nmap-dev and nmap-hackers list names 2008-05-27 06:01:21 +00:00
fyodor
ee5bd4bb7c reflect some url changes 2008-04-09 09:55:38 +00:00
kris
a85151470d Whoops, updating docs for r7098 (NSE unfiltered port selection) 2008-04-09 05:20:11 +00:00
kris
55eb8199fe fix: nmap.getPortState() -> nmap.get_port_state() in NSE docs 2008-04-08 16:15:10 +00:00
fyodor
c89f191406 minor updates to license and author fields 2008-04-07 08:57:52 +00:00
fyodor
8d3569c71c disambiguate a link 2008-04-04 19:11:47 +00:00
kris
8530569047 Adding my Datafiles NSElib for parsing the nmap-* data files for scripts and also update rpcinfo.nse to use this library. Includes CHANGELOG and docs/scripting.xml updates 2008-03-30 20:33:33 +00:00
fyodor
b0fdd1d7d5 fix some dnet API names -- thanks to Jah for the patch 2008-02-20 02:43:30 +00:00
fyodor
5fc5941253 some improvements suggested by Joao Medeiros -- also trying to resolve issues re: the new hidepdf ulink role. 2008-02-10 05:29:12 +00:00
fyodor
61b976a45c o Nmap now saves the target name (if any) specified on the command
line, since this can differ from the reverse DNS results.  It can be
  particularly important when doing HTTP tests against virtual hosts.
  The data can be accessed from target->HostName() from Nmap proper
  and host.targetname from NSE scripts.  The NSE HTTP library now uses
  this for the Host header.  Thanks to Sven Klemm for adding this
  useful feature.
2008-02-04 22:10:29 +00:00
fyodor
7464f4abcf add nse http library docs from Sven 2008-02-01 20:58:32 +00:00
fyodor
d46a3e49d9 add Nmap Scripting Engine docs 2008-02-01 03:00:35 +00:00