Module name changed.

Co-Authored-By: bcoles <bcoles@gmail.com>
This commit is contained in:
Onur ER
2019-10-29 22:18:36 +03:00
committed by GitHub
parent bbf405bf92
commit 9b9d3013a4
@@ -10,7 +10,7 @@ class MetasploitModule < Msf::Exploit::Remote
def initialize(info = {})
super(update_info(info,
'Name' => "Ajenti 2.1.31 Remote Code Execution",
'Name' => 'Ajenti auth username Command Execution',
'Description' => %q{
This module exploits a command injection in Ajenti <= 2.1.31.
By injecting a command into the username POST parameter to api/core/auth, a shell can be spawned.