Newer
Older
linux_kernel_hacking / 3_RootkitTechniques / 3.6_hiding_ports / README.md
@Harvey Phillips Harvey Phillips on 29 Jun 2020 295 bytes hiding ports wip

Linux Kernel Hacking

3.6: Hiding open ports

WORK IN PROGRESS

Most linux applications that search for local open ports (netstat included) use the /proc/net/tcp pseudo-file to do so. By hooking this function, we can choose to hide a particular open port from userspace.

To use:

  • TBC