feat: add setup config and script to easily modify default profile
This commit is contained in:
@@ -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}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user