HACK MYSPACE BY PHISHING

1. HOW TO MAKE A SCAM PAGE / PHISHING PAGE

Hello! today I will tell you how to hack Myspace by phishing.

I have seen a lot of requests on different phishing sites, so I decided to make a guide on how to create one yourself and hack Myspace accounts by it! Practice makes masters!

In the guide, I will make the phishing login page for Myspace. (They got an easy HTML source when it comes to searching. Great to start with..)

Let’s GET GOING.

 

1) Enter *MySpace* right-click on the page and select ‘View Source’

2) Now, to make a phishing site we need somewhere to host it! The host needs to have PHP Server scripting enabled.

Ripway Web Hosting and Online File Storage – upload pictures, videos, MP3 and music files and share your files with the world is a very easy one, register an account there and get moving…..

3) Right-Click on the source text and select ‘Mark all’ then ‘Copy’ and paste it in Notepad, name it index.php

4) Now we need the create the PHP script, which will enter the information the victim enters into the login field on the page and redirects them to the real Myspace page.

Please learn the basics of PHP at W3Schools Online Web Tutorials
It is really easy, takes around 15 minutes, then you know it for life.

5) Now, for Myspace you have to make redirecting script, Tutorial available on google!

6) Paste you’re created redirecting script in Notepad and save it as “redirect.php”

You need to make your own script next time for other pages!

7) Now we will create the log the information we steal will be saved to. Create a new Notepad file and save it “log” (log.txt, but the extension will be added automatically in Windows.

8) Now, open your index.php again, and let’s start search.

9) We will first search for the word “action=”

(We’re looking for where the user will enter his email and password.)

10) According to the URL, this is some sort of search future on Myspace for some Profile, not what we’re looking for.

Code:
N><A class=languageLink href=”http://profile.myspace.com/index.cfm?fuseaction=cms.goto&_i=1dd14fb6-0f2a-4ab4-a231-b9

11) Hit Search again. As you can see, we’re only getting results for MySpace, etc.

12) Let’s go back to the Myspace site and check what we need. (MySpace)

13) “Email” is located near the login box!!

14) Great! Let’s just go back to the index file and search for “Email”. Keep searching a few times!

15) Found it!

16) Now! Look at this line!

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

Delete this:

Code:
http://secure.myspace.com/index.cfm?fuseaction=login.process

And replace it with “redirect.php” (which was your redirecting script.

The line will look like this after you are done:

Code:
<form action=”redirect.php” method=”post” id=”LoginForm” name=”aspnetForm”>

17) Save the file by going File -> Save, or simply press CTRL-S (Save hotkey in Windows.)

18) Now go to your Ripway account and log in. (Ripway Web Hosting and Online File Storage – upload pictures, videos, MP3 and music files and share your files with the world).

19) Upload your files;

– Log.txt
– index.php
– redirect.php

20) Open your index.php online and check if everything correct!

Uploaded files if you lost them and don’t want to do it again then you can download the pack with:

– Complete index.php
– redirect.php
– log.txt

This is the end of the tutorial and this is the best way to do Myspace phishing because it’s the simplest way you will come across.

LEAVE A REPLY

Please enter your comment!
Please enter your name here