Fishkin Tutorial Time: Stealing user data with auto complete

  • Thread starter Thread starter Banned member 185991
  • Start date Start date
ok thanks will need to ask to a coder
Make a 2nd file thats .php, form.php for example, inside it add this code:

Code:
<?php
echo $_POST["name"];
echo $_POST["email"];
echo $_POST["phone"];
echo $_POST["organization"];
echo $_POST["address"];
echo $_POST["postal"];
echo $_POST["city"];
?>

Add URL to that php file inside action="" so its like
Code:
<form action="form.php" method="post">

Thats it.
 
Would be interesting to see how many people actually use auto fill rather than typing in something simple like their name. The only thing I'd be interested in is their emails. Maybe put some type of content locker on a viral page and make them put in only their first name. Could be a way to get a lot more emails.
 
thanks

In have uploaded quickly on a server, after hitting submit, I just get [email protected], for example, nothing else, I used autosubmit, the info I have saved in the browser should be logged right?

Will have a better look later
 
Would be interesting to see how many people actually use auto fill rather than typing in something simple like their name. The only thing I'd be interested in is their emails. Maybe put some type of content locker on a viral page and make them put in only their first name. Could be a way to get a lot more emails.
I believe OP is using some kind of auto fill addon because he is an internet marketer and has to load forms all the time.

I'm not sure many regular people ever do such efficient things.

Still a good tool to try in social engineering.
 
I believe OP is using some kind of auto fill addon because he is an internet marketer and has to load forms all the time.

I'm not sure many regular people ever do such efficient things.

Still a good tool to try in social engineering.
Every browser has it, and its on by default.
 
Gosh! This thread is really something. This proves that nothing is really safe when you enter the world of internet. Interesting.
 
Even if it's not something new....this is the shit I want to see on a blackhat forum. Lately bhw became a faggy forum with threads like "My girlfriend left me it hurts I need advice" WTF who the fux care? We are here to make money not to lick each other balls.
 
Even if it's not something new....this is the shit I want to see on a blackhat forum. Lately bhw became a faggy forum with threads like "My girlfriend left me it hurts I need advice" WTF who the fux care? We are here to make money not to lick each other balls.

Good Money to be made from licking balls.
 
good shit man!!
 

@Ste Fishkin's real name exposed - Viljami Kuosmanen

Finnish web developer and hacker Viljami Kuosmanen discovered that several web browsers, including Google’s Chrome, Apple’s Safari and Opera, as well as some plugins and utilities such as LastPass, can be tricked into giving away a user’s personal information through their profile-based autofill systems.
 
Back
Top