parent
785cf9e5aa
commit
d16189a295
|
@ -8,9 +8,11 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Dolibarr List Creds',
|
'Name' => 'Dolibarr Gather Credentials via SQL Injection',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module enables an authenticated user to collect the usernames and encrypted passwords of other users in the Dolibarr ERP/CRM via SQL injection.
|
This module enables an authenticated user to collect the usernames and
|
||||||
|
encrypted passwords of other users in the Dolibarr ERP/CRM via SQL
|
||||||
|
injection.
|
||||||
},
|
},
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Issam Rabhi', # PoC
|
'Issam Rabhi', # PoC
|
|
@ -8,7 +8,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Pimcore List Credentials',
|
'Name' => 'Pimcore Gather Credentials via SQL Injection',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module extracts the usernames and hashed passwords of all users of
|
This module extracts the usernames and hashed passwords of all users of
|
||||||
the Pimcore web service by exploiting a SQL injection vulnerability in
|
the Pimcore web service by exploiting a SQL injection vulnerability in
|
||||||
|
|
Loading…
Reference in New Issue