https://github.com/x0reaxeax/killhandles
Closes handles of a remote process in attempt to crash it
https://github.com/x0reaxeax/killhandles
av-bypass bypass-antivirus close-handle crash dos redteam windows
Last synced: about 1 month ago
JSON representation
Closes handles of a remote process in attempt to crash it
- Host: GitHub
- URL: https://github.com/x0reaxeax/killhandles
- Owner: x0reaxeax
- License: mit
- Created: 2023-04-26T16:58:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T23:45:52.000Z (about 2 years ago)
- Last Synced: 2025-04-05T11:39:53.136Z (about 2 months ago)
- Topics: av-bypass, bypass-antivirus, close-handle, crash, dos, redteam, windows
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KillHandles
Attempts to detect all handles owned by target PID and close them via `NtDuplicateObject` + `DUPLICATE_CLOSE_SOURCE` flag.