Skip to main content
1 of 2
GAD3R
  • 69.9k
  • 32
  • 147
  • 216

You should use the unhide-tcp tool :

unhide-tcp is a forensic tool that identifies TCP/UDP ports that are listening but are not listed in /bin/netstat through brute forcing of all TCP/UDP ports available.

To install it open the terminal and type the follwing command:

sudo apt-get install unhide

To scan run:

unhide-tcp

Why doesn't nmap show all open ports?

According to nmap.org:

By default, Nmap scans the most common 1,000 ports for each protocol.

GAD3R
  • 69.9k
  • 32
  • 147
  • 216