iagox86 / dnscat2

BSD 3-Clause "New" or "Revised" License
3.4k stars 599 forks source link

Handle duplicate SYN situation in a more robust way #151

Closed ngo closed 4 years ago

ngo commented 4 years ago

See https://github.com/iagox86/dnscat2/issues/97#issuecomment-610989279

iagox86 commented 4 years ago

Thanks for all the PRs! Fixes a lot of little nits I've been ignoring for way too long :)

ngo commented 4 years ago

Thanks for the tool, it really helped on one of my engagements! Though "heavy" operations such as tunneling and uploads/downloads of large files tend to be unstable, the command and console connections work well and the multiwindow approach is reasonably convenient to use.

iagox86 commented 4 years ago

Yeah, I really wish I had more time to polish and maintain it while I still had time. I've been toying with the idea of a full rewrite in Rust for some time, and having the client and server both be native apps and much simpler (like netcat), but haven't found the time or motivation yet.