- Advanced Keylogger with both audio and keystroke capturing capturing capabilites and later storing them all together into a binary file
- Clone or create the project directory based on the structure above.
- Install dependencies using
pip
as shown in theREADME.md
. - Run the project by executing
./src/runner.sh
, which will capture keystrokes and audio, and combine the data into a single file. - Review the
combined_output.bin
to check that the data has been stored correctly.
By organizing the project in this manner, you'll maintain clear separation between each functionality (keylogging, audio recording, and consolidation), which helps with debugging, future improvements, and better collaboration.