File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ class MetasploitModule < Msf::Auxiliary
8
8
9
9
def initialize ( info = { } )
10
10
super ( update_info ( info ,
11
- 'Name' => 'Dolibarr List Creds ' ,
11
+ 'Name' => 'Dolibarr Gather Credentials via SQL Injection ' ,
12
12
'Description' => %q{
13
- This module enables an authenticated user to collect the usernames and encrypted passwords of other users in the Dolibarr ERP/CRM via SQL injection.
13
+ This module enables an authenticated user to collect the usernames and
14
+ encrypted passwords of other users in the Dolibarr ERP/CRM via SQL
15
+ injection.
14
16
} ,
15
17
'Author' => [
16
18
'Issam Rabhi' , # PoC
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class MetasploitModule < Msf::Auxiliary
8
8
9
9
def initialize ( info = { } )
10
10
super ( update_info ( info ,
11
- 'Name' => 'Pimcore List Credentials' ,
11
+ 'Name' => 'Pimcore Gather Credentials via SQL Injection ' ,
12
12
'Description' => %q{
13
13
This module extracts the usernames and hashed passwords of all users of
14
14
the Pimcore web service by exploiting a SQL injection vulnerability in
You can’t perform that action at this time.
0 commit comments