tags: Linux_Privilage_Escalation Vedere_Servizi_Porte


Netstat

netstat -a

SS

ss -lntp | grep <numero porta>

PS AUX

ps aux | grep <numero_porta>

Fscan

./fscan -h 192.168.65.7 -p 1-65535
┌──────────────────────────────────────────────┐
    ___                              _
   / _ \     ___  ___ _ __ __ _  ___| | __
  / /_\/____/ __|/ __| '__/ _` |/ __| |/ /    │
│ / /_\\_____\__ \ (__| | | (_| | (__|   <     │
│ \____/     |___/\___|_|  \__,_|\___|_|\_\    │
└──────────────────────────────────────────────┘
      Fscan 2.1.3 (7459da2 2026-05-15T11:55:43Z)
 
[*] 192.168.65.7:53       genetec-5400 [Product:Genetec Security Center]
[*] 192.168.65.7:2375     dps-shell [Product:Destiny DPS Mini shell] Banner:(HTTP/1.1 400 Bad Request Content-Type: text/plain; charset=utf-8 Connection: clo...)
[*] 192.168.65.7:3128     dps-shell [Product:Destiny DPS Mini shell] Banner:(HTTP/1.0 400 reading request: malformed HTTP request "" Connection: close readin...)
[*] 192.168.65.7:5555     dps-shell [Product:Destiny DPS Mini shell] Banner:(HTTP/1.0 400 reading request: malformed HTTP request "" Connection: close readin...)
端口扫描中(600线程) ● 100.0% [============] (65535/65535) 7783/s TCP:6/65531 
[完成] 扫描完成: 65535/65535 (耗时: 8.4s)
[*] 扫描完成,发现 4 个开放端口
[*] 扫描任务完成,耗时 8.473s,已扫描 0 个目标

https://github.com/shadow1ng/fscan