Skip to content

Commit a514e3e

Browse files
committed
Fix bad indent (should be spaces)
msftidy is happy now.
1 parent 353d2f7 commit a514e3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/exploits/multi/http/drupal_drupageddon.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ def initialize(info={})
1414
super(update_info(info,
1515
'Name' => 'Drupal HTTP Parameter Key/Value SQL Injection',
1616
'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).
2121
},
2222
'License' => MSF_LICENSE,
2323
'Author' =>

0 commit comments

Comments
 (0)