Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMBAKL.py - Python keylogger PoC

This is a simple keylogger tool made in python for Linux-based operating systems.

Reminder

Warning

This project is for educational and learning purposes only. It is not intended to be used for any illegal activities and I'm not responsible for any misuse or damage caused by it.

Set up the tool:

cp umbakl.py /usr/umbakl/umbakl.py
  • The tool monitors keyboard input and stores captured data in a local file located at: /usr/umbakl/umbakl.txt.
  • Just press the keys "umbakl" all at once on the computer and the program will copy /usr/umbakl/umbakl.txt to the default USB path.
  • The default USB path in which it will copy the ".txt" file to is /media/usuario/3FB6-9A53.
  • To enable persistence across system reboots, copy the systemd service file: python3ubuntu.service to /etc/systemd/system/.
cp python3ubuntu.service /etc/systemd/system/

Then enable it with:

sudo systemctl enable python3ubuntu.service
sudo systemctl start python3ubuntu.service

All variables can (and should) be modified to suit your preferences. Enjoy :)

Releases

Packages

Contributors

Languages