File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ def initialize(info={})
14
14
super ( update_info ( info ,
15
15
'Name' => 'Drupal HTTP Parameter Key/Value SQL Injection' ,
16
16
'Description' => %q{
17
- This module exploits the Drupal HTTP Parameter Key/Value SQL Injection
18
- (aka Drupageddon) in order to achieve a remote shell on the vulnerable
19
- instance. This module was tested against Drupal 7.0 and 7.31 (was fixed
20
- in 7.32).
17
+ This module exploits the Drupal HTTP Parameter Key/Value SQL Injection
18
+ (aka Drupageddon) in order to achieve a remote shell on the vulnerable
19
+ instance. This module was tested against Drupal 7.0 and 7.31 (was fixed
20
+ in 7.32).
21
21
} ,
22
22
'License' => MSF_LICENSE ,
23
23
'Author' =>
You can’t perform that action at this time.
0 commit comments