ron
|
45744eddc3
|
Merge in changes from my private branch, primarily smb-brute.nse and smb-pwdump.nse, among other smaller changes.
|
2009-03-05 02:03:29 +00:00 |
|
david
|
00b65b7768
|
Remove script args that are inherited from modules from sript documentation.
Such args are now included automatically in the generated documentation.
|
2009-02-05 23:45:12 +00:00 |
|
ron
|
773000b65a
|
Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous).
|
2008-12-24 00:53:01 +00:00 |
|
ron
|
ea42f39faa
|
Merged in significant changes to Microsoft RPC calls
|
2008-12-07 16:16:11 +00:00 |
|
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 |
|
david
|
40394a19cd
|
Fix a whole bunch of script names I missed updating in @usage sections.
|
2008-11-11 00:23:59 +00:00 |
|
david
|
5f166e19ec
|
Don't use empty parentheses when referring to functions by name in NSE
documentation.
|
2008-11-07 22:49:49 +00:00 |
|
david
|
6fbc8868a9
|
Rename scripts (almost all of them) to make their names more consistent and
make them look better in output. The full list of changes is
anonFTP => ftp-anon
ASN => asn-query
brutePOP3 => pop3-brute
bruteTelnet => telnet-brute
daytimeTest => daytime
dns-safe-recursion-port => dns-random-srcport
dns-safe-recursion-txid => dns-random-txid
dns-test-open-recursion => dns-recursion
ftpbounce => ftp-bounce
HTTPAuth => http-auth
HTTP_open_proxy => http-open-proxy
HTTPpasswd => http-passwd
HTTPtrace => http-trace
iax2Detect => iax2-version
ircServerInfo => irc-info
ircZombieTest => irc-zombie
MSSQLm => ms-sql-info
MySQLinfo => mysql-info
popcapa => pop3-capabilities
PPTPversion => pptp-version
promiscuous => sniffer-detect
RealVNC_auth_bypass => realvnc-auth-bypass
robots => robots.txt
showHTMLTitle => html-title
showOwner => identd-owners
skype_v2-version => skypev2-version
smb-enumdomains => smb-enum-domains
smb-enumsessions => smb-enum-sessions
smb-enumshares => smb-enum-shares
smb-enumusers => smb-enum-users
smb-serverstats => smb-server-stats
smb-systeminfo => smb-system-info
SMTPcommands => smtp-commands
SMTP_openrelay_test => smtp-open-relay
SNMPcommunitybrute => snmp-brute
SNMPsysdescr => snmp-sysdescr
SQLInject => sql-injection
SSH-hostkey => ssh-hostkey
SSHv1-support => sshv1
SSLv2-support => sslv2
strangeSMTPport => smtp-strangeport
UPnP-info => upnp-info
xamppDefaultPass => xampp-default-auth
zoneTrans => zone-transfer
|
2008-11-06 02:52:59 +00:00 |
|