Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wildlogger — This is a keylogger that collects all the data and e-mail it in a set time with system information which includes device S/N and hardware specs, every button that pushed, screenshots, and copying processes. | Kitploit
Tools/GitHubGitHub/mustafadalga/wildlogger
Password AttacksPersistence MechanismsData ExfiltrationInformation Gathering
GitHubmustafadalga/wildlogger

wildlogger

This is a keylogger that collects all the data and e-mail it in a set time with system information which includes device S/N and hardware specs, every button that pushed, screenshots, and copying processes.

View Repository
45109 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
root@kitploit:~

 __          ___ _     _    _
 \ \        / (_) |   | |  | |
  \ \  /\  / / _| | __| |  | |     ___   __ _  __ _  ___ _ __
   \ \/  \/ / | | |/ _` |  | |    / _ \ / _` |/ _` |/ _ \ '__|
    \  /\  /  | | | (_| |  | |___| (_) | (_| | (_| |  __/ |
     \/  \/   |_|_|\__,_|  |______\___/ \__, |\__, |\___|_|
                                         __/ | __/ |
                                        |___/ |___/

Description

A keylogger designed for Windows operating system that captures connection information, device system information, a list of running processes and stopped services on the operating system, keyboard keystrokes, copy-paste clipboard content, and screenshots of the target system, sending them to a specified email address at specified time intervals.

Details

:arrow_right: 2 different threads are used to send log records and screenshots as reports;

:heavy_check_mark:1.thread sends log records to the specified email address based on the specified time interval.

:heavy_check_mark: 2.thread takes screenshots at specified intervals. If the number of screenshots taken reaches 10, it reports the screenshots to the specified email address and deletes them to avoid detecting anomalies on the target computer.

:arrow_right: By default, Google Mail server is used for reporting operations.
:arrow_right: If reporting is to be done using Gmail SMTP server, Less secure app access must be enabled.
:arrow_right: The persistent method, which ensures Wildlogger continuously runs on the target computer, is deactivated by default.
:arrow_right: When Wildlogger is converted to an exe, the persistent method must be activated for it to run continuously on the target computer. After the persistent method is activated;

:heavy_check_mark: The executed Wildlogger file is copied to the appdata folder with the name "Windows Explorer",

:heavy_check_mark: In the registry, persistence is ensured by adding the keylogger file's path among the applications that run at Windows startup.

Modules to install for usage

  • Windows installation
root@kitploit:~
python -m pip install -r .\requirements.txt

Usage

root@kitploit:~
python wildlogger.py 
Download Tool