update to 0.34.
PR: 30709 Submitted by: maintainer
This commit is contained in:
parent
1f53fdc570
commit
de0f8cfea6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48069
4 changed files with 13 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= chkrootkit
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/
|
||||
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER= cordeiro@iqm.unicamp.br
|
|||
|
||||
ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc
|
||||
|
||||
DOCFILES= COPYRIGHT README.chklastlog README.chkwtmp
|
||||
DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp
|
||||
|
||||
pre-patch:
|
||||
${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (chkrootkit-0.32.tar.gz) = 6ed5ae272538a64fe2e395931de3bdf7
|
||||
MD5 (chkrootkit-0.34.tar.gz) = 3dea2c29537d086e85134c600b38bc3b
|
||||
|
|
|
@ -3,16 +3,24 @@ contains:
|
|||
|
||||
* chkrootkit: a shell script that checks system binaries for
|
||||
rootkit modification.
|
||||
|
||||
* ifpromisc.c: checks if the network interface is in promiscuous
|
||||
mode.
|
||||
|
||||
* chklastlog.c: checks for lastlog deletions.
|
||||
|
||||
* chkwtmp.c: checks for wtmp deletions.
|
||||
|
||||
* check_wtmpx.c: checks for wtmpx deletions. (Solaris only)
|
||||
|
||||
* chkproc.c: checks for signs of LKM trojans.
|
||||
|
||||
The following rootkits, worms and LKMs are currently detected:
|
||||
Solaris rootkit, FreeBSD rootkit, lrk3, lrk4, lrk5, lrk6, t0rn (and
|
||||
t0rn v8), some lrk variants, Ambient's Rootkit for Linux (ARK), Ramen
|
||||
Worm, rh[67]-shaper, RSHA, Romanian rootkit, RK17, Lion Worm, Adore
|
||||
Worm, LPD Worm, kenny-rk and Adore LKM.
|
||||
Worm, LPD Worm, kenny-rk, Adore LKM, ShitC Worm, Omega Worm, Wormkit
|
||||
Worm, dsc-rootkit.
|
||||
|
||||
Nelson Murilo <nelson@pangeia.com.br>
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ sbin/chklastlog
|
|||
sbin/chkwtmp
|
||||
sbin/ifpromisc
|
||||
%%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT
|
||||
%%PORTDOCS%%share/doc/chkrootkit/README
|
||||
%%PORTDOCS%%share/doc/chkrootkit/README.chklastlog
|
||||
%%PORTDOCS%%share/doc/chkrootkit/README.chkwtmp
|
||||
%%PORTDOCS%%@dirrm share/doc/chkrootkit
|
||||
|
|
Loading…
Reference in a new issue