We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to modify it but i cannot figure it out how can i get the key logs
The text was updated successfully, but these errors were encountered:
check out my fork! https://github.com/KreaByte/pounce-keys you need to use a listener with the same ip and port, use the -k option in netcat
Sorry, something went wrong.
Well if your question is to how to save the keylogs in a file then you can achieve this in multiple ways, but a easy one will be
to use you netcat listener in this way:
nc -klnp 4444 | tee key.logs
let me know, if this was the answer you wanted
Hi, what do I need to enter here?
No branches or pull requests
I am trying to modify it but i cannot figure it out how can i get the key logs
The text was updated successfully, but these errors were encountered: