aydinnyunus/Keylogger — reverse-engineered prompt
Reverse engineered prompt
I want a Python app for my own computer that can log keyboard and mouse activity, take screenshots, and optionally record short microphone clips, then send a summary to an email inbox every 10 seconds for testing in a lab environment. Keep it simple to run from one script, with a clear place to enter SMTP email settings, and install anything needed from a requirements file.
Please make it safe and obvious that it is running. Add a visible notice, an easy on and off switch, and save a local copy of what was captured. Do not add stealth features, hiding, self deletion, antivirus bypasses, or anything meant for use on someone else’s device. If something from the original idea crosses that line, replace it with a harmless demo style version for consent based security testing only.
If you need details on email sending or audio and screenshot capture, look up current Python docs online.
Want more depth? Deep Reverse