mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00

The BindTCP test contained a race condition: if the bind payload took longer to load than the handler, it could result in a ConnectException: Connection refused: connect Work around this by retrying the connection up to 10 times, with 500ms delay in between.