mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Fix NSEdoc: wrap lines, fix bulleted lists
This commit is contained in:
@@ -5,9 +5,13 @@ local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
|
||||
description = [[
|
||||
Exploits a null-byte poisoning vulnerability in Litespeed Web Servers 4.0.x before 4.0.15 to retrieve the target script's source code by sending a HTTP request with a null byte followed by a .txt file extension (CVE-2010-2333).
|
||||
Exploits a null-byte poisoning vulnerability in Litespeed Web Servers 4.0.x
|
||||
before 4.0.15 to retrieve the target script's source code by sending a HTTP
|
||||
request with a null byte followed by a .txt file extension (CVE-2010-2333).
|
||||
|
||||
If the server is not vulnerable it returns an error 400. If index.php is not found, you may try /phpinfo.php which is also shipped with LiteSpeed Web Server. The attack payload looks like this:
|
||||
If the server is not vulnerable it returns an error 400. If index.php is not
|
||||
found, you may try /phpinfo.php which is also shipped with LiteSpeed Web
|
||||
Server. The attack payload looks like this:
|
||||
* <code>/index.php\00.txt</code>
|
||||
|
||||
References:
|
||||
|
||||
Reference in New Issue
Block a user