Is it possible to make a key stroke logger program using JavaScript?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 :)

15th Nov 2016, 6:19 PM
Saptarshi Mondal
Saptarshi Mondal - avatar
9 Respuestas
+ 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.
15th Nov 2016, 6:31 PM
Nagendra Prajwal
Nagendra Prajwal - avatar
+ 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.
16th Nov 2016, 2:14 PM
Pink Lemonade
+ 1
Keystroke logger is possible under JavaScript. However, keep in mind under different browsers, they may restrict certain functions for security reasons.
16th Nov 2016, 7:43 PM
Roy Kim
Roy Kim - avatar
0
Okay.. Thank You.
15th Nov 2016, 6:35 PM
Saptarshi Mondal
Saptarshi Mondal - avatar
0
BTW will this program get detected by AV??
15th Nov 2016, 6:37 PM
Saptarshi Mondal
Saptarshi Mondal - avatar
0
😂 I won't answer that. Figure it out yourself.
15th Nov 2016, 6:43 PM
Nagendra Prajwal
Nagendra Prajwal - avatar
0
OK.. No Problem ;)
15th Nov 2016, 6:45 PM
Saptarshi Mondal
Saptarshi Mondal - avatar
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. :)
16th Nov 2016, 5:08 PM
Saptarshi Mondal
Saptarshi Mondal - avatar
0
OK Roy I'll keep this on my mind. TY :)
17th Nov 2016, 3:17 AM
Saptarshi Mondal
Saptarshi Mondal - avatar