Files
Angerona/documentation-payload/Cazalla/commands/keylog_stop.md
T
marcos.luna 2fe9fa8254 wiki created
2025-11-06 12:23:49 +01:00

43 lines
930 B
Markdown

# keylog_stop - Stop Keylogger
Stop the active keyboard logger and remove the keyboard hooks.
## Description
The `keylog_stop` command stops the active keyboard logger and removes the keyboard hooks. This command safely terminates keylogging operations and cleans up the hooking mechanisms.
## Syntax
```
keylog_stop
```
## Examples
```
keylog_stop
```
## Features
- This command safely terminates keylogging operations and cleans up the hooking mechanisms
- Use this command when keylogging is no longer needed to reduce detection risk and free system resources
## Output
```
[keylog_stop] Stopping keylogger...
[keylog_stop] Keyboard hook removed
[keylog_stop] Keylogger stopped
```
## Related
[Keylogging Support](../../../features.md#keylogging-support)
---
**Command Category:** System Operations
**Requires Admin:** No
**MITRE ATT&CK:** [T1056 - Input Capture](https://attack.mitre.org/techniques/T1056/)