zMarch / Orc

Orc is a post-exploitation framework for Linux written in Bash
MIT License
390 stars 51 forks source link

add TCP connection check before script load and run #46

Closed UlrichBerntien closed 5 years ago

UlrichBerntien commented 5 years ago

According issue #43: try TCP connection to github before load and run the scripts. Does not abort the function. Only a message is given if https_proxy is not defined and TCP connection is not possible. The penalty is the time for an additional TCP open connection for each script load & start.