dnscat2
dnscat2 copied to clipboard
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...
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...
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.
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...
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
Hi, I get the following repeated errors from a session: ``` [WARNING] INCOMING: [0x2962] session = 10dc :: [[SYN]] :: isn = 1c7e, options = 0021 [WARNING] OUTGOING: SYN received...
There should be a tweet in my inbox about it
## 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` ##...