goDoH 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
goDoH 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
goDoH 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 GPLv3
开发语言 Google Go
操作系统 跨平台
软件类型 开源软件
所属分类 服务器软件DNS服务器
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2019-07-10

软件简介

godoh 用 Go 语言编写的,用于实现 DNS-over-HTTPS 的验证项目,目前支持服务商包括: Google,Cloudflare,但也包含使用传统DNS的服务。

从源码中构建 godoh  :

  • 确保已安装 dep ( go get -v -u github.com/golang/dep/cmd/dep )
  • 克隆仓库到 $GOPATH 的 src/  目录,相应是  sensepost/godoh
  • 运行  dep ensure  来解析依赖
  • 运行  make key  来生成通讯用的加密密钥
  • 使用  go  构建工具或者运行  make  来构建二进制执行文件,生成文件目录位于 build/ 

使用方法

$ godoh -h
A DNS (over-HTTPS) C2
Version: dev
By @leonjza from @sensepost
Usage:
godoh [command]
Usage:
godoh [command]
Available Commands:
agent       Connect as an Agent to the DoH C2
c2          Starts the godoh C2 server
help        Help about any command
receive     Receive a file via DoH
send        Send a file via DoH
test        Test DNS communications
Flags:
-d, --domain string     DNS Domain to use. (ie: example.com)
-h, --help              help for godoh
-p, --provider string   Preferred DNS provider to use. [possible: google, cloudflare, raw] (default "google")
Use "godoh [command] --help" for more information about a command.

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
5 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部