mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-01-03 21:29:03 +00:00
f
This commit is contained in:
@@ -28,8 +28,8 @@ check_tcp_443(){
|
||||
for pid in ${pids[@]}; do
|
||||
wait $pid && exit 0
|
||||
done
|
||||
echo "Port 80 is not accessible"
|
||||
' 2>/dev/null | grep "accessible" || echo "Port 80 is not accessible"
|
||||
echo "Port 443 is not accessible"
|
||||
' 2>/dev/null | grep "accessible" || echo "Port 443 is not accessible"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user