Add the ability to generate a payload that connects to multiple handlers on multiple IPs potentially using different transports for each connection. For example, a single payload would be able to attempt a connection to one handler using HTTPS on port 443, HTTP over port 80, and XXX over port 53. Where XXX is some protocol that probably looks a little like DNS but isn't.
Additionally, being able to let the payload decide to only fire off the first transport if it gains a successful connection. Holding the others in reserve in the event of connection loss.
Add the ability to generate a payload that connects to multiple handlers on multiple IPs potentially using different transports for each connection. For example, a single payload would be able to attempt a connection to one handler using HTTPS on port 443, HTTP over port 80, and XXX over port 53. Where XXX is some protocol that probably looks a little like DNS but isn't.
Additionally, being able to let the payload decide to only fire off the first transport if it gains a successful connection. Holding the others in reserve in the event of connection loss.