Files
revsuit/internal/cli/config.tpl.yaml
T

30 lines
666 B
YAML

version: 1.1
addr: :10000
token:
domain:
external_ip: # You need to make sure that your target can access the server through this ip.
database: revsuit.db
log_level: info
http:
ip_header:
dns:
enable: true
addr: 21
rmi:
enable: true
addr: :1099
mysql:
enable: true
addr: :3306
version_string: 10.4.13-MariaDB-log
ftp:
enable: true
addr: :21
pasv_port: 2020
notice:
dingtalk: https://oapi.dingtalk.com/robot/send?access_token={token}
lark: https://open.feishu.cn/open-apis/bot/v2/hook/{token}
weixin: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key={key}
slack: https://hooks.slack.com/services/{id}/{token}