File: control

package info (click to toggle)
unhide.rb 22-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 12
  • sloc: ruby: 638; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: unhide.rb
Section: admin
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Julien Valroff <julien@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://launchpad.net/unhide.rb
Vcs-Browser: https://anonscm.debian.org/cgit/forensics/unhide.rb.git
Vcs-Git: git://anonscm.debian.org/forensics/unhide.rb.git

Package: unhide.rb
Architecture: all
Depends: ruby, ${misc:Depends}
Suggests: rkhunter
Description: Forensic tool to find processes hidden by rootkits
 Unhide.rb is a forensic tool to find processes hidden by rootkits.
 .
 It looks for active processes in many different ways. Processes found by
 some means but not others are considered to be "hidden", and are reported
 to the user.
 .
 Unhide.rb is a tentative of rewrite in Ruby of the original Unhide, which
 is written in C. While being much faster, it does not implement all the
 diagnostics of the original version. It is also less secure as it cannot
 be statically compiled.
 .
 This package can be used by rkhunter in its daily scans.