mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-08 01:51:28 +00:00
f
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user