This commit is contained in:
luk.lu
2022-12-12 15:31:17 +08:00
parent a810890c4e
commit 3e513801bd
18 changed files with 30 additions and 15 deletions

4
portscan-linux.sh Normal file
View File

@@ -0,0 +1,4 @@
echo "=== 需要查看的端口号:"
read -p ">>> " PORT
netstat -tunlp | grep $PORT