wiki created
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# 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/)
|
||||
Reference in New Issue
Block a user