Social engineering (Phishing)
Hi all, just out of interest I have created a cloned HTML login page which can be sent via email and looks and feels just like a “real” page, it will open and display properly in email clients but if you actually try to login nothing will happen (obviously) as it just a cut and paste of my HTML. My question is, is there anyway that when the victim enters their details and hits submit that the information they entered could be sent from them as a reply to a specified email address? or would the page have to be physically hosted online for this to be achieved?
Google
You have to make that clone online and to change something in the source code to make the the victims details sent to an email or written on a other file like a log.txt file.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
I’ll use this as a very straight forward example, I copy the html from a yahoo/hotmail/facebook login page, paste it into the body of an email so when the victim opens the email they see the login page. They enter their username and password and hit submit (login) is there a way to edit the code so that upon hitting the submit button the information they entered is sent back to me as an email or log file? straight from there email client, so in esssence they are replying to the fake login page sent from me with their username and password?
This is just me trying to get my head around phishing, I don not intentd to hack anybody!
Okay now I understand
So you just, live I’ve said later, have to copy paste pour web page ( phishing one ).
But in that code you have to replace something with something
You’ll have to use php at that step to send username & password to your log file and to redirect your victim to the real website as he write a wrong password.
Also look at that website, it may help you :)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1