dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

Results 97 dnscat2 issues
Sort by recently updated
recently updated
newest added

I comment out all AAAA stuff on Windows, because the Windows libraries I'm compiling against don't have a function for parsing an IPv6 address (iirc). I need to go and...

enhancement

I had a few issues when setting up dnscat2 on my Mac OS X (v 10.10.2) — here were the issues and how I solved it. **Client** - running `make`...

Let the "set" option set/get anything that can be set on the commandline. One tricky part might be dealing with hosts / ports, since I don't exactly know how the...

enhancement

There isn't really a clear separation of the "DNS Tunneling Protocol" and the "dnscat protocol" right now. There should be, on both the client and the server.

enhancement

I envision being able to be able to stand up a dnscat service that runs a dns server + a web site, and that can manage dnscat sessions for multiple...

enhancement

The server should be able to proxy traffic through a client. I think I wrote the code for it, but it isn't hooked up to anything

enhancement

Hi, I get the following repeated errors from a session: ``` [WARNING] INCOMING: [0x2962] session = 10dc :: [[SYN]] :: isn = 1c7e, options = 0021 [WARNING] OUTGOING: SYN received...

bug

There should be a tweet in my inbox about it

enhancement

## Description Compiling the client using the `make` command fails on apple Silicon based Macs ## How to reproduce * `git clone https://github.com/iagox86/dnscat2.git` * ` cd dnscat2/client` * `make` ##...