Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Recommended Posts

A DNS-over-HTTPS Command & Control Proof of Concept

This is the hidden content, please

introduction

godoh is a proof of concept Command and Control framework, written in Golang, that uses DNS-over-HTTPS as a transport medium. Currently supported providers include Google, Cloudflare but also contains the ability to use traditional DNS.

installation

To build godoh from source, follow the following steps:

  • Ensure you have
    This is the hidden content, please
    installed (go get -v -u github.com/golang/dep/cmd/dep)
  • Clone this repository to your $GOPATH's src/ directory so that it is in sensepost/godoh
  • Run dep ensure to resolve dependencies
  • Run make key to generate a unique encryption key to use for communication
  • Use the go build tools, or run make to build the binaries in the build/ directory

usage

This is the hidden content, please

Source & Download

This is the hidden content, please

All you would need are the godoh binaries themselves. Binaries are available for download from the

This is the hidden content, please
page as part of tagged releases.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.