rkhunter 1.4.0
Rootkit Hunter scans systems for known and unknown rootkits, backdoors, sniffers and exploits. Closes Homebrew/homebrew#25555. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7b69d90e37
commit
406fa8c035
1 changed files with 15 additions and 0 deletions
15
Formula/rkhunter.rb
Normal file
15
Formula/rkhunter.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Rkhunter < Formula
|
||||
homepage 'http://rkhunter.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.4.0/rkhunter-1.4.0.tar.gz'
|
||||
sha1 '48798beec504c00af93bf64b6e35dfc7d7aaff07'
|
||||
|
||||
def install
|
||||
system "./installer.sh", "--layout", "custom", prefix, "--install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/rkhunter", "--version"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue