nmap/scripts
david 85deff9ede Use a more straightforward return style in script rules. Instead of
if cond then
		return true
	else
		return false
	end

just do

	return cond
2008-11-18 16:59:09 +00:00
..
asn-query.nse spell check: recognise -> recognize 2008-11-11 20:33:48 +00:00
auth-owners.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
auth-spoof.nse o Renamed irc-zombie.nse to auth-spoof and improved its description 2008-11-06 21:58:29 +00:00
banner.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
daytime.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
dns-random-srcport.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
dns-random-txid.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
dns-recursion.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
dns-zone-transfer.nse Split dns-zone-transfer usage across two lines. 2008-11-11 00:35:08 +00:00
finger.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ftp-anon.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ftp-bounce.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
html-title.nse Add http-alt and https-alt to the services handled by html-title.nse 2008-11-17 22:06:58 +00:00
http-auth.nse o http-auth.nse now properly checks for default authentication 2008-11-07 17:16:20 +00:00
http-open-proxy.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
http-passwd.nse Little typo fix. 2008-11-07 04:40:52 +00:00
http-trace.nse Adjust the output of http-trace and pop3-capabilities to avoid overly long 2008-11-10 23:44:49 +00:00
iax2-version.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
irc-info.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ms-sql-info.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
mysql-info.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
nbstat.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
pop3-brute.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
pop3-capabilities.nse Add a little bit about POP3 capabilities to the pop3-capabilities.nse script. 2008-11-15 01:43:10 +00:00
pptp-version.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
realvnc-auth-bypass.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
robots.txt.nse add to discovery category 2008-11-07 00:29:15 +00:00
rpcinfo.nse Remove script ids. Scripts are identified by file name in output (just the 2008-11-05 00:52:55 +00:00
script.db Sort script.db entries by file name to make diffs comprehensible. Their 2008-11-15 00:58:36 +00:00
skypev2-version.nse Update skypev2-version.nse to match how it's shown in scripting.xml. 2008-11-18 16:47:57 +00:00
smb-check-vulns.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-enum-domains.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-enum-sessions.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-enum-shares.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-enum-users.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-os-discovery.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-security-mode.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-server-stats.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smb-system-info.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
smtp-commands.nse Better format the output of smtp-commands.nse. 2008-11-10 23:35:31 +00:00
smtp-open-relay.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smtp-strangeport.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
sniffer-detect.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
snmp-brute.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
snmp-sysdescr.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
sql-injection.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ssh-hostkey.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
sshv1.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
sslv2.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
telnet-brute.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
upnp-info.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
whois.nse Removed an erroneous argument to a print_debug statement. 2008-11-14 20:57:45 +00:00
xampp-default-auth.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00