DNSStager
DNSStager copied to clipboard
Hide your payload in DNS
Fix go payload broken when executed. Adding dot-sign (.) before domain. Example Original template will be like this. `cloud-srv-0test.mydnsserver.live` Fixed template shoud be like this. `cloud-srv-0.test.mydnsserver.live`
   There is no IPV6, what is the problem?
Hi, I noticed that if on `--output` argument a relative path is used (for example `./agent.exe`) , the agent is not generated. It works only using absolute paths. Maybe could...
panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: main.runShellcode(0x0, 0x0) /root/DNSStager/tmp/golangtemptemplate.go:61 +0x5bf main.main() /root/DNSStager/tmp/golangtemptemplate.go:135 +0x2e
should add `-mwindows` argument to complied. 
Create a DNSStager with ~3000 records using IPV6, but when run the downloader gets to around 500 records and then stops working. Tried with Golang client and TXT records and...
Hello, When ever i try to generate go lang payload i got this error: usr/bin/go golangtemptemplate.go:12:2: cannot find package "github.com/miekg/dns" in any of: /usr/lib/go-1.18/src/github.com/miekg/dns (from $GOROOT) /root/go/src/github.com/miekg/dns (from $GOPATH) golangtemptemplate.go:13:2:...