This commit is contained in:
Brad Ganley 2024-05-13 15:10:31 -05:00
parent 38b2412fa9
commit f63584c0fc

View File

@ -12,7 +12,7 @@ if "%option%"=="a" (
) else if "%option%"=="e" (
netstat -an | findstr /c:"ESTABLISHED"
) else if "%option%"=="ac" (
netstat -an | findstr /c:"TCP" /c:"Active Connections"
netstat -an | find /c /v ""
) else if "%option%"=="ec" (
netstat -an | findstr /c:"ESTABLISHED" | find /c /v ""
) else (