Lucene search
+L

242 matches found

OpenVAS
OpenVAS
•added 2011/06/01 12:00 a.m.•41 views

Nmap NSE net: http-methods

Finds out what options are supported by an HTTP server by sending an OPTIONS request. Lists potentially risky methods. Optionally tests each method individually to see if they are subject to e.g. IP address restrictions. In this script, 'potentially risky' methods are anything except GET, HEAD,...

7AI score
SaveExploits0
OpenVAS
OpenVAS
•added 2011/06/01 12:00 a.m.•19 views

Nmap NSE net: http-methods

This VT has been deprecated and is therefore no longer functional. SPDX-FileCopyrightText: 2011 Greenbone AG 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-only ifdescription...

7.3AI score
SaveExploits0References1
CVE
CVE
•added 2010/05/11 11:00 p.m.•56 views

CVE-2010-1908

The CVE-2010-1908 entry concerns the SdcUser.TgConCtl ActiveX control in tgctlcm.dll used by Consona Live Assistance, Dynamic Agent, and Subscriber Assistance. The vulnerability stems from inadequate access restrictions on the HTTPDownloadFile, HTTPGetFile, Install, and RunCmd methods, enabling r...

9.3CVSS7.6AI score0.02336EPSS
SaveExploits1References5Affected Software3
Nmap
Nmap
•added 2010/02/01 7:13 p.m.•1610 views

http-methods NSE Script

Finds out what options are supported by an HTTP server by sending an OPTIONS request. Lists potentially risky methods. It tests those methods not mentioned in the OPTIONS headers individually and sees if they are implemented. Any output other than 501/405 suggests that the method is if not in the...

10CVSS0.2AI score0.99448EPSS
SaveExploits35
Tenable Nessus
Tenable Nessus
•added 2009/12/10 12:00 a.m.•2006 views

HTTP Methods Allowed (per directory)

By calling the OPTIONS method, it is possible to determine which HTTP methods are allowed on each directory. The following HTTP methods are considered insecure: PUT, DELETE, CONNECT, TRACE, HEAD Many frameworks and languages treat 'HEAD' as a 'GET' request, albeit one without any body in the...

5.6AI score
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2009/08/31 12:00 a.m.•46 views

IBM WebSphere Application Server 7.0 < Fix Pack 5

IBM WebSphere Application Server 7.0 before Fix Pack 5 appears to be running on the remote host. As such, it is reportedly affected by multiple vulnerabilities : - Non-standard HTTP methods are allowed. PK73246 - If the admin console is directly accessed from HTTP, the console fails to redirect t...

10CVSS7.7AI score0.04254EPSS
SaveExploits4References15
Tenable Nessus
Tenable Nessus
•added 2009/06/02 12:00 a.m.•44 views

IBM WebSphere Application Server < 6.0.2.35 Multiple Vulnerabilities

IBM WebSphere Application Server 6.0.2 before Fix Pack 35 appears to be running on the remote host. As such, it is reportedly affected by multiple vulnerabilities : - Non-standard HTTP methods are allowed. PK73246 - A login using the LPTAToken cookie may result in extending LTPAToken expiration...

10CVSS5.4AI score0.04254EPSS
SaveExploits0References5
NVD
NVD
•added 2008/11/18 9:30 p.m.•25 views

CVE-2008-5160

Unspecified vulnerability in MyServer 0.8.11 allows remote attackers to cause a denial of service daemon crash via multiple invalid requests with the HTTP GET, DELETE, OPTIONS, and possibly other methods, related to a "204 No Content error."...

5CVSS6.7AI score0.0347EPSS
SaveExploits1References3
Prion
Prion
•added 2008/11/18 9:30 p.m.•22 views

Code injection

Unspecified vulnerability in MyServer 0.8.11 allows remote attackers to cause a denial of service daemon crash via multiple invalid requests with the HTTP GET, DELETE, OPTIONS, and possibly other methods, related to a "204 No Content error."...

5CVSS7.2AI score0.0347EPSS
SaveExploits1References3Affected Software1
CVE
CVE
•added 2008/11/18 9:00 p.m.•98 views

CVE-2008-5160

CVE-2008-5160 targets MyServer 0.8.11, described as an unspecified remote DoS that crashes the daemon via multiple invalid HTTP requests (GET/DELETE/OPTIONS and possibly others) related to a “204 No Content error.” OpenVAS entries corroborate a MyServer remote DoS vulnerability, with references t...

5CVSS6.7AI score0.0347EPSS
SaveExploits1References3Affected Software1
zdt
zdt
•added 2008/02/25 12:00 a.m.•29 views

MyServer 0.8.11 (204 No Content) error Remote Denial of Service Exploit

Exploit for unknown platform in category dos / poc ======================================================================= MyServer 0.8.11 204 No Content error Remote Denial of Service Exploit ======================================================================= exploit.py import socket import ...

7AI score
SaveExploits0
exploitpack
exploitpack
•added 2008/02/25 12:00 a.m.•16 views

MyServer 0.8.11 - 204 No Content error Remote Denial of Service

MyServer 0.8.11 - 204 No Content error Remote Denial of Service exploit.py import socket import os print '------------------------------------------------------------------' print ' MyServer 0.8.11 "204 No Content" error Remote Denial of Service' print ' url: www.myserverproject.net' print '...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2008/02/25 12:00 a.m.•35 views

MyServer 0.8.11 - '204 No Content' error Remote Denial of Service

exploit.py import socket import os print '------------------------------------------------------------------' print ' MyServer 0.8.11 "204 No Content" error Remote Denial of Service' print ' url: www.myserverproject.net' print ' author: shinnai' print ' mail: shinnaiatautisticidotorg' print ' sit...

5CVSS5.8AI score0.0347EPSS
SaveExploits1
securityvulns
securityvulns
•added 2006/08/17 12:00 a.m.•54 views

Technical note by Amit Klein: &quot;Sending arbitrary HTTP requests with Flash 7/8 &#40;+IE 6.0&#41;&quot;

Sending arbitrary HTTP requests with Flash 7/8 +IE 6.0 Amit Klein, August 2006 The trick ========= In 1, I showed how to forge parts of HTTP requests containing CRs and LFs using Flash. In that write-up, the data was part of the HTTP body section. However, combining the Content-Length overriding...

0.3AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
•added 2006/07/16 12:00 a.m.•7 views

Security Best Practice: Familiarize Yourself with the HTTP Methods Protection

The HTTP RFC allows a restricted set of HTTP methods. However, even some of the standard methods are unsafe, because they can be used to exploit vulnerabilities on a web server. Many of the non-standard methods have a very bad security record. Microsoft WebDAV methods, for example, have certain...

0.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2004/08/18 12:00 a.m.•21 views

IBM WebSphere Application Server < 6.0.2.35 Multiple Vulnerabilities

Binary data 5076.prm...

10CVSS7.3AI score0.04254EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2004/08/18 12:00 a.m.•25 views

IBM WebSphere Application Server < 6.1.0.25 Multiple Vulnerabilities

Binary data 5077.prm...

10CVSS7.3AI score0.04254EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
•added 2003/01/23 12:00 a.m.•3164 views

HTTP TRACE / TRACK Methods Allowed

The remote web server supports the TRACE and/or TRACK methods. TRACE and TRACK are HTTP methods that are used to debug web server connections. This script was written by Thomas Reinke Improvements re TRACK and RFP reference courtesy of Improvements by rd - httpget to get full HTTP/1.1 support,...

8.1CVSS6.2AI score0.25249EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
•added 2002/03/12 12:00 a.m.•39 views

HTTP NIDS Evasion

This plugin configures Nessus for NIDS evasion see the 'Prefs' panel. NIDS evasion options are useful if you want to determine the quality of the expensive NIDS you just bought. HTTP evasion techniques : - HEAD: use HEAD method instead of GET - URL encoding: - Hex: change characters to %XX - MS...

7.3AI score
SaveExploits0References1
securityvulns
securityvulns
•added 2002/03/10 12:00 a.m.•38 views

Xerver-2.10-File-Disclousure&amp;DoS-attack

------oOo------ Xerver Free Web Server 2.10 file Disclosure & DoS Denial of Service Attack. ------oOo------ Company Affected: www.JavaScript.nu Version: v2.10 Date Added: 02-27-02 Size: 287 KB OS Affected: : Windows ALL, Linux ALL, BSD all, Solaris ALL, MAC ALL. Author: Alex Hernandez...

7.2AI score
SaveExploits0
Rows per page
Query Builder