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
Ghost-In-The-Logs — Kernel-level tool to disable Sysmon and Windows Event Logging via driver-based hook injection, enabling stealthy post-exploitation operations on Windows systems. | Kitploit
Tools/GitHubGitHub/bats3c/ghost-in-the-logs
Defensive ToolsPrivilege EscalationIDS/IPS Evasion
GitHubbats3c/ghost-in-the-logs

Ghost-In-The-Logs

Kernel-level tool to disable Sysmon and Windows Event Logging via driver-based hook injection, enabling stealthy post-exploitation operations on Windows systems.

View RepositoryWebsite
6261126 years 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

Ghost In The Logs

This tool allows you to evade sysmon and windows event logging, my blog post about it can be found here

Usage

You can grab the lastest release here

Starting off

Once you've got the latest version execute it with no arguments to see the avalible commands

root@kitploit:~
$ gitl.exe

alt text

Loading the hook

root@kitploit:~
$ gitl.exe load

alt text

Enabling the hook (disabling all logging)

root@kitploit:~
$ gitl.exe enable

alt text

Disabling the hook (enabling all logging)

root@kitploit:~
$ gitl.exe disable

alt text

Get status of the hook

root@kitploit:~
$ gitl.exe status

alt text

Prerequisites

  • High integrity administrator privilages

Credits

Huge thanks to:

  • hfiref0x for the amazing KDU
  • everdox for the super cool InfinityHook
Download Tool