安裝
# yum install nc
監聽 6666 PORT
# nc -lv 6666
檢查 192.168.56.3 的 80 PORT 是否有開(連得上)
# nc -v 192.168.56.3 80 # nc -zv 192.168.56.3 80
參數說明:
-l, --listen Bind and listen for incoming connections -v, --verbose Set verbosity level (can be used several times) -z Zero-I/O mode, report connection status only(只檢查PORT是否有開,不傳送資料)
沒有留言:
張貼留言