Lucene search
+L

2004 matches found

OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.18 views

Nmap NSE net: http-vhosts

Searches for web virtual hostnames by making a large number of HEAD requests against http servers using common hostnames. Each HEAD request provides a different 'Host' header. The hostnames come from a built-in default list. Shows the names that return a document. Also shows the location of...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.52 views

Nmap NSE net: http-iis-webdav-vuln

Checks for a vulnerability in IIS 5.1/6.0 that allows arbitrary users to access secured WebDAV folders by searching for a password-protected folder and attempting to access it. This vulnerability was patched in Microsoft Security Bulletin MS09-020, http://nmap.org/r/ms09-020. A list of well known...

7.6CVSS0.1AI score0.98447EPSS
SaveExploits7
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.59 views

Nmap NSE net: http-favicon

Gets the favicon 'favorites icon' from a web page and matches it against a database of the icons of known web applications. If there is a match, the name of the application is printed; otherwise the MD5 hash of the icon data is printed. If the script argument 'favicon.uri' is given, that relative...

6.9AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.20 views

Nmap NSE net: http-date

Gets the date from HTTP-like services. Also prints how much the date differs from local time. Local time is the time the HTTP request was sent, so the difference includes at least the duration of one RTT. SYNTAX: http.pipeline: If set, it represents the number of HTTP requests that'll be pipeline...

0.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.20 views

Nmap NSE net: couchdb-stats

Gets database statistics from a CouchDB database. For more info about the CouchDB HTTP API and the statistics, see http://wiki.apache.org/couchdb/RuntimeStatistics and http://wiki.apache.org/couchdb/HTTPdatabaseAPI. SYNTAX: http.pipeline: If set, it represents the number of HTTP requests that'll ...

0.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.23 views

Nmap NSE net: http-malware-host

Looks for signature of known server compromises. Currently, the only signature it looks for is the one discussed here: http://blog.unmaskparasites.com/2009/09/11/dynamic-dns-and-botnet-of-zombie-web-servers/. This is done by requesting the page '/ts/in.cgi?open2' and looking for an errant 302 it...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.43 views

Nmap NSE net: http-userdir-enum

Attempts to enumerate valid usernames on web servers running with the moduserdir module or similar enabled. The Apache moduserdir module allows user-specific directories to be accessed using the http://example.com/user/ syntax. This script makes http requests in order to discover valid user-...

5CVSS0.1AI score0.65563EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.16 views

Nmap NSE net: http-domino-enum-passwords

Attempts to enumerate the hashed Domino Internet Passwords that are by default accessible by all authenticated users. This script can also download any Domino ID Files attached to the Person document. SYNTAX: domino-enum-passwords.idpath: the path where downloaded ID files should be saved If not...

0.1AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.15 views

Nmap NSE net: whois

Queries the WHOIS services of Regional Internet Registries RIR and attempts to retrieve information about the IP Address Assignment which contains the Target IP Address. In using this script your IP address will be sent to iana.org. Additionally your address and the address of the target of the...

0.2AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.31 views

Nmap NSE net: http-php-version

Attempts to retrieve the PHP version from a web server. PHP has a number of magic queries that return images or text that can vary with the PHP version. This script uses the following queries: '/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42': gets a GIF logo, which changes on April Fool's Day...

SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.24 views

Nmap NSE net: http-robots.txt

Checks for disallowed entries in '/robots.txt' on a web server. The higher the verbosity or debug level, the more disallowed entries are shown. SYNTAX: http.pipeline: If set, it represents the number of HTTP requests that'll be pipelined ie, sent in a single request. This can be set low to make...

SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.39 views

Nmap NSE net: http-title

Shows the title of the default page of a web server. The script will follow no more than one HTTP redirect, and only if the redirection leads to the same host. The script may send a DNS query to determine whether the host the redirect leads to has the same IP address as the original target. SYNTA...

SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.15 views

Nmap NSE net: http-auth

Retrieves the authentication scheme and realm of a web service that requires authentication. SYNTAX: http.pipeline: If set, it represents the number of HTTP requests that'll be pipelined ie, sent in a single request. This can be set low to make debugging easier, or it can be set high to test how ...

0.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.33 views

Nmap NSE net: http-enum

Enumerates directories used by popular web applications and servers. This parses a fingerprint file that's formatted in a way that's compatible with the Nikto Web application scanner. This script, however, takes it one step further by building in advanced pattern matching as well as having the...

0.2AI score
SaveExploits0
OpenVAS
OpenVAS
added 2011/06/01 12:0 a.m.24 views

Nmap NSE net: daap-get-library

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...

0.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/05/25 7:5 a.m.13 views

Hashbot - Forensic web tool to acquire and validate the web pages !

What is hashbot? Hashbot is a forensic web tool to acquire and validate, over time, the status of an individual web page or web document. Feature : Acquire Follow these steps to acquire a web document: 1. Insert the document's URL ie: https://www.evilwebpage.com/image.jpg or...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2011/05/20 10:0 p.m.32 views

CVE-2011-2149

Multiple SQL injection vulnerabilities in the SmarterTools SmarterStats 6.0 web server allow remote attackers to execute arbitrary SQL commands via certain parameters to 1 Admin/frmSite.aspx, 2 Default.aspx, 3 Services/SiteAdmin.asmx, or 4 Client/frmViewReports.aspx; certain cookies to 5...

8.5AI score0.0235EPSS
SaveExploits0References4
The Hacker News
The Hacker News
added 2011/05/14 5:38 a.m.10 views

CHMag Issue 16th, May 2011 Download !

CHMag Issue 16th, May 2011 Download ! Here we are again with the latest issue of ClubHack Magazine. This time also the issue is dedicated to Browser security. Contents of this Issue:- 1. Tech Gyan - First ever public disclosure of Password secrets of "Apple Safari". 2. Tool Gyan - BeEF Browser...

6.6AI score
SaveExploits0
The Hacker News
The Hacker News
added 2011/05/07 2:10 p.m.8 views

Fiddler v2.3.3.3 New version released !

Fiddler is a Web Debugging Proxy which logs all HTTPS traffic between your computer and the Internet. Fiddler allows you to inspect all HTTPS traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended usi...

6.7AI score
SaveExploits0
Metasploit
Metasploit
added 2011/05/04 12:0 a.m.16 views

SPlayer 3.7 Content-Type Buffer Overflow

This module exploits a vulnerability in SPlayer v3.7 or prior. When SPlayer requests the URL of a media file video or audio, it is possible to gain arbitrary remote code execution due to a buffer overflow caused by an exceeding length of data as the 'Content-Type' parameter. Module Options msf us...

8.6CVSS6.5AI score0.00803EPSS
SaveExploits1
Rows per page
Query Builder