1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00
Commit Graph

6102 Commits

Author SHA1 Message Date
djalal
31310f43bc Add the backorifice-brute script entry to the script.db file 2011-05-14 13:12:18 +00:00
david
ff7e265138 o Stopped linking against libnl when not necessary (when linking
dynamically with libpcap). Patch by Kevin Locke.
2011-05-13 21:59:09 +00:00
gorjan
b98ef466b3 Adding the backorifice-brute script 2011-05-12 22:40:54 +00:00
gorjan
3d249dbb4b Adding in_port_range function to nselib/stdnse.lua 2011-05-12 22:36:45 +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
batrick
bd64492fe9 maxn is deprecated 2011-05-11 15:13:46 +00:00
batrick
321e0d34e0 use # length operator instead of string.len (canonicalize)
Used this perl command:

$ # perl -pi -e 's/string\.len\((.*?)\)/#\1/g' *.nse
2011-05-11 15:12:47 +00:00
batrick
4444071f03 use # length operator instead of string.len (canonicalize)
Used this perl command:

$ # perl -pi -e 's/string\.len\((.*?)\)/#\1/g' *.lua

Also fixed one instance where the above command didn't correctly
translate the intended code (string.len(a .. b .. c)).
2011-05-11 15:08:55 +00:00
batrick
e700497f6c canonicalize more code 2011-05-11 14:50:38 +00:00
batrick
dc909f7d77 removed usage of deprecated table.getn 2011-05-11 14:41:06 +00:00
batrick
186cb2d6a3 canonicalize some code 2011-05-11 14:38:52 +00:00
henri
1cd183014d Use stdnse.format_output() instead of comma-separated values, to produce
readable output regardless of the number of discovered plugins
2011-05-11 14:28:46 +00:00
henri
a433cc08ed Fixed typo 2011-05-11 14:21:07 +00:00
patrik
079195122d o [NSE] Applied patch from Daniel Miller that fixes a bug in http-form-brute
reported by Josh Greenwood. The script would break if autodetection of
  either brute form fields would fail.

  http://seclists.org/nmap-dev/2011/q2/524
2011-05-11 13:04:20 +00:00
patrik
8ef0de3011 Commited nmap-service-probes patches for Novell Open Enterprise Server
http://seclists.org/nmap-dev/2011/q2/369
2011-05-09 18:04:53 +00:00
patrik
e8c5640dda o [NSE] Added a SIP library and two new scripts sip-brute.nse and
sip-user-enum.nse providing brute and user enumeration support for the SIP
  protocol. [Patrik]
2011-05-09 18:00:52 +00:00
patrik
19da29942c Applied Sebastian Dragomir's patch for the "Unbounded memory use" bug reported
by David Fifield http://seclists.org/nmap-dev/2011/q2/451
2011-05-09 17:46:25 +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
fyodor
1163b5074f Add a drda-info related task 2011-05-08 19:24:12 +00:00
fyodor
dca6a6febb add a task for SCTP support on scanme 2011-05-08 19:10:58 +00:00
gorjan
242b483cf9 Fix for backorifice-info.nse, setting the port.state as "open" 2011-05-08 16:37:41 +00:00
djalal
20afe4519e Update my todo file. 2011-05-08 11:25:49 +00:00
djalal
247f3ebd7d Add my todo file to the nmap trunk 2011-05-08 10:59:45 +00:00
paulino
907f0c3cfa Updated TODO with new tasks. 2011-05-08 09:34:04 +00:00
henri
f6e9e30be0 o [NSE] Added xmpp.nse, which collects XMPP server information [Vasiliy Kulikov] 2011-05-07 21:14:21 +00:00
henri
4ff284cdc6 fixed parameter name in script usage 2011-05-07 17:37:49 +00:00
kris
4effcc8418 trivial comment typo 2011-05-07 03:17:52 +00:00
kris
71ec39d01a remove an outdated comment of mine 2011-05-07 02:55:09 +00:00
paulino
cac07cd0bc Added paulino.calderon.txt - My TODO file 2011-05-07 01:26:10 +00:00
david
a2e58b4875 Use sockaddr_storage_equal in place of sockaddr_storage_cmp where
appropriate.
2011-05-07 00:50:54 +00:00
kris
eb7202d45c fix whitespace inconsistencies from copy-and-pastes 2011-05-06 23:48:41 +00:00
shinnok
7b237dbedc Fix typo. 2011-05-06 10:02:36 +00:00
fyodor
6d635c5600 Note some merged scripts 2011-05-06 02:21:01 +00:00
fyodor
56408b6908 Changed a LOG_PLAIN message into a LOG_STDOUT since it is more of a real-time message than something you want in your report files (suggested by Justin Cacak) 2011-05-05 08:37:23 +00:00
david
78b7948324 Typo. 2011-05-04 23:24:14 +00:00
batrick
7f66646636 Patch to make require errors silent and removed evil workarounds.
Added new stdnse function stdnse.print_verbose (similar to print_debug).
2011-05-04 21:06:53 +00:00
luis
7da53c5147 Add a note about the echo server binding to both IPv4 and IPv6 2011-05-04 10:10:13 +00:00
fyodor
4cf7db0637 Add a few new tasks 2011-05-04 09:41:30 +00:00
fyodor
8d09589986 Add a task for IPv6 subnet/pattern support like we have for IPv4 addresses 2011-05-04 06:33:08 +00:00
daniel
9d3d410d70 scanme.csnc.ch does not exist anymore; scanme.roe.ch still points
to the SCTP scanme system and will continue to do so.
2011-05-03 23:01:10 +00:00
david
6a73f6c94a Feature creeper task: make portreasons code better. 2011-05-03 09:04:41 +00:00
david
3ed9be1d1e Constify some Target members. 2011-05-03 02:44:32 +00:00
djalal
9e60e88eca o [NSE] Added broadcast-avahi-dos.nse, which tries to detect if the
hosts in the local network that are running Avahi are vulnerable to
  the NULL UDP packet denial of service (CVE-2011-1002).
2011-05-02 23:38:18 +00:00
gorjan
1d01038a1e Small fix in nmap NSE library documentation 2011-05-02 23:23:13 +00:00
david
26c7f91883 CHANGELOG:
o [Zenmap] Fixed an error that could cause a crash ("TypeError: an
  integer is required") if a sort column in the ports table was unset.
  [David]
2011-05-02 21:24:34 +00:00
david
b1e8d47fee Put http-auth in "safe" now that it is not in "default". 2011-04-30 19:23:19 +00:00
david
3ae3339cb7 Make the set of script "default and intrusive" empty.
These scripts got removed from default:
	dhcp-discover
	dns-zone-transfer

These scripts got removed from intrusive:
	dns-recursion
	ftp-bounce
	http-open-proxy
	socks-open-proxy

Thanks to Toni for noticing these.
2011-04-30 19:21:38 +00:00
david
6920f6b913 Remove credential guessing from http-auth.nse.
This was really lame compared to http-brute, only guessing two
username/password combinations. Also we shouldn't be guessing any
passwords in a default script.
2011-04-30 19:21:36 +00:00
david
d668c758e0 Join an NSEDoc comment to get @output. 2011-04-30 09:35:28 +00:00
david
a4dbced26e Add link to Daniel Miller work-in-progress structured NSE output. 2011-04-30 08:10:12 +00:00