chashell
chashell copied to clipboard
Chashell is a Go reverse shell that communicates over DNS. It can be used to bypass firewalls or tightly restricted networks.
``` chashell 300 IN A [SERVERIP] c 300 IN NS chashell.[DOMAIN]. ``` The chanserv running at [SERVERIP] is an authoritative nameserver for chashell.[DOMAIN]. The message header reply should therefore have...
In file "chaserv.go" import third package "miekg/dns" Using some kind of func which should be included in that package in Row 210 233 234 235 And those func s are...
Can this works for tunneling? If no, will this be implemented and how is the data transfer performance?