mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
10 lines
175 B
TOML
10 lines
175 B
TOML
name = "HellPot 0.1"
|
|
|
|
[http]
|
|
bind_addr = "0.0.0.0"
|
|
bind_port = "8080"
|
|
paths = ["wp-login.php","wp-login"]
|
|
|
|
[logger]
|
|
debug = true
|
|
log_directory = "/var/log/hellpot/"
|