aboutsummaryrefslogtreecommitdiff
path: root/security/unhide
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20100201Rene Ladan2010-06-222-6/+4
| | | | | | | | | | PR: ports/147863 Submitted by: maintainer Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256819
* - fix install / mtree with custom PREFIXIon-Mihai Tetcu2009-07-062-1/+2
| | | | | | | | | | - bump PORTREVISION Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=237243
* - Update WWWMartin Wilke2009-04-021-1/+1
| | | | | | | | PR: 133272 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=231475
* Unhide is a forensic tool to find hidden processes and TCP/UDP ports byWesley Shields2009-03-134-0/+70
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://http://www.security-projects.com/?Unhide/ PR: ports/132131 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> Notes: svn path=/head/; revision=229974