+ 1
Is it possible to make a key stroke logger program using JavaScript??
I want to make a key stroke logger program which will take user key strokes secretly when the web page is opened. Tell me if it is possible or not. Thanks in advanced :)
9 ответов
+ 1
it is possible. You can get the key logs on the page when user opens your page (and keeps it open).
But it is highly unethical and can be considered as cyber crime, which might land you in jail for long term depending on the country you're in.
+ 1
It is possible.
It isn't illegal to make it and keep it restricted to your own machine.
it IS illegal to put it on any public network, that any user other than yourself will use.
. Regardless, I'd take great care in what you do with it. Cyber Laws tend to get a bit Sketchy.
Couldn't tell you how to make it, but information should be freely available. People can't be expected to learn how to stop this stuff, if they can't learn how to understand it.
+ 1
Keystroke logger is possible under JavaScript. However, keep in mind under different browsers, they may restrict certain functions for security reasons.
0
Okay.. Thank You.
0
BTW will this program get detected by AV??
0
😂 I won't answer that. Figure it out yourself.
0
OK.. No Problem ;)
0
Thanks for your answer. I just want to make it on my own PC and test it . And I am not going to upload it on any public server. :)
0
OK Roy I'll keep this on my mind. TY :)