mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
080356f8cc
add the x86 compiler
47 lines
868 B
Plaintext
47 lines
868 B
Plaintext
Teamserver {
|
|
Host = "0.0.0.0"
|
|
Port = 40056
|
|
}
|
|
|
|
WebHook {
|
|
Discord {
|
|
# required
|
|
Url = "..." # replace this with your webhook
|
|
|
|
# optional
|
|
AvatarUrl = "https://raw.githubusercontent.com/HavocFramework/Havoc/main/Assets/Havoc.png" # url to an image to use as an avatar
|
|
|
|
# optional
|
|
User = "Havoc" # User name of the webhook bot
|
|
}
|
|
}
|
|
|
|
Operators {
|
|
user "5pider" {
|
|
Password = "password1234"
|
|
}
|
|
|
|
user "Neo" {
|
|
Password = "password1234"
|
|
}
|
|
}
|
|
|
|
# this is optional. if you dont use it you can remove it.
|
|
Service {
|
|
Endpoint = "service-endpoint"
|
|
Password = "service-password"
|
|
}
|
|
|
|
Demon {
|
|
Sleep = 2
|
|
Jitter = 30
|
|
|
|
TrustXForwardedFor = false
|
|
|
|
Injection {
|
|
Spawn64 = "C:\\Windows\\System32\\notepad.exe"
|
|
Spawn32 = "C:\\Windows\\SysWOW64\\notepad.exe"
|
|
}
|
|
}
|
|
|