godoh用Go语言编写的,用于实现DNS-over-HTTPS的验证项目,目前支持服务商包括:Google,Cloudflare,但也包含使用传统DNS的服务。
从源码中构建 godoh :
确保已安装 dep (goget-v-ugithub.com/golang/dep/cmd/dep)克隆仓库到 $GOPATH 的 src/ 目录,相应是 sensepost/godoh运行 depensure 来解析依赖运行 makekey 来生成通讯用的加密密钥使用 go 构建工具或者运行 make 来构建二进制执行文件,生成文件目录位于 build/ 使用方法$godoh-hADNS(over-HTTPS)C2Version:devBy@leonjzafrom@sensepostUsage:godoh[command]Usage:godoh[command]AvailableCommands:agentConnectasanAgenttotheDoHC2c2StartsthegodohC2serverhelpHelpaboutanycommandreceiveReceiveafileviaDoHsendSendafileviaDoHtestTestDNScommunicationsFlags:-d,--domainstringDNSDomaintouse.(ie:example.com)-h,--helphelpforgodoh-p,--providerstringPreferredDNSprovidertouse.[possible:google,cloudflare,raw](default"google")Use"godoh[command]--help"formoreinformationaboutacommand.
评论