File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ class Metasploit3 < Msf::Auxiliary
12
12
13
13
def initialize ( info = { } )
14
14
super ( update_info ( info ,
15
- 'Name' => 'Xerox Administrator Console Password Extract ' ,
16
- 'Description' => %{
17
- This module will extract the management consoles admin password from the Xerox file system
18
- using firmware bootstrap injection.
15
+ 'Name' => 'Xerox Administrator Console Password Extractor ' ,
16
+ 'Description' => %q {
17
+ This module will extract the management console's admin password from the
18
+ Xerox file system using firmware bootstrap injection.
19
19
} ,
20
20
'Author' =>
21
21
[
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class Metasploit3 < Msf::Auxiliary
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
16
'Name' => 'Xerox Workcentre 5735 LDAP Service Redential Extractor' ,
17
- 'Description' => %{
18
- This module extract the printers LDAP user and password from Xerox workcentre 5735.
17
+ 'Description' => %q {
18
+ This module extract the printer's LDAP username and password from Xerox Workcentre 5735.
19
19
} ,
20
20
'Author' =>
21
21
[
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ class Metasploit3 < Msf::Auxiliary
16
16
def initialize
17
17
super (
18
18
'Name' => 'Buffalo NAS Login Utility' ,
19
- 'Description' => 'This module simply attempts to login to a Buffalo NAS instance using a specific user/pass. It is confirmed to work with 1.68' ,
19
+ 'Description' => %q{
20
+ This module simply attempts to login to a Buffalo NAS instance using a specific
21
+ username and password. It has been confirmed to work on version 1.68
22
+ } ,
20
23
'Author' => [ 'Nicholas Starke <starke.nicholas[at]gmail.com>' ] ,
21
24
'License' => MSF_LICENSE
22
25
)
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ def initialize(info = {})
13
13
super ( update_info ( info ,
14
14
'Name' => 'CUPS Filter Bash Environment Variable Code Injection' ,
15
15
'Description' => %q{
16
- This module exploits a post-auth code injection in specially crafted
17
- environment variables in Bash, specifically targeting CUPS filters
18
- through the PRINTER_INFO and PRINTER_LOCATION variables by default.
16
+ This module exploits Shellshock, a post-authentication code injection vulnerability
17
+ in specially crafted environment variables in Bash. It specifically targets
18
+ CUPS filters through the PRINTER_INFO and PRINTER_LOCATION variables by default.
19
19
} ,
20
20
'Author' => [
21
21
'Stephane Chazelas' , # Vulnerability discovery
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
13
13
def initialize ( info = { } )
14
14
super ( update_info ( info ,
15
15
'Name' => 'Xerox Multifunction Printers (MFP) "Patch" DLM Vulnerability' ,
16
- 'Description' => %{
16
+ 'Description' => %q {
17
17
This module exploits a vulnerability found in Xerox Multifunction Printers (MFP). By
18
18
supplying a modified Dynamic Loadable Module (DLM), it is possible to execute arbitrary
19
19
commands under root priviages.
You can’t perform that action at this time.
0 commit comments