Skip to content

Commit aab3b9a

Browse files
committed
Fixed version for Drupal7/RCE1
1 parent b8bf80c commit aab3b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gadgetchains/Drupal7/RCE/1/chain.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class RCE1 extends \PHPGGC\GadgetChain\RCE\FunctionCall
66
{
7-
public static $version = '7.0.8 < ?';
7+
public static $version = '7.0.8 <= 7.98';
88
public static $vector = '__destruct';
99
public static $author = 'Blaklis';
1010
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)
1616

1717
return new \SchemaCache($function,$parameter);
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)