dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

When a client loses a connection, attempt to re-connect

Open iagox86 opened this issue 9 years ago • 0 comments

Right now when a client becomes unable to connect, it'll try to repeat its last message 10 times (by default), then give up and exit.

Instead of doing that, I want to switch back to STATE_NEW and start trying to send SYN packets to the server until the server returns. That way, the server crashing won't "lose" clients.

iagox86 avatar Oct 13 '15 20:10 iagox86