This repository contains a Python-based keylogger developed as part of Task 4 of the SkillCraft Cybersecurity Internship. The application monitors and logs all keyboard activity on the host system, ...
keylogger-advprog/ ├── assembled/ # main source code folder │ ├── klgsploit_cli.py # cli version of the tool │ ├── klgsploit_gui.py # gui version with tabs and buttons │ ├── keylogtest.py # linux ...