DNSStager icon indicating copy to clipboard operation
DNSStager copied to clipboard

Hide your payload in DNS

Results 7 DNSStager issues
Sort by recently updated
recently updated
newest added

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`

![image](https://user-images.githubusercontent.com/103174552/173547032-4379f839-03ba-4e00-b69b-49465d4ac7a9.png) ![image](https://user-images.githubusercontent.com/103174552/173547089-e4339e1d-1afb-4824-9199-19de11b2ddd1.png) ![image](https://user-images.githubusercontent.com/103174552/173547143-98e0724b-0e74-4eb5-b228-43ca23794196.png) 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. ![image](https://user-images.githubusercontent.com/26617058/121283087-2526f500-c90d-11eb-89a3-4085d9dd1f34.png)

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...

bug
good first issue

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:...