Upload files to "c2s_dns_tunnel"

This commit is contained in:
2026-06-02 01:12:16 +00:00
parent 081722e90e
commit e2dcfedfb9
3 changed files with 432 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module github.com/churchofmalware/c2-dns-tunnel
go 1.26
require github.com/miekg/dns v1.1.64
require (
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/tools v0.31.0 // indirect
)