检查 Linux 中的开放端口列表
检查 Linux 中的开放端口列表 netstat ~ ☺ # netstat -lnputg Active Internet connections (only servers)
...Read more...
数人世相逢,百年欢笑.
检查 Linux 中的开放端口列表 netstat ~ ☺ # netstat -lnputg Active Internet connections (only servers)
...Read more...
python 扫描 ip 端口占用 #!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim:fenc=utf-8 # Create Time:
...Read more...
lsof $ sudo lsof -i -P -n $ sudo lsof -i -P -n | grep LISTEN $ doas lsof -i -P -n | grep LISTEN #
...Read more...
dos 查看端口 netstat -aon | findstr "80" //查看80端口进程号 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 168
...Read more...