Hey guys, before you decide to close the thread, this little project of mine is NOT for malicious purposes, and will NEVER, be distributed, it is purely for a LAN Center/Cyber Cafe myself and a friend are setting up in the near future.
I want to setup a keylogger that will run in the background (so as for the client to not be able to close it), and it will listen to every word typed, and if it recognizes patterns for different languages, it will send a message to the Server computer, and let me know what language they might be trying to use, then I can view their screen (from the software I will be using, you can view whatever computer screen at any time), and shut it down.
I want it to be able to recognize languages by keywords, so if "<?php" is typed, it will recognize php, etc.
And by no means, do I want this software to make any record of anything other than things that would be seen as malicious to our company.
But I have no idea on where to start. I understand I will require an ArrayList, but that is about it.
If anyone is able to help me, that would be amazing.
I want to setup a keylogger that will run in the background (so as for the client to not be able to close it), and it will listen to every word typed, and if it recognizes patterns for different languages, it will send a message to the Server computer, and let me know what language they might be trying to use, then I can view their screen (from the software I will be using, you can view whatever computer screen at any time), and shut it down.
I want it to be able to recognize languages by keywords, so if "<?php" is typed, it will recognize php, etc.
And by no means, do I want this software to make any record of anything other than things that would be seen as malicious to our company.
But I have no idea on where to start. I understand I will require an ArrayList, but that is about it.
If anyone is able to help me, that would be amazing.