Your Site Title
Kali command
端口进程
netstat -tunlp
pidof apache2
pstree
grep apache2
lsof -i :80
ss -an
grep “:80”
telnet 127.0.0.1 80
nc 127.0.0.1 80
Reference