feat: add setup config and script to easily modify default profile

This commit is contained in:
2026-06-26 00:01:12 +01:00
parent 83fb8e1287
commit 0fade52fa4
4 changed files with 46 additions and 4 deletions
+4 -4
View File
@@ -12,7 +12,7 @@ Teamserver {
WebHook {
Discord {
# required
Url = "https://discord.com/api/webhooks/<bla>/<bla>" # replace this with your webhook
Url = "{{DISCORD_WEBHOOK}}"
# optional
AvatarUrl = "https://raw.githubusercontent.com/HavocFramework/Havoc/main/assets/Havoc.png" # url to an image to use as an avatar
@@ -24,8 +24,8 @@ WebHook {
# For God's sake, change this...
Operators {
user "admin" {
Password = "admin"
user "{{OPERATOR_USER}}" {
Password = "{{OPERATOR_PASS}}"
}
}
@@ -40,7 +40,7 @@ Listeners {
UserAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
Hosts = [
"c2.example.com" # replace with your actual host
"{{C2_DOMAIN}}"
]
}
}