| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
PR: ports/147863
Submitted by: maintainer
Approved by: tabthorpe (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=256819
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: maintainer
Reported by: QATty
Notes:
svn path=/head/; revision=237243
|
|
|
|
|
|
|
|
| |
PR: 133272
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Notes:
svn path=/head/; revision=231475
|
|
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
|