Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added keylogger to pybotnet #8

Merged
merged 4 commits into from Sep 20, 2021
Merged

Added keylogger to pybotnet #8

merged 4 commits into from Sep 20, 2021

Conversation

SepehrRasouli
Copy link
Collaborator

The keylogger command was added , and to activate it the user has to send keylogger start. the function will handle whether the keylogging system is activated already or not. If not , the function will send an error
to deactivate the keylogger , the user has to send keylogger stop. the function will handle whether the keylogging system is activated or not. if not , it will send an error , otherwise , keylogging will be stopped and it will send the url to logged keys zip file.
the keylogging system cannot handle Persian words very well , but all English words are handled correctly.
all keys will have dates to indicate when they were recorded.
all keys will be recorded in a textfile named klog.txt by default.

@onionj
Copy link
Owner

onionj commented Sep 19, 2021

This code is very well written, Thank you Sepehr
But I could not test it
Please add the names of libraries that you manually installed with pip in requirements.txt
Note: Do not use the pip freeze command

@SepehrRasouli
Copy link
Collaborator Author

Hello onionj , I am very happy that you liked the code.
Sorry for the inconvenience. i fixed the requirements.txt file. now you can test the code.

@onionj
Copy link
Owner

onionj commented Sep 20, 2021

Thank
The code works well

@onionj onionj merged commit 39e04c1 into onionj:master Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants