u
This commit is contained in:
4
portscan-linux.sh
Normal file
4
portscan-linux.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
echo "=== 需要查看的端口号:"
|
||||
read -p ">>> " PORT
|
||||
|
||||
netstat -tunlp | grep $PORT
|
||||
Reference in New Issue
Block a user