wiki created

This commit is contained in:
marcos.luna
2025-11-06 12:23:49 +01:00
parent 6cd3511962
commit 2fe9fa8254
60 changed files with 5012 additions and 142 deletions
@@ -0,0 +1,38 @@
# exit - Terminate Agent
Instruct the agent to exit and terminate.
## Description
The `exit` command instructs the agent to exit and terminate. The agent will perform cleanup operations and then terminate its process. This command is permanent - the agent will stop running and will not check in again.
## Syntax
```
exit
```
## Examples
```
exit
```
## Features
- The agent will perform cleanup operations and then terminate its process
- This command is permanent - the agent will stop running and will not check in again
- Use this command when you want to remove the agent from the target system or when operational requirements dictate agent termination
- Compatible with Mythic's callback table exit functionality
## Output
```
[exit] Terminating agent...
[exit] Agent exited
```
---
**Command Category:** Control
**Requires Admin:** No