Fix description.

This commit is contained in:
Quentin Kaiser 2019-10-29 12:24:22 +01:00
parent 8bbb33c483
commit b357db22cf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Name' => 'Nostromo Directory Traversal Remote Command Execution',
'Description' => %q{
This module exploits a remote command execution vulnerability in
Nostromo <= 1.9.6. This issue is caused by a directory Traversal
Nostromo <= 1.9.6. This issue is caused by a directory traversal
in the function http_verify in nostromo nhttpd allowing an attacker
to achieve remote code execution via a crafted HTTP request.
},