Lucene search
+L

133 matches found

Nmap
Nmap
added 2014/05/26 1:28 a.m.180 views

http-vuln-cve2014-2126 NSE Script

Detects whether the Cisco ASA appliance is vulnerable to the Cisco ASA ASDM Privilege Escalation Vulnerability CVE-2014-2126. See also: http-vuln-cve2014-2127.nse http-vuln-cve2014-2128.nse http-vuln-cve2014-2129.nse Script Arguments tls.servername See the documentation for the tls library...

10CVSS0.3AI score0.99448EPSS
SaveExploits34
Nmap
Nmap
added 2014/05/26 1:28 a.m.634 views

http-cisco-anyconnect NSE Script

Connect as Cisco AnyConnect client to a Cisco SSL VPN and retrieves version and tunnel information. Script Arguments slaxml.debug See the documentation for the slaxml library. smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername See the documentation for the smbauth library...

10CVSS9.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2013/10/23 5:45 p.m.57 views

rfc868-time NSE Script

Retrieves the day and time from the Time service. Example Usage nmap -sV Script Output PORT STATE SERVICE 37/tcp open time |rfc868-time: 2013-10-23T10:33:00 Requires comm datetime shortport stdnse string stringaux nmap os local comm = require "comm" local datetime = require "datetime" local...

10CVSS0.99448EPSS
SaveExploits33
The Hacker News
The Hacker News
added 2013/10/19 9:6 a.m.15 views

Backdoor found in Chinese Tenda Wireless Routers, allows Root access to Hackers

Last week Craig Heffner, specialized on the embedded device hacking exposed a serious backdoor in number of D-Link routers allows unauthorized backdoor access. Recently he published his another researcher, Titled 'From China, With Love', exposed that D-Link is not only the vendor who puts backdoo...

7.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2013/10/18 10:6 p.m.36 views

Backdoor found in Chinese Tenda Wireless Routers, allows Root access to Hackers

Last week Craig Heffner, specialized on the embedded device hacking exposed a serious backdoor in number of D-Link routers allows unauthorized backdoor access. Recently he published his another researcher, Titled 'From China, With Love', exposed that D-Link is not only the vendor who puts backdoo...

7.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2013/08/28 12:0 a.m.36 views

Fedora 18 : nmap-6.40-1.fc18 (2013-14786)

updated for 6.40 - fixes CVE-2013-4885 nmap: arbitrary file upload flaw in http-domino-enum-passwords NSE script Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it...

6.8CVSS5.6AI score0.07217EPSS
SaveExploits3References3
Nmap
Nmap
added 2013/08/23 1:48 a.m.214 views

http-errors NSE Script

This script crawls through the website and returns any error pages. The script will return all pages sorted by error code that respond with an http code equal or above 400. To change this behaviour, please use the errcodes option. The script, by default, spiders and searches within forty pages. F...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2013/08/18 1:42 a.m.741 views

http-default-accounts NSE Script

Tests for access with default credentials used by a variety of web applications and devices. It works similar to http-enum, we detect applications by matching known paths and launching a login routine using default credentials when found. This script depends on a fingerprint file containing the...

10CVSS9.5AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2013/07/15 4:40 p.m.161 views

http-adobe-coldfusion-apsa1301 NSE Script

Attempts to exploit an authentication bypass vulnerability in Adobe Coldfusion servers to retrieve a valid administrator's session cookie. Reference: APSA13-01: See also: http-coldfusion-subzero.nse http-vuln-cve2009-3960.nse http-vuln-cve2010-2861.nse Script Arguments...

10CVSS0.1AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2013/07/06 2:39 p.m.225 views

http-stored-xss NSE Script

Unfiltered '' greater than sign. An indication of potential XSS vulnerability. See also: http-dombased-xss.nse http-phpself-xss.nse http-xssed.nse http-unsafe-output-escaping.nse Script Arguments http-stored-xss.formpaths The pages that contain the forms to exploit. For example, /upload.php,...

10CVSS9.1AI score0.99448EPSS
SaveExploits33
OpenVAS
OpenVAS
added 2013/02/28 12:0 a.m.12 views

Nmap NSE 6.01: mysql-info

Connects to a MySQL server and prints information such as the protocol and version numbers, thread ID, status, capabilities, and the password salt. If service detection is performed and the server appears to be blocking our host or is blocked because of too many connections, then this script isn'...

7.2AI score
SaveExploits0
Nmap
Nmap
added 2012/12/17 3:59 p.m.629 views

mysql-enum NSE Script

Performs valid-user enumeration against MySQL server using a bug discovered and published by Kingcope . Server version 5.x are susceptible to an user enumeration attack due to different messages during login when using old authentication mechanism from versions 4.x and earlier. Script Arguments...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2012/07/31 7:11 p.m.1074 views

ssl-date NSE Script

Retrieves a target host's time and date from its TLS ServerHello response. In many TLS implementations, the first four bytes of server randomness are a Unix timestamp. The script will test whether this is indeed true and report the time only if it passes this test. Original idea by Jacob Appelbau...

10CVSS0.2AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2012/07/21 9:24 p.m.3408 views

rdp-enum-encryption NSE Script

Determines which Security layer and Encryption level is supported by the RDP service. It does so by cycling through all existing protocols and ciphers. When run in debug mode, the script also returns the protocols and ciphers that fail and any errors that were reported. The script was inspired by...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2012/07/05 6:18 p.m.259 views

http-phpself-xss NSE Script

Crawls a web server and attempts to find PHP files vulnerable to reflected cross site scripting via the variable $SERVER"PHPSELF". This script crawls the webserver to create a list of PHP files and then sends an attack vector/probe to identify PHPSELF cross site scripting vulnerabilities. PHPSELF...

10CVSS0.3AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2012/06/18 6:16 p.m.165 views

pcanywhere-brute NSE Script

Performs brute force password auditing against the pcAnywhere remote access protocol. Due to certain limitations of the protocol, bruteforcing is limited to single thread at a time. After a valid login pair is guessed the script waits some time until server becomes available again. Script Argumen...

10CVSS9.4AI score0.99448EPSS
SaveExploits33
Nmap
Nmap
added 2012/06/15 10:37 p.m.157 views

http-rfi-spider NSE Script

Crawls webservers in search of RFI remote file inclusion vulnerabilities. It tests every form field it finds and every parameter of a URL containing a query. Script Arguments http-rfi-spider.withinhost only spider URLs within the same host. default: true http-rfi-spider.url the url to start...

10CVSS0.2AI score0.99448EPSS
SaveExploits33
Metasploit
Metasploit
added 2012/06/13 5:58 a.m.84 views

Setuid Nmap Exploit

Nmap's man page mentions that "Nmap should never be installed with special privileges e.g. suid root for security reasons.." and specifically avoids making any of its binaries setuid during installation. Nevertheless, administrators sometimes feel the need to do insecure things. This module abuse...

0.2AI score
SaveExploits0
Nmap
Nmap
added 2012/05/08 5:56 a.m.677 views

http-vuln-cve2012-1823 NSE Script

Detects PHP-CGI installations that are vulnerable to CVE-2012-1823, This critical vulnerability allows attackers to retrieve source code and execute code remotely. The script works by appending "?-s" to the uri to make vulnerable php-cgi handlers return colour syntax highlighted source. We use th...

10CVSS0.2AI score0.99998EPSS
SaveExploits77
Nmap
Nmap
added 2012/04/09 6:35 a.m.1218 views

hostmap-bfk NSE Script

Discovers hostnames that resolve to the target's IP address by querying the online database at . The script is in the "external" category because it sends target IPs to a third party in order to query their database. This script was formerly until April 2012 known as hostmap.nse. Script Arguments...

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