摘要:
while(1){ netstat -ano | ForEach-Object { if((($_ -split "\s+")[3] | ?{$_ -match "(:+80)$"}) -And (($_ -split "\s+")[4] | ?{$_ -match "SYN_SENT"})){ e 阅读全文
posted @ 2021-10-12 11:46
LeoShi2020
阅读(183)
评论(0)
推荐(0)