mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-30 15:40:27 -07:00
f
This commit is contained in:
@@ -6,8 +6,8 @@ using System.Net;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using winPEAS.Checks;
|
||||
using winPEAS.Helpers;
|
||||
using WinPEASChecks = winPEAS.Checks.Checks;
|
||||
|
||||
namespace winPEAS.Info.NetworkInfo.NetworkScanner
|
||||
{
|
||||
@@ -68,7 +68,7 @@ namespace winPEAS.Info.NetworkInfo.NetworkScanner
|
||||
{
|
||||
// ICMP blocked, invalid address, or host unreachable — treat as down.
|
||||
}
|
||||
catch (Exception ex) when (Checks.IsDebug)
|
||||
catch (Exception ex) when (WinPEASChecks.IsDebug)
|
||||
{
|
||||
Beaprint.PrintException($" [!] Ping error for {ip}: {ex.Message}");
|
||||
}
|
||||
|
||||
@@ -1195,6 +1195,7 @@
|
||||
<Compile Include="Checks\ISystemCheck.cs" />
|
||||
<Compile Include="Checks\EventsInfo.cs" />
|
||||
<Compile Include="Checks\NetworkInfo.cs" />
|
||||
<Compile Include="Checks\NetworkScanCheck.cs" />
|
||||
<Compile Include="Checks\ProcessInfo.cs" />
|
||||
<Compile Include="Checks\ServicesInfo.cs" />
|
||||
<Compile Include="Checks\SoapClientInfo.cs" />
|
||||
|
||||
Reference in New Issue
Block a user