Skip to content

Hook Sweeper is a tool designed to detect hooks laid by EDRs

Notifications You must be signed in to change notification settings

Almorabea/HookSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HookSweeper

Hook Sweeper is a tool designed to detect hooks laid by EDRs

Description:

Hook Sweeper is a diagnostic utility designed to detect and report function hooking within the ntdll.dll, advapi32.dll, kernel32.dll libraries. This tool meticulously scans the exported functions, especially those prefixed with "Nt" or "Zw", to identify discrepancies from their expected behavior, signaling potential unauthorized modifications. With an integrated false-positive detection mechanism, Hook Sweeper ensures accurate and reliable results, making it an essential addition to any security researcher's toolkit.

Features:

  • Scans and analyzes the ntdll.dll library in real-time.
  • Targets functions starting with "Nt" or "Zw" for more focused inspection.
  • Built-in false positive detection for specific functions, ensuring minimized false alarms.
  • Outputs the hooked functions, providing insights into the modified execution flow.

Credits

Demo

Demo

About

Hook Sweeper is a tool designed to detect hooks laid by EDRs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages