chashell icon indicating copy to clipboard operation
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.

Results 5 chashell issues
Sort by recently updated
recently updated
newest added

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

Chashell should support DNS over HTTPS (DoH).

enhancement

Can this works for tunneling? If no, will this be implemented and how is the data transfer performance?