Lucene search
+L

1957 matches found

Nmap
Nmap
added 2010/01/26 9:40 a.m.425 views

mysql-empty-password NSE Script

Checks for MySQL servers with an empty password for root or anonymous. See also: mysql-brute.nse Example Usage nmap -sV --script=mysql-empty-password Script Output 3306/tcp open mysql | mysql-empty-password: | anonymous account has empty password | root account has empty password Requires mysql...

10CVSS0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2010/01/26 9:40 a.m.255 views

mysql-databases NSE Script

Attempts to list all databases on a MySQL server. Script Arguments mysqluser The username to use for authentication. If unset it attempts to use credentials found by mysql-brute or mysql-empty-password. mysqlpass The password to use for authentication. If unset it attempts to use credentials foun...

10CVSS0.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2010/01/26 9:40 a.m.245 views

mysql-brute NSE Script

Performs password guessing against MySQL. See also: mysql-empty-password.nse Script Arguments mysql-brute.timeout socket timeout for connecting to MySQL default 5s passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb See the documentation for the unpwdb library. creds.service,...

10CVSS0.1AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2010/01/25 11:51 p.m.108 views

daap-get-library NSE Script

Retrieves a list of music from a DAAP server. The list includes artist names and album and song titles. Output will be capped to 100 items if not otherwise specified in the daapitemlimit script argument. A daapitemlimit below zero outputs the complete contents of the DAAP library. Based on...

10CVSS9.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2010/01/21 1:53 a.m.410 views

dns-service-discovery NSE Script

Attempts to discover target hosts' services using the DNS Service Discovery protocol. The script first sends a query for services.dns-sd.udp.local to get a list of services. It then sends a followup query for each one to try to get more information. Script Arguments max-newtargets, newtargets See...

10CVSS0.1AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2010/01/20 9:49 p.m.126 views

afp-showmount NSE Script

Shows AFP shares and ACLs. Script Arguments afp.password, afp.username See the documentation for the afp library. Example Usage nmap -sV --script=afp-showmount Script Output PORT STATE SERVICE 548/tcp open afp | afp-showmount: | Yoda's Public Folder | Owner: Search,Read,Write | Group: Search,Read...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/12/28 5:35 p.m.272 views

oracle-sid-brute NSE Script

Guesses Oracle instance/SID names against the TNS-listener. If the oraclesids script argument is not used to specify an alternate file, the default oracle-sids file will be used. License to use the oracle-sids file was granted by its author, Alexander Kornbrust . Script Arguments oraclesids A fil...

10CVSS9.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/12/14 7:30 a.m.96 views

citrix-enum-servers-xml NSE Script

Extracts the name of the server farm and member servers from Citrix XML service. Script Arguments slaxml.debug See the documentation for the slaxml library. http.host, http.max-body-size, http.max-cache-size, http.max-pipeline, http.pipeline, http.truncated-ok, http.useragent See the documentatio...

10CVSS0.1AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/12/14 7:30 a.m.202 views

citrix-enum-apps NSE Script

Extracts a list of published applications from the ICA Browser service. Example Usage sudo ./nmap -sU --script=citrix-enum-apps -p 1604 Script Output PORT STATE SERVICE 1604/udp open unknown 1604/udp open unknown | citrix-enum-apps: | Notepad | iexplorer | registry editor Requires nmap shortport...

10CVSS9.3AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/12/14 7:30 a.m.258 views

citrix-brute-xml NSE Script

Attempts to guess valid credentials for the Citrix PN Web Agent XML Service. The XML service authenticates against the local Windows server or the Active Directory. This script makes no attempt of preventing account lockout. If the password list contains more passwords than the lockout-threshold...

10CVSS9.3AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/12/14 7:30 a.m.158 views

citrix-enum-servers NSE Script

Extracts a list of Citrix servers from the ICA Browser service. Example Usage sudo ./nmap -sU --script=citrix-enum-servers -p 1604 Script Output PORT STATE SERVICE 1604/udp open unknown | citrix-enum-servers: | CITRIXSRV01 | CITRIXSRV02 Requires nmap shortport stdnse string table local nmap =...

10CVSS9.3AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/11/26 4:52 p.m.1072 views

nfs-showmount NSE Script

Shows NFS exports, like the showmount -e command. Script Arguments mount.version, nfs.version, rpc.protocol See the documentation for the rpc library. Example Usage nmap -sV --script=nfs-showmount Script Output PORT STATE SERVICE 111/tcp open rpcbind | nfs-showmount: | /home/storage/backup...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Packet Storm
Packet Storm
added 2009/11/26 12:0 a.m.35 views

Novell NetMail <= 3.52d NMAP STOR Buffer Overflow

require 'msf/core' class Metasploit3 'Novell NetMail %q This module exploits a stack overflow in Novell's Netmail 3.52 NMAP STOR verb. By sending an overly long string, an attacker can overwrite the buffer and control program execution. , 'Author' = 'MC' , 'License' = MSFLICENSE, 'Version' =...

9CVSS0.6AI score0.59465EPSS
SaveExploits7
Nmap
Nmap
added 2009/11/20 4:19 p.m.123 views

smb-psexec NSE Script

Implements remote process execution similar to the Sysinternals' psexec tool, allowing a user to run a series of programs on a remote machine and read the output. This is great for gathering information about servers, running the same tool on a range of system, or even installing a backdoor on a...

10CVSS9.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2009/11/20 4:5 p.m.195 views

smb-enum-groups NSE Script

Obtains a list of groups from the remote Windows system, as well as a list of the group's users. This works similarly to enum.exe with the /G switch. The following MSRPC functions in SAMR are used to find a list of groups and the RIDs of their users. Keep in mind that MSRPC refers to groups as...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
OpenVAS
OpenVAS
added 2009/11/18 12:0 a.m.43 views

Service Detection (unknown) with nmap

This plugin performs service detection. SPDX-FileCopyrightText: 2009 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later For those who wish to go digging, please note that...

7.1AI score
SaveExploits0
Nmap
Nmap
added 2009/11/08 9:31 p.m.79 views

smbv2-enabled NSE Script

Checks whether or not a server is running the SMBv2 protocol. Script Arguments randomseed, smbbasic, smbport, smbsign See the documentation for the smb library. smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername See the documentation for the smbauth library. Example Usage nmap...

0.2AI score
SaveExploits0
OpenVAS
OpenVAS
added 2009/10/10 12:0 a.m.15 views

SLES9: Security update for nmap

The remote host is missing updates to packages that affect the security of your system. One or more of the following packages are affected: nmap nmap-gtk More details may also be found by searching for keyword 5012982 within the SuSE Enterprise Server 9 patch database linked in the references...

7.5AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2009/10/10 12:0 a.m.10 views

SLES9: Security update for nmap

The remote host is missing updates to packages that affect the security of your system. One or more of the following packages are affected: nmap nmap-gtk More details may also be found by searching for keyword 5012982 within the SuSE Enterprise Server 9 patch database at...

SaveExploits0
Nmap
Nmap
added 2009/09/16 2:15 p.m.297 views

http-malware-host NSE Script

Looks for signature of known server compromises. Currently, the only signature it looks for is the one discussed here: . This is done by requesting the page /ts/in.cgi?open2 and looking for an errant 302 it attempts to detect servers that always return 302. Thanks to Denis from the above link for...

10CVSS9.3AI score0.99448EPSS
SaveExploits33
Rows per page
Query Builder