Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- # Checking Vbulletin Exploit
- # ReCoded By : Pscript
- # Just Script Kiddies :(
- # Semoga Berguna :D
- @set_time_limit(0);
- echo "<form method='POST'>
- <style>
- textarea
- {
- font-size: 15px;
- font-family: Tahoma;
- color: #0078AA;
- border: dashed 1pt #0078AA;
- }
- input
- {
- color: #0078AA;
- border: dotted 1pt #0078AA;
- }
- </style>
- <title>Checking Vbulletin Exploit</title>
- <body text='#808080' bgcolor='BLACK'>
- <p align='center' dir='ltr'><b><br>
- <font face='Courier New' size='6' color='GREEN'>Checking Vbulletin 0 Day Exploit</font></b></p><center>
- <textarea name='sites' cols='50' rows='10'></textarea><br>
- <input type='submit' name='scan' value='Scan Sites'><br>
- </form>";
- if($_POST['scan'])
- {
- $site = explode("\r\n",$_POST['sites']);
- foreach($site as $sites)
- {
- $curl = curl_init("{$sites}/install/upgrade.php");
- curl_setopt($curl, CURLOPT_FAILONERROR, true);
- curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
- $result = curl_exec($curl);
- if(eregi("vb_style_version",$result))
- {
- echo "<font face='Comic Sans MS'>
- <a href='{$sites}/install/upgrade.php' style='text-decoration: none'>{$sites}</a>
- <font color='BLUE'>Good Job, This Site Infected !</font></font><br>";
- }
- else
- {
- echo "<font face='Courier New'>{$sites}
- <font color='GREEN'>Not Infected Bro :(</font></font><br>";
- }
- }
- }
- echo "<p dir='ltr' align='center'><font face='Verdana' size='2'>ReCoded By Pscript</font> <br>
- <span lang='en-us'><b><a href='http://lamers-team.biz/forum/'><img border='0' src='http://img850.imageshack.us/img850/8588/blfr.jpg' width='140' height='55'></a><a href='http://jkt48-cyber.org/'>
- <img border='0' src='http://2.bp.blogspot.com/-YBcbhDGW8ns/UcILBZJG5CI/AAAAAAAAA2E/7vwGFS_sEgg/s1600/hackerjkt48.png' width='140' height='55'></a><a href='http://is-sec.com/'><img src='http://is-sec.com/vb/images/Is/images/logo-is.png' width='132' height='69'></a></b></span><br>
- Greetz : <font color='RED'>xSecurity </font> - <font color='RED'>Sen Haxor</font> - <font color='RED'>./Akicha</font> -
- <font color='GREEN'>Panda Dot ID</font> - <font color='GREEN'>Bebyyers404</font> -<font color='GREEN'> Sanja07</font></font></p></body>";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement