Upload files to "c2s_dns_tunnel"
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user