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
sinn3r 2012-09-06 18:38:03 -05:00
parent 6a484cdbc5
commit 86036737ca
1 changed files with 2 additions and 2 deletions

View File

@ -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' =>
[