1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/security/unhide/pkg-descr
Martin Wilke ddeacea56b - Update WWW
PR:		133272
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-04-02 10:15:30 +00:00

16 lines
606 B
Plaintext

Unhide is a forensic tool to find hidden processes and TCP/UDP ports by
rootkits / LKMs or by another hidden technique. It consists of two
programs: unhide and unhide-tcp.
unhide detects hidden processes through:
* Comparison of /proc vs /bin/ps output.
* Comparison of info gathered from /bin/ps with info gathered from.
* Syscalls (syscall scanning).
* Full PIDs space ocupation (PIDs bruteforcing).
unhide-tcp identifies TCP/UDP ports that are listening but not listed in
/bin/netstat by doing brute forcing of all TCP/UDP ports availables.
WWW: http://www.security-projects.com/?Unhide