TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/HavocFramework/Havoc/llms.txt
Use this file to discover all available pages before exploring further.
Operators section defines users who can connect to the Havoc Teamserver from the client application.
Syntax
Parameters
Defines an operator with authentication credentials. The string following
user is the username.The password for the operator account.
Passwords are transmitted over the encrypted teamserver connection. Use strong passwords in production environments.
Examples
Single Operator
Multiple Operators
Multi-Operator Support
Havoc supports multiple simultaneous operator connections to the same teamserver. Each operator:- Has their own unique username and password
- Can view all connected agents and sessions
- Can issue commands independently
- Sees activity from other operators in real-time
Client Connection
When connecting from the Havoc client:- Enter the teamserver
HostandPort(from the Teamserver profile section) - Enter your operator
username - Enter your operator
Password - Click “Connect”
The username is case-sensitive and must match exactly as defined in the profile.
