dnscat2
dnscat2 copied to clipboard
Investigate if there's any way to reliably use multiple questions in order to increase bandwidth. Also make sure I'm making full use of the downstream packet.
In order to determine good defaults, it would be good to have a bandwidth-test mode (for both upstream and downstream) to make it easier to evaluate speeds
Currently, we can only manually go to each session and send a command. Ideally, when multiple dnscat clients are connected, there should be a command which allows us to send...
Right now, if you have multiple connections from multiple servers, you'll just see a bunch of "sh" or whatever for names. I'd like to add some identification fields that will...
Right now, there isn't a great way to nest sessions. When a client creates a new connection, there's no "created on behalf of session X" field, which means it has...
Right now, if you mistype the domain name or if things aren't configured correctly, it's difficult to tell what's going on. At least with a ping, we can detect whether...
Right now, if you connect to a session that already exists (a 1/65k chance, but birthday paradox applies), it'll just send a SYN with the same session id each time,...
Could you add the option to read the current proxy configuration of the system and use that to tunnel your trafic?
The one in particular that I'm thinking of: buffers are used for incoming and outgoing data. They expand, but we never actually clean them up and remove data that's been...
Right now, I use flags in the SYN header for tunneled protocols (like ping, command, and listen (when I get it working). I want to make the protocol easier to...