Apparently this app has two different names
People may either call the app "ActiveFax", or "ActFax". Include both names in there to allow the module to be more searchable.unstable
parent
6a484cdbc5
commit
86036737ca
|
@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'ActiveFax Client Importer Buffer Overflow',
|
'Name' => 'ActiveFax (ActFax) 4.3 Client Importer Buffer Overflow',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits a vulnerability in ActiveFax Server. The vulnerability is
|
This module exploits a vulnerability in ActiveFax Server. The vulnerability is
|
||||||
a stack based buffer overflow in the "Import Users from File" function, due to the
|
a stack based buffer overflow in the "Import Users from File" function, due to the
|
||||||
|
|
Loading…
Reference in New Issue