f
This commit is contained in:
parent
65b98d11ac
commit
aab8241ede
@ -28,8 +28,8 @@ check_tcp_443(){
|
|||||||
for pid in ${pids[@]}; do
|
for pid in ${pids[@]}; do
|
||||||
wait $pid && exit 0
|
wait $pid && exit 0
|
||||||
done
|
done
|
||||||
echo "Port 80 is not accessible"
|
echo "Port 443 is not accessible"
|
||||||
' 2>/dev/null | grep "accessible" || echo "Port 80 is not accessible"
|
' 2>/dev/null | grep "accessible" || echo "Port 443 is not accessible"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -512,7 +512,7 @@ namespace winPEAS.Checks
|
|||||||
}
|
}
|
||||||
else if (!string.IsNullOrEmpty(resolutionInfo.Error))
|
else if (!string.IsNullOrEmpty(resolutionInfo.Error))
|
||||||
{
|
{
|
||||||
Beaprint.BadPrint($" {resolutionInfo.Error}");
|
Beaprint.PrintException($" {resolutionInfo.Error}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
Reference in New Issue
Block a user