954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

PHP Keylogger Script

Hello friends

is there any keylogger scripts thats I putt into my home page when user visit it it make a log file of users key storks and send it in the mail or upload in the script form

ilmkidunya
Light Poster
43 posts since Dec 2011
Reputation Points: 7
Solved Threads: 0
Infraction Points: 5
 

There is the way, but it can log just text, that has been written to the input
text in form.
This way is onKeyUp event and send (via ajax) the text to the action page (php), that can handle the strings that was sent.
I can make one for you if you want it.
But Im not sure if there is something, that can log every key press on the page.

desup
Newbie Poster
24 posts since Jan 2012
Reputation Points: 10
Solved Threads: 5
 

Binding the onkeypress event to the body tag might do it. And it would only work when the browser window is active

But why would you want to? What are you trying to accomplish?

blocblue
Posting Pro in Training
475 posts since Jan 2008
Reputation Points: 142
Solved Threads: 79
 

i want to do it just for some kind of my project...

ilmkidunya
Light Poster
43 posts since Dec 2011
Reputation Points: 7
Solved Threads: 0
Infraction Points: 5
 

Yes, but I'm asking what are you trying to accomplish, because there might be a better method to achieve the outcome you require.

blocblue
Posting Pro in Training
475 posts since Jan 2008
Reputation Points: 142
Solved Threads: 79
 

what are the better method will you explain

ilmkidunya
Light Poster
43 posts since Dec 2011
Reputation Points: 7
Solved Threads: 0
Infraction Points: 5
 

I cannot offer any alternative solutions, because you still haven't told us why you want to capture key strokes, or what you're going to do with the data.

For all we know, you could be looking to capture a user's data input in a really round-about way. You haven't clarified your requirements either way.

blocblue
Posting Pro in Training
475 posts since Jan 2008
Reputation Points: 142
Solved Threads: 79
 

Dude I am sorry, but it seems like all you want to do is hack, so what blocblue is saying is 'what are you trying to do?' I mean are you trying tohackor not???

jimdj
Newbie Poster
18 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: