quasar / Quasar

Remote Administration Tool for Windows
MIT License
8.6k stars 2.44k forks source link

Email keylogger logs. #111

Open bitterypaul opened 9 years ago

bitterypaul commented 9 years ago

A Feature involving sending keylogger logs to the specified email address so that they can be accessible even when client is turned off.

yankejustin commented 9 years ago

Just to clarify, you want to redirect the logs gathered on the client so it will send to an e-mail instead of the server? It is a bit confusing because so that they can be accessible even when client is turned off. seems to imply that we can't currently access logs obtained from the client that was turned off. Once the client sends the logs, the client can be disconnected and we will still have them.

DragonzMaster commented 9 years ago

i agree with @yankejustin you can get the logs when ever you want as the client is running and connected to the server and they will be saved in "Logs" Folder so they are already accessible all the time and the e-mail will need an internet connection and also the current keylogger so i see there is no difference anyway thnx for your suggestion

bitterypaul commented 9 years ago

when the client cannot connect to the server(or when server is off),the client can email of the copy of logs to an email address.

yankejustin commented 9 years ago

Oh, I see... As an alternative! Hmmm..

abdullah2993 commented 9 years ago

Probably not a good Idea...as you have to embed the email/password in the client...a rather good approach would be to host some PHP scripts on web server so that the client can push logs to it.