How To Install Unhide-tcp On Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?

How To Install Unhide-tcp On Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?

unhide-tcp

Forensic tool to find hidden processes and ports

Maintainer: Debian Security Tools



Section: admin

Install unhide-tcp

  • Debian apt-get install unhide Click to copy
  • Ubuntu apt-get install unhide Click to copy
  • Arch Linux pacman -S unhide Click to copy
  • Kali Linux apt-get install unhide Click to copy
  • Fedora dnf install unhide Click to copy
  • Raspbian apt-get install unhide Click to copy

unhide

Forensic tool to find hidden processes and ports

Unhide is a forensic tool to find processes and TCP/UDP ports hidden by rootkits, Linux kernel modules or by other techniques. It includes two utilities: unhide and unhide-tcp. unhide detects hidden processes using the following six techniques: * Compare /proc vs /bin/ps output * Compare info gathered from /bin/ps with info gathered by walking thru the procfs. * Compare info gathered from /bin/ps with info gathered from syscalls (syscall scanning). * Full PIDs space occupation (PIDs bruteforcing) * Reverse search, verify that all thread seen by ps are also seen by the kernel (/bin/ps output vs /proc, procfs walking and syscall) * Quick compare /proc, procfs walking and syscall vs /bin/ps output unhide-tcp identifies TCP/UDP ports that are listening but are not listed in /bin/netstat through brute forcing of all TCP/UDP ports available. This package can be used by rkhunter in its daily scans. This package is useful for network security checks, in addition to forensics investigations.

To install the latest version of unhide-tcp in your favorite operating system just copy the unhide-tcp installation command from above and paste it into terminal. It will download and install the latest version of unhide-tcp 2026 package in your OS.