Add WfsDelay back to drupal_drupalgeddon2

And bump it to 10, though 2 worked in testing.
GSoC/Meterpreter_Web_Console
William Vu 2019-02-25 11:40:08 -06:00
parent f35a13d795
commit cb962a22ef
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class MetasploitModule < Msf::Exploit::Remote
]
],
'DefaultTarget' => 0, # Automatic (PHP In-Memory)
'DefaultOptions' => {'WfsDelay' => 10},
'Notes' => {'AKA' => ['SA-CORE-2018-002', 'Drupalgeddon 2']}
))