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 = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'ActiveFax Client Importer Buffer Overflow',
|
||||
'Name' => 'ActiveFax (ActFax) 4.3 Client Importer Buffer Overflow',
|
||||
'Description' => %q{
|
||||
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
|
||||
|
@ -29,7 +29,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
'Craig Freyman', # Vulnerability discovery and PoC
|
||||
'Brandon Perry', # Metasploit module
|
||||
'juan vazquez' # Metasploit module
|
||||
'juan vazquez' # Metasploit module
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue