Lucene search
+L

607 matches found

Nmap
Nmap
added 2017/03/01 4:12 a.m.1845 views

http-cookie-flags NSE Script

Examines cookies set by HTTP services. Reports any session cookies set without the httponly flag. Reports any session cookies set over SSL without the secure flag. If http-enum.nse is also run, any interesting paths found by it will be checked in addition to the root. See also: http-enum.nse...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2017/02/09 9:30 p.m.526 views

tls-ticketbleed NSE Script

Detects whether a server is vulnerable to the F5 Ticketbleed bug CVE-2016-9244. For additional information: Script Arguments tls-ticketbleed.protocols default tries all TLSv1.0, TLSv1.1, or TLSv1.2 tls.servername See the documentation for the tls library. smbdomain, smbhash, smbnoguest,...

10CVSS0.1AI score0.99448EPSS
SaveExploits42
Nmap
Nmap
added 2016/12/30 2:25 p.m.4683 views

http-hsts-verify NSE Script

Verify that HTTP Strict Transport Security is enabled. HTTP Strict-Transport-Security HSTS RFC 6797 forces a web browser to communicate with a web server over HTTPS. This script examines HTTP Response Headers to determine whether HSTS is configured. References:...

7.2AI score
SaveExploits0
Nmap
Nmap
added 2016/12/17 2:37 p.m.229 views

ip-geolocation-map-bing NSE Script

This script queries the Nmap registry for the GPS coordinates of targets stored by previous geolocation scripts and renders a Bing Map of markers representing the targets. The Bing Maps REST API has a limit of 100 markers, so if more coordinates are found, only the top 100 markers by number of IP...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/17 2:37 p.m.181 views

ip-geolocation-map-kml NSE Script

This script queries the Nmap registry for the GPS coordinates of targets stored by previous geolocation scripts and produces a KML file of points representing the targets. See also: ip-geolocation-geoplugin.nse ip-geolocation-ipinfodb.nse ip-geolocation-map-bing.nse ip-geolocation-map-google.nse...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/17 2:37 p.m.389 views

ip-geolocation-map-google NSE Script

This script queries the Nmap registry for the GPS coordinates of targets stored by previous geolocation scripts and renders a Google Map of markers representing the targets. Additional information for the Google Static Maps API can be found at: - See also: ip-geolocation-geoplugin.nse...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 9:27 p.m.115 views

cics-user-enum NSE Script

CICS User ID enumeration script for the CESL/CESN Login screen. Script Arguments cics-user-enum.commands Commands in a semi-colon separated list needed to access CICS. Defaults to CICS. idlist Path to list of transaction IDs. Defaults to the list of CICS transactions from IBM...

10CVSS0.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 9:27 p.m.188 views

cics-enum NSE Script

CICS transaction ID enumerator for IBM mainframes. This script is based on mainframebrute by Dominic White . However, this script doesn't rely on any third party libraries or tools and instead uses the NSE TN3270 library which emulates a TN3270 screen in lua. CICS only allows for 4 byte transacti...

10CVSS9.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 9:17 p.m.268 views

tso-enum NSE Script

TSO User ID enumerator for IBM mainframes z/OS. The TSO logon panel tells you when a user ID is valid or invalid with the message: IKJ56420I Userid not authorized to use TSO. The TSO logon process can work in two ways: 1 You get prompted with IKJ56700A ENTER USERID - to which you reply with the...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 9:17 p.m.154 views

tso-brute NSE Script

TSO account brute forcer. This script relies on the NSE TN3270 library which emulates a TN3270 screen for NMAP. TSO user IDs have the following rules: - it cannot begin with a number - only contains alpha-numeric characters and @, , $. - it cannot be longer than 7 chars Script Arguments...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 8:58 p.m.161 views

vtam-enum NSE Script

Many mainframes use VTAM screens to connect to various applications CICS, IMS, TSO, and many more. This script attempts to brute force those VTAM application IDs. This script is based on mainframebrute by Dominic White . However, this script doesn't rely on any third party libraries or tools and...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 8:31 p.m.122 views

nje-pass-brute NSE Script

z/OS JES Network Job Entry NJE 'I record' password brute forcer. After successfully negotiating an OPEN connection request, NJE requires sending, what IBM calls, an 'I record'. This initialization record may sometimes require a password. This script, provided with a valid OHOST/RHOST for the NJE...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/08 8:23 p.m.268 views

tn3270-screen NSE Script

Connects to a tn3270 'server' and returns the screen. Hidden fields will be listed below the screen with row, col coordinates. Script Arguments tn3270-screen.commands a semi-colon separated list of commands you want to issue before printing the screen tn3270-screen.lu specify a logical unit you...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/06 4:51 p.m.250 views

ssl-cert-intaddr NSE Script

Reports any private RFC1918 IPv4 addresses found in the various fields of an SSL service's certificate. These will only be reported if the target address itself is not private. Nmap v7.30 or later is required. See also: http-internal-ip-disclosure.nse ssl-cert.nse Script Arguments tls.servername...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/12/03 6:08 a.m.1673 views

fingerprint-strings NSE Script

Prints the readable strings from service fingerprints of unknown services. Nmap's service and application version detection engine sends named probes to target services and tries to identify them based on the response. When there is no match, Nmap produces a service fingerprint for submission...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/08 9:19 p.m.115 views

coap-resources NSE Script

Dumps list of available resources from CoAP endpoints. This script establishes a connection to a CoAP endpoint and performs a GET request on a resource. The default resource for our request is code/.well-known/core/core, which should contain a list of resources provided by the endpoint. For...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/08 5:30 p.m.176 views

ipmi-brute NSE Script

Performs brute force password auditing against IPMI RPC server. Script Arguments brute.credfile, brute.delay, brute.emptypass, brute.firstonly, brute.guesses, brute.mode, brute.passonly, brute.retries, brute.start, brute.threads, brute.unique, brute.useraspass See the documentation for the brute...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/08 5:30 p.m.259 views

ipmi-version NSE Script

Performs IPMI Information Discovery through Channel Auth probes. Example Usage nmap -sU --script ipmi-version -p 623 Script Output PORT STATE SERVICE REASON 623/udp open|filtered unknown | ipmi-version: | Version: IPMI-2.0 | UserAuth: password, md5, md2 | PassAuth: nulluser | Level: 1.2,2.0...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/08 5:30 p.m.246 views

ipmi-cipher-zero NSE Script

IPMI 2.0 Cipher Zero Authentication Bypass Scanner. This module identifies IPMI 2.0 compatible systems that are vulnerable to an authentication bypass vulnerability through the use of cipher zero. Script Arguments vulns.short, vulns.showall See the documentation for the vulns library. Example Usa...

10CVSS0.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/07 8:16 p.m.481 views

mqtt-subscribe NSE Script

Dumps message traffic from MQTT brokers. This script establishes a connection to an MQTT broker and subscribes to the requested topics. The default topics have been chosen to receive system information and all messages from other clients. This allows Nmap, to listen to all messages being publishe...

10CVSS9.4AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/07 3:49 a.m.383 views

fox-info NSE Script

Tridium Niagara Fox is a protocol used within Building Automation Systems. Based off Billy Rios and Terry McCorkle's work this Nmap NSE will collect information from A Tridium Niagara system. Example Usage nmap --script fox-info.nse -p 1911 Script Output 1911/tcp open Niagara Fox | fox-info: |...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/09/06 4:27 a.m.163 views

pcworx-info NSE Script

This NSE script will query and parse pcworx protocol to a remote PLC. The script will send a initial request packets and once a response is received, it validates that it was a proper response to the command that was sent, and then will parse out the data. PCWorx is a protocol and Program by...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/08/31 2:32 a.m.1508 views

oracle-tns-version NSE Script

Decodes the VSNNUM version number from an Oracle TNS listener. Example Usage nmap -sV Requires shortport nmap comm stdnse string description = Decodes the VSNNUM version number from an Oracle TNS listener. local shortport = require "shortport" local nmap = require "nmap" local comm = require "com...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/07/22 2:33 p.m.747 views

clock-skew NSE Script

Analyzes the clock skew between the scanner and various services that report timestamps. At the end of the scan, it will show groups of systems that have similar median clock skew among their services. This can be used to identify targets with similar configurations, such as those that share a...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/07/07 4:35 p.m.1001 views

sslv2-drown NSE Script

Determines whether the server supports SSLv2, what ciphers it supports and tests for CVE-2015-3197, CVE-2016-0703 and CVE-2016-0800 DROWN Script Arguments tls.servername See the documentation for the tls library. smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername See the...

10CVSS8.9AI score0.99448EPSS
SaveExploits37
Nmap
Nmap
added 2016/06/25 7:23 p.m.134 views

http-mcmp NSE Script

Checks if the webserver allows modcluster management protocol MCMP methods. The script sends a MCMP PING message to determine protocol support, then issues the DUMP command to dump the current configuration seen by modclustermanager. References: Script Arguments slaxml.debug See the documentation...

10CVSS9.4AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/06/20 5:50 a.m.835 views

clamav-exec NSE Script

Exploits ClamAV servers vulnerable to unauthenticated clamav comand execution. ClamAV server 0.99.2, and possibly other previous versions, allow the execution of dangerous service commands without authentication. Specifically, the command 'SCAN' may be used to list system files and the command...

10CVSS9.8AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/06/18 2:51 p.m.1872 views

http-aspnet-debug NSE Script

Determines if a ASP.NET application has debugging enabled using a HTTP DEBUG request. The HTTP DEBUG verb is used within ASP.NET applications to start/stop remote debugging sessions. The script sends a 'stop-debug' command to determine the application's current configuration state but access to R...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/06/08 11:18 p.m.1331 views

http-internal-ip-disclosure NSE Script

Determines if the web server leaks its internal IP address when sending an HTTP/1.0 request without a Host header. Some misconfigured web servers leak their internal IP address in the response headers when returning a redirect response. This is a known issue for some versions of Microsoft IIS, bu...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/04/01 10:29 p.m.169 views

vnc-title NSE Script

Tries to log into a VNC server and get its desktop name. Uses credentials discovered by vnc-brute, or None authentication types. If realvnc-auth-bypass was run and returned VULNERABLE, this script will use that vulnerability to bypass authentication. See also: vnc-brute.nse realvnc-auth-bypass.ns...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/03/16 5:47 a.m.1318 views

shodan-api NSE Script

Queries Shodan API for given targets and produces similar output to a -sV nmap scan. The ShodanAPI key can be set with the 'apikey' script argument, or hardcoded in the .nse file itself. You can get a free key from N.B if you want this script to run completely passively make sure to include the -...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/03/14 4:03 p.m.102 views

rusers NSE Script

Connects to rusersd RPC service and retrieves a list of logged-in users. Script Arguments mount.version, nfs.version, rpc.protocol See the documentation for the rpc library. Example Usage nmap -sV --script=rusers Script Output | USER ON FROM SINCE IDLE | LOGIN console 2015-11-08T12:03:50 8h55m58s...

10CVSS9.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/03/14 3:41 a.m.2562 views

http-apache-server-status NSE Script

Attempts to retrieve the server-status page for Apache webservers that have modstatus enabled. If the server-status page exists and appears to be from modstatus the script will parse useful information such as the system uptime, Apache version and recent HTTP requests. References: Script Argument...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 7:34 p.m.685 views

ms-sql-ntlm-info NSE Script

This script enumerates information from remote Microsoft SQL services with NTLM authentication enabled. Sending a MS-TDS NTLM authentication request with an invalid domain and null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIO...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 4:17 p.m.117 views

nntp-ntlm-info NSE Script

This script enumerates information from remote NNTP services with NTLM authentication enabled. Sending an MS-NNTP NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and OS build version...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 4:06 p.m.188 views

pop3-ntlm-info NSE Script

This script enumerates information from remote POP3 services with NTLM authentication enabled. Sending a POP3 NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and OS build version...

10CVSS0.3AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 3:54 p.m.282 views

telnet-ntlm-info NSE Script

This script enumerates information from remote Microsoft Telnet services with NTLM authentication enabled. Sending a MS-TNAP NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and OS bui...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 3:29 p.m.489 views

smtp-ntlm-info NSE Script

This script enumerates information from remote SMTP services with NTLM authentication enabled. Sending a SMTP NTLM authentication request with null credentials will cause the remote service to respond with a NTLMSSP message disclosing information to include NetBIOS, DNS, and OS build version...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/08 3:08 a.m.204 views

imap-ntlm-info NSE Script

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

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2016/01/06 8:47 p.m.298 views

http-vuln-cve2013-6786 NSE Script

Detects a URL redirection and reflected XSS vulnerability in Allegro RomPager Web server. The vulnerability has been assigned CVE-2013-6786. The check is general enough script tag injection via Referer header that some other software may be vulnerable in the same way. See also:...

10CVSS9.4AI score0.99448EPSS
SaveExploits36
Nmap
Nmap
added 2015/12/19 3:50 p.m.168 views

ipv6-multicast-mld-list NSE Script

Uses Multicast Listener Discovery to list the multicast addresses subscribed to by IPv6 multicast listeners on the link-local scope. Addresses in the IANA IPv6 Multicast Address Space Registry have their descriptions listed. Script Arguments ipv6-multicast-mld-list.timeout timeout to wait for...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2015/12/14 9:29 p.m.1460 views

http-vuln-cve2014-3704 NSE Script

Exploits CVE-2014-3704 also known as 'Drupageddon' in Drupal. Versions 7.32 of Drupal core are known to be affected. Vulnerability allows remote attackers to conduct SQL injection attacks via an array containing crafted keys. The script injects new Drupal administrator user via login form and the...

10CVSS0.99974EPSS
SaveExploits59
Nmap
Nmap
added 2015/11/15 5:39 a.m.379 views

targets-xml NSE Script

Loads addresses from an Nmap XML output file for scanning. Address type IPv4 or IPv6 is determined according to whether -6 is specified to nmap. Script Arguments targets-xml.iX Filename of an Nmap XML file to import targets-xml.state Only hosts with this status will have their addresses input...

10CVSS9.4AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2015/11/13 11:26 p.m.5588 views

ssl-dh-params NSE Script

Weak ephemeral Diffie-Hellman parameter detection for SSL/TLS services. This script simulates SSL/TLS handshakes using ciphersuites that have ephemeral Diffie-Hellman as the key exchange algorithm. Diffie-Hellman MODP group parameters are extracted and analyzed for vulnerability to Logjam CVE...

10CVSS9.1AI score0.99734EPSS
SaveExploits36
Nmap
Nmap
added 2015/11/11 5:10 p.m.176 views

nje-node-brute NSE Script

z/OS JES Network Job Entry NJE target node name brute force. NJE node communication is made up of an OHOST and an RHOST. Both fields must be present when conducting the handshake. This script attemtps to determine the target systems NJE node name. To initiate NJE the client sends a 33 byte record...

10CVSS9.1AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2015/11/11 5:02 p.m.242 views

broadcast-sonicwall-discover NSE Script

Discovers Sonicwall firewalls which are directly attached not routed using the same method as the manufacturers own 'SetupTool'. An interface needs to be configured, as the script broadcasts a UDP packet. The script needs to be run as a privileged user, typically root. References: Script Argument...

10CVSS9.2AI score0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2015/11/11 5:02 p.m.151 views

http-vuln-cve2014-8877 NSE Script

Exploits a remote code injection vulnerability CVE-2014-8877 in Wordpress CM Download Manager plugin. Versions = 2.0.0 are known to be affected. CM Download Manager plugin does not correctly sanitise the user input which allows remote attackers to execute arbitrary PHP code via the CMDsearch...

10CVSS0.3AI score0.99448EPSS
SaveExploits41
Nmap
Nmap
added 2015/11/05 8:41 p.m.2452 views

ssl-enum-ciphers NSE Script

This script repeatedly initiates SSLv3/TLS connections, each time trying a new cipher or compressor while recording whether a host accepts or rejects it. The end result is a list of all the ciphersuites and compressors that a server accepts. Each ciphersuite is shown with a letter grade A through...

10CVSS9.2AI score0.99999EPSS
SaveExploits42
Nmap
Nmap
added 2015/11/03 1:53 p.m.86 views

ip-https-discover NSE Script

Checks if the IP over HTTPS IP-HTTPS Tunneling Protocol 1 is supported. IP-HTTPS sends Teredo related IPv6 packets over an IPv4-based HTTPS session. This indicates that Microsoft DirectAccess 2, which allows remote clients to access intranet resources on a domain basis, is supported. Windows...

10CVSS0.99448EPSS
SaveExploits35
Nmap
Nmap
added 2015/10/03 6:07 a.m.445 views

smb-vuln-conficker NSE Script

Detects Microsoft Windows systems infected by the Conficker worm. This check is dangerous and it may crash systems. Based loosely on the Simple Conficker Scanner, found here: -- This check was previously part of smb-check-vulns. Script Arguments smbdomain, smbhash, smbnoguest, smbpassword,...

10CVSS0.1AI score0.99448EPSS
SaveExploits35
Total number of security vulnerabilities607