File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/unix/webapp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ def initialize(info={})
20
20
This module exploits a vulnerability found in Project Pier. The application's
21
21
uploading tool does not require any authentication, which allows a malicious user
22
22
to upload an arbitrary file onto the web server, and then cause remote code
23
- execution by simply requesting it. Please note this module only works best against
24
- an Apache server due to the way it handle an extension name.
23
+ execution by simply requesting it. This module is known to work against Apache
24
+ servers due to the way it handles an extension name, but the vulnerability may
25
+ not be exploitable on others.
25
26
} ,
26
27
'License' => MSF_LICENSE ,
27
28
'Author' =>
You can’t perform that action at this time.
0 commit comments