1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

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
This commit is contained in:
david
2008-11-06 02:52:59 +00:00
parent ddf146cb30
commit 6fbc8868a9
46 changed files with 129 additions and 126 deletions

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o Most script names were changed to make them more consistent.
[Fyodor, David]
o Removed ripeQuery.nse because we now have the much more robust
whois.nse which handles all the major registries. [Fyodor]

View File

@@ -26,7 +26,7 @@ server (your default DNS server, or whichever you specified with the
-- @args dns The address of a recursive nameserver to use (optional).
-- @output
-- Host script results:
-- | ASN:
-- | asn-query:
-- | BGP: 64.13.128.0/21 | Country: US
-- | Origin AS: 10565 SVCOLO-AS - Silicon Valley Colocation, Inc.
-- | Peer AS: 3561 6461

View File

@@ -4,7 +4,7 @@ Checks if an FTP server allows anonymous logins.
---
-- @output
-- |_ anonFTP: Anonymous login allowed
-- |_ ftp-anon: Anonymous login allowed
author = "Eddie Bell <ejlbell@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -10,7 +10,7 @@ original target.
---
--@output
-- 80/tcp open http syn-ack
-- |_ showHTMLTitle: Foo.
-- |_ html-title: Foo.
author = "Diman Todorov <diman.todorov@gmail.com>"

View File

@@ -5,7 +5,7 @@ authentication.
---
-- @output
-- | HTTPAuth: HTTP Service requires authentication
-- | http-auth: HTTP Service requires authentication
-- |_ Auth type: Basic, realm = DSL Router
-- HTTP authentication information gathering script

View File

@@ -6,7 +6,7 @@ response.
---
-- @output
-- 80/tcp open http
-- | HTTPtrace: Response differs from request. First 5 additional lines:
-- | http-trace: Response differs from request. First 5 additional lines:
-- | Cookie: UID=d4287aa38d02f409841b4e0c0050c13148a85d01c0c0a154d4ef56dfc2b4fc1b0
-- | Country: us
-- | Ip_is_advertise_combined: yes

View File

@@ -7,7 +7,7 @@ It uses STATS, LUSERS, and other queries to obtain this information.
---
-- @output
-- 6665/tcp open irc
-- | ircServerInfo: Server: foo.bar.net
-- | irc-info: Server: foo.bar.net
-- | Version: hyperion-1.0.2b(381). foo.bar.net
-- | Lservers/Lusers: 0/4204
-- | Uptime: 106 days, 2:46:30

View File

@@ -10,7 +10,7 @@ running this script (see the portrule).
---
--@output
-- 3306/tcp open mysql
-- | MySQLinfo: Protocol: 10
-- | mysql-info: Protocol: 10
-- | Version: 5.0.51a-3ubuntu5.1
-- | Thread ID: 7
-- | Some Capabilities: Connect with DB, Compress, Transactions, Secure Connection

View File

@@ -5,7 +5,7 @@ Retrieves POP3 server capabilities.
---
-- @output
-- 110/tcp open pop3
-- |_ popcapa: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
-- |_ pop3-capabilities: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
author = "Philip Pickering <pgpickering@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -7,7 +7,7 @@ The higher the verbosity or debug level, the more disallowed entries are shown.
---
--@output
-- 80/tcp open http syn-ack
-- | robots: has 156 disallowed entries (40 shown)
-- | robots.txt: has 156 disallowed entries (40 shown)
-- | /news?output=xhtml& /search /groups /images /catalogs
-- | /catalogues /news /nwshp /news?btcid=*& /news?btaid=*&
-- | /setnewsprefs? /index.html? /? /addurl/image? /pagead/ /relpage/

View File

@@ -1,104 +1,104 @@
Entry{ category = "default", filename = "dns-test-open-recursion.nse" }
Entry{ category = "intrusive", filename = "dns-test-open-recursion.nse" }
Entry{ category = "default", filename = "RealVNC_auth_bypass.nse" }
Entry{ category = "vuln", filename = "RealVNC_auth_bypass.nse" }
Entry{ category = "external", filename = "dns-safe-recursion-port.nse" }
Entry{ category = "intrusive", filename = "dns-safe-recursion-port.nse" }
Entry{ category = "discovery", filename = "smb-enumusers.nse" }
Entry{ category = "intrusive", filename = "smb-enumusers.nse" }
Entry{ category = "intrusive", filename = "SNMPcommunitybrute.nse" }
Entry{ category = "auth", filename = "SNMPcommunitybrute.nse" }
Entry{ category = "default", filename = "showOwner.nse" }
Entry{ category = "safe", filename = "showOwner.nse" }
Entry{ category = "default", filename = "SSLv2-support.nse" }
Entry{ category = "safe", filename = "SSLv2-support.nse" }
Entry{ category = "malware", filename = "ircZombieTest.nse" }
Entry{ category = "discovery", filename = "smb-systeminfo.nse" }
Entry{ category = "intrusive", filename = "smb-systeminfo.nse" }
Entry{ category = "version", filename = "skype_v2-version.nse" }
Entry{ category = "discovery", filename = "HTTPtrace.nse" }
Entry{ category = "default", filename = "UPnP-info.nse" }
Entry{ category = "safe", filename = "UPnP-info.nse" }
Entry{ category = "default", filename = "rpcinfo.nse" }
Entry{ category = "safe", filename = "rpcinfo.nse" }
Entry{ category = "discovery", filename = "rpcinfo.nse" }
Entry{ category = "auth", filename = "bruteTelnet.nse" }
Entry{ category = "intrusive", filename = "bruteTelnet.nse" }
Entry{ category = "external", filename = "dns-safe-recursion-txid.nse" }
Entry{ category = "intrusive", filename = "dns-safe-recursion-txid.nse" }
Entry{ category = "default", filename = "SMTPcommands.nse" }
Entry{ category = "discovery", filename = "SMTPcommands.nse" }
Entry{ category = "safe", filename = "SMTPcommands.nse" }
Entry{ category = "default", filename = "robots.nse" }
Entry{ category = "safe", filename = "robots.nse" }
Entry{ category = "default", filename = "zoneTrans.nse" }
Entry{ category = "intrusive", filename = "zoneTrans.nse" }
Entry{ category = "discovery", filename = "zoneTrans.nse" }
Entry{ category = "discovery", filename = "whois.nse" }
Entry{ category = "external", filename = "whois.nse" }
Entry{ category = "safe", filename = "whois.nse" }
Entry{ category = "default", filename = "smb-os-discovery.nse" }
Entry{ category = "discovery", filename = "smb-os-discovery.nse" }
Entry{ category = "safe", filename = "smb-os-discovery.nse" }
Entry{ category = "malware", filename = "strangeSMTPport.nse" }
Entry{ category = "version", filename = "iax2Detect.nse" }
Entry{ category = "discovery", filename = "smb-security-mode.nse" }
Entry{ category = "safe", filename = "smb-security-mode.nse" }
Entry{ category = "discovery", filename = "smb-enumsessions.nse" }
Entry{ category = "intrusive", filename = "smb-enumsessions.nse" }
Entry{ category = "discovery", filename = "ASN.nse" }
Entry{ category = "external", filename = "ASN.nse" }
Entry{ category = "default", filename = "showHTMLTitle.nse" }
Entry{ category = "safe", filename = "showHTMLTitle.nse" }
Entry{ category = "discovery", filename = "promiscuous.nse" }
Entry{ category = "discovery", filename = "smb-enumshares.nse" }
Entry{ category = "intrusive", filename = "smb-enumshares.nse" }
Entry{ category = "default", filename = "anonFTP.nse" }
Entry{ category = "auth", filename = "anonFTP.nse" }
Entry{ category = "intrusive", filename = "anonFTP.nse" }
Entry{ category = "intrusive", filename = "SQLInject.nse" }
Entry{ category = "vuln", filename = "SQLInject.nse" }
Entry{ category = "demo", filename = "SMTP_openrelay_test.nse" }
Entry{ category = "default", filename = "robots.txt.nse" }
Entry{ category = "safe", filename = "robots.txt.nse" }
Entry{ category = "intrusive", filename = "pop3-brute.nse" }
Entry{ category = "auth", filename = "pop3-brute.nse" }
Entry{ category = "default", filename = "ftp-anon.nse" }
Entry{ category = "auth", filename = "ftp-anon.nse" }
Entry{ category = "intrusive", filename = "ftp-anon.nse" }
Entry{ category = "discovery", filename = "daytime.nse" }
Entry{ category = "default", filename = "smtp-commands.nse" }
Entry{ category = "discovery", filename = "smtp-commands.nse" }
Entry{ category = "safe", filename = "smtp-commands.nse" }
Entry{ category = "default", filename = "dns-recursion.nse" }
Entry{ category = "intrusive", filename = "dns-recursion.nse" }
Entry{ category = "discovery", filename = "asn-query.nse" }
Entry{ category = "external", filename = "asn-query.nse" }
Entry{ category = "discovery", filename = "smb-enum-users.nse" }
Entry{ category = "intrusive", filename = "smb-enum-users.nse" }
Entry{ category = "external", filename = "dns-random-txid.nse" }
Entry{ category = "intrusive", filename = "dns-random-txid.nse" }
Entry{ category = "discovery", filename = "smb-enum-sessions.nse" }
Entry{ category = "intrusive", filename = "smb-enum-sessions.nse" }
Entry{ category = "default", filename = "pop3-capabilities.nse" }
Entry{ category = "malware", filename = "smtp-strangeport.nse" }
Entry{ category = "default", filename = "sshv1.nse" }
Entry{ category = "safe", filename = "sshv1.nse" }
Entry{ category = "version", filename = "pptp-version.nse" }
Entry{ category = "default", filename = "irc-info.nse" }
Entry{ category = "discovery", filename = "irc-info.nse" }
Entry{ category = "discovery", filename = "smb-system-info.nse" }
Entry{ category = "intrusive", filename = "smb-system-info.nse" }
Entry{ category = "malware", filename = "irc-zombie.nse" }
Entry{ category = "default", filename = "ms-sql-info.nse" }
Entry{ category = "discovery", filename = "ms-sql-info.nse" }
Entry{ category = "intrusive", filename = "ms-sql-info.nse" }
Entry{ category = "default", filename = "zone-transfer.nse" }
Entry{ category = "intrusive", filename = "zone-transfer.nse" }
Entry{ category = "discovery", filename = "zone-transfer.nse" }
Entry{ category = "default", filename = "sslv2.nse" }
Entry{ category = "safe", filename = "sslv2.nse" }
Entry{ category = "default", filename = "nbstat.nse" }
Entry{ category = "discovery", filename = "nbstat.nse" }
Entry{ category = "safe", filename = "nbstat.nse" }
Entry{ category = "default", filename = "HTTPAuth.nse" }
Entry{ category = "auth", filename = "HTTPAuth.nse" }
Entry{ category = "intrusive", filename = "HTTPAuth.nse" }
Entry{ category = "default", filename = "upnp-info.nse" }
Entry{ category = "safe", filename = "upnp-info.nse" }
Entry{ category = "default", filename = "rpcinfo.nse" }
Entry{ category = "safe", filename = "rpcinfo.nse" }
Entry{ category = "discovery", filename = "rpcinfo.nse" }
Entry{ category = "safe", filename = "ssh-hostkey.nse" }
Entry{ category = "default", filename = "ssh-hostkey.nse" }
Entry{ category = "intrusive", filename = "ssh-hostkey.nse" }
Entry{ category = "default", filename = "mysql-info.nse" }
Entry{ category = "discovery", filename = "mysql-info.nse" }
Entry{ category = "safe", filename = "mysql-info.nse" }
Entry{ category = "default", filename = "finger.nse" }
Entry{ category = "discovery", filename = "finger.nse" }
Entry{ category = "default", filename = "SSHv1-support.nse" }
Entry{ category = "safe", filename = "SSHv1-support.nse" }
Entry{ category = "default", filename = "popcapa.nse" }
Entry{ category = "default", filename = "SNMPsysdescr.nse" }
Entry{ category = "discovery", filename = "SNMPsysdescr.nse" }
Entry{ category = "safe", filename = "SNMPsysdescr.nse" }
Entry{ category = "safe", filename = "SSH-hostkey.nse" }
Entry{ category = "default", filename = "SSH-hostkey.nse" }
Entry{ category = "intrusive", filename = "SSH-hostkey.nse" }
Entry{ category = "intrusive", filename = "brutePOP3.nse" }
Entry{ category = "auth", filename = "brutePOP3.nse" }
Entry{ category = "default", filename = "MySQLinfo.nse" }
Entry{ category = "discovery", filename = "MySQLinfo.nse" }
Entry{ category = "safe", filename = "MySQLinfo.nse" }
Entry{ category = "default", filename = "ftpbounce.nse" }
Entry{ category = "intrusive", filename = "ftpbounce.nse" }
Entry{ category = "auth", filename = "xamppDefaultPass.nse" }
Entry{ category = "vuln", filename = "xamppDefaultPass.nse" }
Entry{ category = "discovery", filename = "smb-enumdomains.nse" }
Entry{ category = "intrusive", filename = "smb-enumdomains.nse" }
Entry{ category = "intrusive", filename = "HTTPpasswd.nse" }
Entry{ category = "vuln", filename = "HTTPpasswd.nse" }
Entry{ category = "discovery", filename = "smb-serverstats.nse" }
Entry{ category = "intrusive", filename = "smb-serverstats.nse" }
Entry{ category = "version", filename = "PPTPversion.nse" }
Entry{ category = "default", filename = "ircServerInfo.nse" }
Entry{ category = "discovery", filename = "ircServerInfo.nse" }
Entry{ category = "default", filename = "MSSQLm.nse" }
Entry{ category = "discovery", filename = "MSSQLm.nse" }
Entry{ category = "intrusive", filename = "MSSQLm.nse" }
Entry{ category = "default", filename = "HTTP_open_proxy.nse" }
Entry{ category = "discovery", filename = "HTTP_open_proxy.nse" }
Entry{ category = "external", filename = "HTTP_open_proxy.nse" }
Entry{ category = "intrusive", filename = "HTTP_open_proxy.nse" }
Entry{ category = "discovery", filename = "daytimeTest.nse" }
Entry{ category = "discovery", filename = "whois.nse" }
Entry{ category = "external", filename = "whois.nse" }
Entry{ category = "safe", filename = "whois.nse" }
Entry{ category = "discovery", filename = "http-trace.nse" }
Entry{ category = "intrusive", filename = "http-passwd.nse" }
Entry{ category = "vuln", filename = "http-passwd.nse" }
Entry{ category = "discovery", filename = "sniffer-detect.nse" }
Entry{ category = "version", filename = "iax2-version.nse" }
Entry{ category = "default", filename = "smb-os-discovery.nse" }
Entry{ category = "discovery", filename = "smb-os-discovery.nse" }
Entry{ category = "safe", filename = "smb-os-discovery.nse" }
Entry{ category = "intrusive", filename = "snmp-brute.nse" }
Entry{ category = "auth", filename = "snmp-brute.nse" }
Entry{ category = "default", filename = "identd-owners.nse" }
Entry{ category = "safe", filename = "identd-owners.nse" }
Entry{ category = "default", filename = "html-title.nse" }
Entry{ category = "safe", filename = "html-title.nse" }
Entry{ category = "external", filename = "dns-random-srcport.nse" }
Entry{ category = "intrusive", filename = "dns-random-srcport.nse" }
Entry{ category = "discovery", filename = "smb-enum-domains.nse" }
Entry{ category = "intrusive", filename = "smb-enum-domains.nse" }
Entry{ category = "discovery", filename = "smb-server-stats.nse" }
Entry{ category = "intrusive", filename = "smb-server-stats.nse" }
Entry{ category = "default", filename = "ftp-bounce.nse" }
Entry{ category = "intrusive", filename = "ftp-bounce.nse" }
Entry{ category = "discovery", filename = "smb-security-mode.nse" }
Entry{ category = "safe", filename = "smb-security-mode.nse" }
Entry{ category = "discovery", filename = "smb-enum-shares.nse" }
Entry{ category = "intrusive", filename = "smb-enum-shares.nse" }
Entry{ category = "default", filename = "http-open-proxy.nse" }
Entry{ category = "discovery", filename = "http-open-proxy.nse" }
Entry{ category = "external", filename = "http-open-proxy.nse" }
Entry{ category = "intrusive", filename = "http-open-proxy.nse" }
Entry{ category = "intrusive", filename = "sql-injection.nse" }
Entry{ category = "vuln", filename = "sql-injection.nse" }
Entry{ category = "default", filename = "realvnc-auth-bypass.nse" }
Entry{ category = "vuln", filename = "realvnc-auth-bypass.nse" }
Entry{ category = "version", filename = "skypev2-version.nse" }
Entry{ category = "default", filename = "http-auth.nse" }
Entry{ category = "auth", filename = "http-auth.nse" }
Entry{ category = "intrusive", filename = "http-auth.nse" }
Entry{ category = "auth", filename = "telnet-brute.nse" }
Entry{ category = "intrusive", filename = "telnet-brute.nse" }
Entry{ category = "auth", filename = "xampp-default-auth.nse" }
Entry{ category = "vuln", filename = "xampp-default-auth.nse" }
Entry{ category = "demo", filename = "smtp-open-relay.nse" }
Entry{ category = "default", filename = "snmp-sysdescr.nse" }
Entry{ category = "discovery", filename = "snmp-sysdescr.nse" }
Entry{ category = "safe", filename = "snmp-sysdescr.nse" }

View File

@@ -17,7 +17,7 @@ After the initial <code>bind()</code> to SAMR, the sequence of calls is:
--
--@output
-- Host script results:
-- | smb-enumdomains:
-- | smb-enum-domains:
-- | Domain: LOCALSYSTEM
-- | |_ SID: S-1-5-21-2956463495-2656032972-1271678565
-- | |_ Users: Administrator, Guest, SUPPORT_388945a0

View File

@@ -30,7 +30,7 @@ idea to write this one.
--
--@output
-- Host script results:
-- | smb-enumsessions:
-- | smb-enum-sessions:
-- | Users logged in:
-- | |_ TESTBOX\Administrator since 2008-10-21 08:17:14
-- | |_ DOMAIN\rbowes since 2008-10-20 09:03:23

View File

@@ -27,13 +27,13 @@ doing an authenticated test.
--
--@output
-- Standard:
-- | smb-enumshares:
-- | smb-enum-shares:
-- | Anonymous shares: IPC$
-- |_ Restricted shares: F$, ADMIN$, C$
--
-- Verbose:
-- Host script results:
-- | smb-enumshares:
-- | smb-enum-shares:
-- | Anonymous shares:
-- | IPC$
-- | |_ Type: STYPE_IPC_HIDDEN

View File

@@ -72,11 +72,11 @@ the code I wrote for this is largely based on the techniques used by them.
--
-- @output
-- Host script results:
-- | smb-enumusers:
-- | smb-enum-users:
-- |_ TESTBOX\Administrator, EXTERNAL\DnsAdmins, TESTBOX\Guest, EXTERNAL\HelpServicesGroup, EXTERNAL\PARTNERS$, TESTBOX\SUPPORT_388945a0
--
-- Host script results:
-- | smb-enumusers:
-- | smb-enum-users:
-- | Administrator
-- | |_ Type: User
-- | |_ Domain: LOCALSYSTEM

View File

@@ -16,7 +16,7 @@ the numbers that Windows returns. Take the values here with a grain of salt.
--
-- @output
-- Host script results:
-- | smb-serverstats:
-- | smb-server-stats:
-- | Server statistics collected since 2008-10-17 09:32:41 (4d0h24m29s):
-- | |_ Traffic 133467 bytes (0.38b/s) sent, 167696 bytes (0.48b/s) received
-- | |_ Failed logins: 5

View File

@@ -16,7 +16,7 @@ I don't know it), so this doesn't support Vista at all.
--
-- @output
-- Host script results:
-- | smb-systeminfo:
-- | smb-system-info:
-- | OS Details
-- | |_ Microsoft Windows Server 2003 Service Pack 2 (ServerNT 5.2 build 3790)
-- | |_ Installed on 2007-11-26 23:40:40

View File

@@ -6,7 +6,7 @@ SMTP server.
---
-- @output
-- 25/tcp open smtp
-- | SMTPcommands: EHLO uninvited.example.net Hello root at localhost [127.0.0.1], SIZE 52428800, PIPELINING, 250 HELP
-- | smtp-commands: EHLO uninvited.example.net Hello root at localhost [127.0.0.1], SIZE 52428800, PIPELINING, 250 HELP
-- |_ HELP Commands supported:, , AUTH HELO EHLO MAIL RCPT DATA NOOP QUIT RSET HELP
-- Version History

View File

@@ -8,7 +8,7 @@ system to send spam or control your machine.
---
-- @output
-- 22/tcp open ssh
-- |_ strangeSMTPport: Warning: smtp is running on a strange port
-- |_ smtp-strangeport: Warning: smtp is running on a strange port
author = "Diman Todorov <diman.todorov@gmail.com>"

View File

@@ -4,7 +4,7 @@ Attempts to extract system information from an SNMP version 1 service.
---
-- @output
-- | SNMPsysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
-- | snmp-sysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
-- |_ System uptime: 28 days, 17:18:59 (248153900 timeticks)
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"

View File

@@ -21,9 +21,9 @@ the output with the <code>ssh_hostkey</code> script argument.
--
--@output
-- 22/tcp open ssh
-- | SSH-hostkey: 2048 f0:58:ce:f4:aa:a4:59:1c:8e:dd:4d:07:44:c8:25:11 (RSA)
-- | ssh-hostkey: 2048 f0:58:ce:f4:aa:a4:59:1c:8e:dd:4d:07:44:c8:25:11 (RSA)
-- 22/tcp open ssh
-- | SSH-hostkey: 2048 f0:58:ce:f4:aa:a4:59:1c:8e:dd:4d:07:44:c8:25:11 (RSA)
-- | ssh-hostkey: 2048 f0:58:ce:f4:aa:a4:59:1c:8e:dd:4d:07:44:c8:25:11 (RSA)
-- | +--[ RSA 2048]----+
-- | | .E*+ |
-- | | oo |
@@ -36,7 +36,7 @@ the output with the <code>ssh_hostkey</code> script argument.
-- | | o . |
-- |_ +-----------------+
-- 22/tcp open ssh
-- | SSH-hostkey: 2048 xuvah-degyp-nabus-zegah-hebur-nopig-bubig-difeg-hisym-rumef-cuxex (RSA)
-- | ssh-hostkey: 2048 xuvah-degyp-nabus-zegah-hebur-nopig-bubig-difeg-hisym-rumef-cuxex (RSA)
-- |_ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwVuv2gcr0maaKQ69VVIEv2ob4OxnuI64fkeOnCXD1lUx5tTA+vefXUWEMxgMuA7iX4irJHy2zer0NQ3Z3yJvr5scPgTYIaEOp5Uo/eGFG9Agpk5wE8CoF0e47iCAPHqzlmP2V7aNURLMODb3jVZuI07A2ZRrMGrD8d888E2ORVORv1rYeTYCqcMMoVFmX9l3gWEdk4yx3w5sD8v501Iuyd1v19mPfyhrI5E1E1nl/Xjp5N0/xP2GUBrdkDMxKaxqTPMie/f0dXBUPQQN697a5q+5lBRPhKYOtn6yQKCd9s1Q22nxn72Jmi1RzbMyYJ52FosDT755Qmb46GLrDMaZMQ==
author = "Sven Klemm <sven@c3d2.de>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -6,7 +6,7 @@ offers.
---
--@output
-- 443/tcp open https syn-ack
-- | SSLv2-support: server still supports SSLv2
-- | sslv2: server still supports SSLv2
-- | SSL2_RC4_128_WITH_MD5
-- | SSL2_DES_192_EDE3_CBC_WITH_MD5
-- | SSL2_RC2_CBC_128_CBC_WITH_MD5

View File

@@ -4,7 +4,7 @@ Attempts to extract system information from the UPnP service.
---
-- @output
-- | UPnP-info: System/1.0 UPnP/1.0 IGD/1.0
-- | upnp-info: System/1.0 UPnP/1.0 IGD/1.0
-- |_ Location: http://192.168.1.1:80/UPnP/IGD.xml
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"

View File

@@ -8,7 +8,7 @@ administration.
---
-- @output
-- 21/tcp open ftp
-- |_ xamppDefaultPass: Login success with u/p: nobody/xampp
-- |_ xampp-default-auth: Login success with u/p: nobody/xampp
author = "Diman Todorov <diman.todorov@gmail.com>"

View File

@@ -20,7 +20,7 @@ Useful resources
-- @args zoneTrans.domain Domain to transfer.
-- @output
-- 53/tcp open domain
-- | zoneTrans:
-- | zone-transfer:
-- | foo.com. SOA ns2.foo.com. piou.foo.com.
-- | foo.com. TXT
-- | foo.com. NS ns1.foo.com.