Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fanjq99/dnslog
dnslog reverse vul-verify 反连平台 漏洞验证
https://github.com/fanjq99/dnslog
Last synced: 22 days ago
JSON representation
dnslog reverse vul-verify 反连平台 漏洞验证
- Host: GitHub
- URL: https://github.com/fanjq99/dnslog
- Owner: fanjq99
- License: apache-2.0
- Created: 2020-07-03T04:01:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T02:32:40.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:25:09.752Z (4 months ago)
- Language: Go
- Size: 33.2 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - fanjq99/dnslog - dnslog reverse vul-verify 反连平台 漏洞验证 (Go)
README
# dnslog
dnslog reverse vul-verify 反连平台 漏洞验证## dnslog 使用环境准备
1.搭建并使用 DNSLog,需要两个域名,一个外网地址.一个ns域名,一个dnslog使用的域名,并将dnslog域名的ns记录使用ns域名。两个域名同时指向外网地址.
2.修改配置文件
``` yaml
# dns域名
dns_domain: xxx.xxx
#服务器对外ip
server_ip: 127.0.0.1
#key save time,单位秒
save_time: 300
api_addr: "127.0.0.1:8888"
# redis 配置
redis:
addr: 127.0.0.1:6379 #ip:port
password: xxx
database: 0
```
## 运行
在 cmd目录下面
`go bulid`
`cmd -yml fixture/dev.yml`