Lucene search
K

607 matches found

Nmap
Nmap
•added 2020/12/30 3:51 a.m.•387 views

nbns-interfaces NSE Script

Retrieves IP addresses of the target's network interfaces via NetBIOS NS. Additional network interfaces may reveal more information about the target, including finding paths to hidden non-routed networks via multihomed systems. Example Usage nmap -sU -p 137 --script nbns-interfaces Script Output...

10CVSS0.4AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2020/11/16 9:41 p.m.•181 views

port-states NSE Script

Prints a list of ports found in each state. Nmap ordinarily summarizes "uninteresting" ports as "Not shown: 94 closed ports, 4 filtered ports" but users may want to know which ports were filtered vs which were closed. This script will expand these summaries into a list of ports and port ranges th...

10CVSS9.4AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2020/10/19 5:13 p.m.•213 views

openflow-info NSE Script

Queries OpenFlow controllers for information. Newer versions of the OpenFlow protocol 1.3 and greater will return a list of all protocol versions supported by the controller. Versions prior to 1.3 only return their own version number. For additional information: Example Usage nmap -p 6633,6653...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2020/01/20 3:2 p.m.•444 views

uptime-agent-info NSE Script

Gets system information from an Idera Uptime Infrastructure Monitor agent. Example Usage nmap --script uptime-agent-info -p 9998 Script Output 9998/tcp open uptime-agent syn-ack | uptime-agent-info: SYSNAME=system123 | DOMAIN=none | ARCH="Linux system123 3.12.51-60.20-default 1 SMP Fri Dec 11...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/08/05 6:30 a.m.•825 views

dicom-brute NSE Script

Attempts to brute force the Application Entity Title of a DICOM server DICOM Service Provider. Application Entity Titles AET are used to restrict responses only to clients knowing the title. Hence, the called AET is used as a form of password. Script Arguments brute.credfile, brute.delay,...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/08/05 6:30 a.m.•643 views

dicom-ping NSE Script

Attempts to discover DICOM servers DICOM Service Provider through a partial C-ECHO request. It also detects if the server allows any called Application Entity Title or not. The script responds with the message "Called AET check enabled" when the association request is rejected due configuration...

10CVSS9.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/06/26 5:6 p.m.•8240 views

vulners NSE Script

For each available CPE the script prints out known vulns links to the correspondent info and correspondent CVSS scores. Its work is pretty simple: work only when some software version is identified for an open port take all the known CPEs for that software from the standard nmap -sV output make a...

10CVSS9.5AI score0.99448EPSS
Exploits36
Nmap
Nmap
•added 2019/06/14 12:8 p.m.•3249 views

rdp-ntlm-info NSE Script

This script enumerates information from remote RDP services with CredSSP NLA authentication enabled. Sending an incomplete CredSSP NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and ...

10CVSS0.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/04/08 3:35 p.m.•873 views

http-hp-ilo-info NSE Script

Attempts to extract information from HP iLO boards including versions and addresses. HP iLO boards have an unauthenticated info disclosure at ip/xmldata?item=all. It lists board informations such as server model, firmware version, MAC addresses, IP addresses, etc. This script uses the slaxml...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/03/21 4:15 a.m.•317 views

lu-enum NSE Script

Attempts to enumerate Logical Units LU of TN3270E servers. When connecting to a TN3270E server you are assigned a Logical Unit LU or you can tell the TN3270E server which LU you'd like to use. Typically TN3270E servers are configured to give you an LU from a pool of LUs. They can also have LUs se...

10CVSS9.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2019/02/09 8:8 p.m.•779 views

ubiquiti-discovery NSE Script

Extracts information from Ubiquiti networking devices. This script leverages Ubiquiti's Discovery Service which is enabled by default on many products. It will attempt to leverage version 1 of the protocol first and, if that fails, attempt version 2. Example Usage nmap -sU -p 10001 --script...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/10/24 4:14 p.m.•372 views

smb-vuln-webexec NSE Script

A critical remote code execution vulnerability exists in WebExService WebExec. See also: smb-webexec-exploit.nse Script Arguments smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername See the documentation for the smbauth library. randomseed, smbbasic, smbport, smbsign See the...

10CVSS9.7AI score0.99448EPSS
Exploits47
Nmap
Nmap
•added 2018/10/24 4:14 p.m.•533 views

smb-webexec-exploit NSE Script

Attempts to run a command via WebExService, using the WebExec vulnerability. Given a Windows account local or domain, this will start an arbitrary executable with SYSTEM privileges over the SMB protocol. The argument webexeccommand will run the command directly. It may or may not start with a GUI...

10CVSS0.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/10/19 5:0 a.m.•734 views

http-sap-netweaver-leak NSE Script

Detects SAP Netweaver Portal instances that allow anonymous access to the KM unit navigation page. This page leaks file names, ldap users, etc. SAP Netweaver Portal with the Knowledge Management Unit enable allows unauthenticated users to list file system directories through the URL...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/06/28 3:43 a.m.•405 views

https-redirect NSE Script

Check for HTTP services that redirect to the HTTPS on the same port. Example Usage nmap -sV Requires comm string shortport nmap url local comm = require "comm" local string = require "string" local shortport = require "shortport" local nmap = require "nmap" local url = require "url" local U =...

10CVSS9.4AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/06/23 7:46 p.m.•643 views

broadcast-jenkins-discover NSE Script

Discovers Jenkins servers on a LAN by sending a discovery broadcast probe. For more information about Jenkins auto discovery, see: Script Arguments broadcast-jenkins.address address to which the probe packet is sent. default: 255.255.255.255 broadcast-jenkins.timeout socket timeout default: 5s...

10CVSS9.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/06/23 7:11 p.m.•311 views

broadcast-hid-discoveryd NSE Script

Discovers HID devices on a LAN by sending a discoveryd network broadcast probe. For more information about HID discoveryd, see: Script Arguments broadcast-hid-discoveryd.timeout socket timeout default: 5s broadcast-hid-discoveryd.address address to which the probe packet is sent. default:...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/03/10 7:23 a.m.•510 views

hostmap-crtsh NSE Script

Finds subdomains of a web server by querying Google's Certificate Transparency logs database . The script will run against any target that has a name, either specified on the command line or obtained via reverse-DNS. NSE implementation of ctfr.py by Sheila Berta. References:...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2018/03/09 8:37 p.m.•308 views

nbd-info NSE Script

Displays protocol and block device information from NBD servers. The Network Block Device protocol is used to publish block devices over TCP. This script connects to an NBD server and attempts to pull down a list of exported block devices and their details For additional information: Script...

10CVSS9.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/10/30 5:27 p.m.•741 views

tls-alpn NSE Script

Enumerates a TLS server's supported application-layer protocols using the ALPN protocol. Repeated queries are sent to determine which of the registered protocols are supported. For more information, see: Script Arguments mssql.domain, mssql.instance-all, mssql.instance-name, mssql.instance-port,...

10CVSS9.6AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/10/18 8:26 p.m.•408 views

rsa-vuln-roca NSE Script

Detects RSA keys vulnerable to Return Of Coppersmith Attack ROCA factorization. SSH hostkeys and SSL/TLS certificates are checked. The checks require recent updates to the openssl NSE library. References: See also: ssl-cert.nse ssh-hostkey.nse Script Arguments mssql.domain, mssql.instance-all,...

10CVSS9.7AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/09/24 6:21 a.m.•2940 views

http-trane-info NSE Script

Attempts to obtain information from Trane Tracer SC devices. Trane Tracer SC is an intelligent field panel for communicating with HVAC equipment controllers deployed across several sectors including commercial facilities and others. The information is obtained from the web server that exposes...

10CVSS9.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/09/18 5:10 p.m.•314 views

deluge-rpc-brute NSE Script

Performs brute force password auditing against the DelugeRPC daemon. Script Arguments passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb See the documentation for the unpwdb library. creds.service, creds.global See the documentation for the creds library. brute.credfile,...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/09/05 6:19 p.m.•417 views

smb-enum-services NSE Script

Retrieves the list of services running on a remote Windows system. Each service attribute contains service name, display name and service status of each service. Note: Modern Windows systems requires a privileged domain account in order to list the services. References: Script Arguments randomsee...

10CVSS9.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/08/17 4:29 p.m.•789 views

http-bigip-cookie NSE Script

Decodes any unencrypted F5 BIG-IP cookies in the HTTP response. BIG-IP cookies contain information on backend systems such as internal IP addresses and port numbers. See here for more info: Script Arguments http-bigip-cookie.path The URL path to request. The default path is "/". slaxml.debug See...

10CVSS0.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/08/07 6:16 p.m.•694 views

http-jsonp-detection NSE Script

Attempts to discover JSONP endpoints in web servers. JSONP endpoints can be used to bypass Same-origin Policy restrictions in web browsers. The script searches for callback functions in the response to detect JSONP endpoints. It also tries to determine callback function through URLcallback functi...

10CVSS0.3AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/28 9:1 a.m.•520 views

smb2-capabilities NSE Script

Attempts to list the supported capabilities in a SMBv2 server for each enabled dialect. The script sends a SMB2COMNEGOTIATE command and parses the response using the SMB dialects: 2.0.2 2.1 3.0 3.0.2 3.1.1 References: Script Arguments randomseed, smbbasic, smbport, smbsign See the documentation f...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/28 9:1 a.m.•1876 views

smb-protocols NSE Script

Attempts to list the supported protocols and dialects of a SMB server. The script attempts to initiate a connection using the dialects: NT LM 0.12 SMBv1 2.0.2 SMBv2 2.1 SMBv2 3.0 SMBv3 3.0.2 SMBv3 3.1.1 SMBv3 Additionally if SMBv1 is found enabled, it will mark it as insecure. This script is the...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/28 9:1 a.m.•2357 views

smb2-security-mode NSE Script

Determines the message signing configuration in SMBv2 servers for all supported dialects. The script sends a SMB2COMNEGOTIATE request for each SMB2/SMB3 dialect and parses the security mode field to determine the message signing configuration of the SMB server. References: Script Arguments...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/28 9:1 a.m.•529 views

smb2-vuln-uptime NSE Script

Attempts to detect missing patches in Windows systems by checking the uptime returned during the SMB2 protocol negotiation. SMB2 protocol negotiation response returns the system boot time pre-authentication. This information can be used to determine if a system is missing critical patches without...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/28 9:1 a.m.•391 views

smb2-time NSE Script

Attempts to obtain the current system date and the start date of a SMB2 server. 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. Examp...

10CVSS9.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/26 7:34 p.m.•747 views

ftp-syst NSE Script

Sends FTP SYST and STAT commands and returns the result. The canonical SYST response of "UNIX Type: L8" is stripped or ignored, since it is meaningless. Typical FTP response codes 215 for SYST and 211 for STAT are also hidden. References: Example Usage nmap -sV -sC Script Output | ftp-syst: | SYS...

10CVSS9.4AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/18 2:26 a.m.•518 views

openwebnet-discovery NSE Script

OpenWebNet is a communications protocol developed by Bticino since 2000. Retrieves device identifying information and number of connected devices. References: Example Usage nmap --script openwebnet-discovery Script Output | openwebnet-discover: | IP Address: 192.168.200.35 | Net Mask: 255.255.255...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/16 9:32 a.m.•427 views

puppet-naivesigning NSE Script

Detects if naive signing is enabled on a Puppet server. This enables attackers to create any Certificate Signing Request and have it signed, allowing them to impersonate as a puppet agent. This can leak the configuration of the agents as well as any other sensitive information found in the...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/07/06 8:54 p.m.•427 views

iec-identify NSE Script

Attempts to identify IEC 60870-5-104 ICS protocol. After probing with a TESTFR test frame message, a STARTDT start data transfer message is sent and general interrogation is used to gather the list of information object addresses stored. Example Usage nmap -sV --script=iec-identify Script Output ...

10CVSS0.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/06/29 9:27 p.m.•634 views

ssh-publickey-acceptance NSE Script

This script takes a table of paths to private keys, passphrases, and usernames and checks each pair to see if the target ssh server accepts them for publickey authentication. If no keys are given or the known-bad option is given, the script will check if a list of known static public keys are...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/06/29 9:27 p.m.•1049 views

ssh-run NSE Script

Runs remote command on ssh server and returns command output. Script Arguments ssh-run.username Username to authenticate as ssh-run.cmd Command to run on remote server ssh-run.password Password to use if using password authentication ssh-run.privatekey Privatekeyfile to use if using publickey...

10CVSS0.4AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/06/26 8:10 p.m.•459 views

http-vuln-cve2017-8917 NSE Script

An SQL Injection vulnerability affecting Joomla! 3.7.x before 3.7.1 allows for unauthenticated users to execute arbitrary SQL commands. This vulnerability was caused by a new component, comfields, which was introduced in version 3.7. This component is publicly accessible, which means this can be...

10CVSS9.7AI score0.99826EPSS
Exploits54
Nmap
Nmap
•added 2017/06/10 3:29 a.m.•1710 views

smb-vuln-cve-2017-7494 NSE Script

Checks if target machines are vulnerable to the arbitrary shared library load vulnerability CVE-2017-7494. Unpatched versions of Samba from 3.5.0 to 4.4.13, and versions prior to 4.5.10 and 4.6.4 are affected by a vulnerability that allows remote code execution, allowing a malicious client to...

10CVSS9.7AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/06/06 1:36 a.m.•1725 views

http-security-headers NSE Script

Checks for the HTTP response headers related to security given in OWASP Secure Headers Project and gives a brief description of the header and its configuration value. The script requests the server for the header with http.head and parses it to list headers founds with their configurations. The...

10CVSS9.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/06/01 7:8 p.m.•831 views

http-vuln-cve2017-1001000 NSE Script

Attempts to detect a privilege escalation vulnerability in Wordpress 4.7.0 and 4.7.1 that allows unauthenticated users to inject content in posts. The script connects to the Wordpress REST API to obtain the list of published posts and grabs the user id and date from there. Then it attempts to...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/05/27 7:57 a.m.•2544 views

smb-vuln-ms17-010 NSE Script

Attempts to detect if a Microsoft SMBv1 server is vulnerable to a remote code execution vulnerability ms17-010, a.k.a. EternalBlue. The vulnerability is actively exploited by WannaCry and Petya ransomware and other malware. The script connects to the $IPC tree, executes a transaction on FID 0 and...

10CVSS9.7AI score0.99448EPSS
Exploits78
Nmap
Nmap
•added 2017/05/07 1:33 a.m.•690 views

http-vuln-cve2017-5689 NSE Script

Detects if a system with Intel Active Management Technology is vulnerable to the INTEL-SA-00075 privilege escalation vulnerability CVE2017-5689. This script determines if a target is vulnerable by attempting to perform digest authentication with a blank response parameter. If the authentication...

10CVSS8.6AI score0.99448EPSS
Exploits40
Nmap
Nmap
•added 2017/05/03 6:22 p.m.•1124 views

vmware-version NSE Script

Queries VMware server vCenter, ESX, ESXi SOAP API to extract the version information. The same script as VMware Fingerprinter from VASTO created by Claudio Criscione, Paolo Canaletti Script Arguments slaxml.debug See the documentation for the slaxml library. http.host, http.max-body-size,...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/04/18 6:9 p.m.•1758 views

smb-double-pulsar-backdoor NSE Script

Checks if the target machine is running the Double Pulsar SMB backdoor. Based on the python detection script by Luke Jennings of Countercept. See also: smb-vuln-ms17-010.nse Script Arguments smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername See the documentation for the smbauth...

10CVSS0.99448EPSS
Exploits36
Nmap
Nmap
•added 2017/03/14 12:15 a.m.•281 views

broadcast-ospf2-discover NSE Script

Discover IPv4 networks using Open Shortest Path First version 2OSPFv2 protocol. The script works by listening for OSPF Hello packets from the 224.0.0.5 multicast address. The script then replies and attempts to create a neighbor relationship, in order to discover network database. If no interface...

10CVSS0.2AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/03/10 5:53 p.m.•2339 views

http-vuln-cve2017-5638 NSE Script

Detects whether the specified URL is vulnerable to the Apache Struts Remote Code Execution Vulnerability CVE-2017-5638. Script Arguments http-vuln-cve2017-5638.path The URL path to request. The default path is "/". http-vuln-cve2017-5638.method The HTTP method for the request. The default method ...

10CVSS9.8AI score0.99999EPSS
Exploits77
Nmap
Nmap
•added 2017/03/04 7:54 p.m.•232 views

impress-remote-discover NSE Script

Tests for the presence of the LibreOffice Impress Remote server. Checks if a PIN is valid if provided and will bruteforce the PIN if requested. When a remote first contacts Impress and sends a client name and PIN, the user must open the "Slide Show - Impress Remote" menu and enter the matching PI...

10CVSS0.1AI score0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/03/01 8:41 p.m.•303 views

cics-user-brute NSE Script

CICS User ID brute forcing script for the CESL login screen. Script Arguments cics-user-brute.commands Commands in a semi-colon separated list needed to access CICS. Defaults to CICS. brute.credfile, brute.delay, brute.emptypass, brute.firstonly, brute.guesses, brute.mode, brute.passonly,...

10CVSS0.99448EPSS
Exploits33
Nmap
Nmap
•added 2017/03/01 8:41 p.m.•306 views

cics-info NSE Script

Using the CICS transaction CEMT, this script attempts to gather information about the current CICS transaction server region. It gathers OS information, Datasets files, transactions and user ids. Based on CICSpwn script by Ayoub ELAASSAL. Script Arguments cics-info.trans Instead of gathering all...

10CVSS0.99448EPSS
Exploits33
Total number of security vulnerabilities607