Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 1999 19:31:21 +0300
From:      Valentin Nechayev <netch@lucky.net>
To:        Matt Ayres <mayres@zone.unixshell.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: /etc/security exploit
Message-ID:  <19990902193120.A21070@lucky.net>
In-Reply-To: <Pine.BSF.4.10.9909021212280.98484-100000@zone.unixshell.com>; from Matt Ayres on Thu, Sep 02, 1999 at 12:13:16PM -0400
References:  <Pine.BSF.4.10.9909021212280.98484-100000@zone.unixshell.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 Thu, Sep 02, 1999 at 12:13:16, mayres wrote about "/etc/security exploit": 

> Hey everybody, sorry to ask this question again, but how do I delete the
> directory made by the /etc/security exploit? 

;)

while :; do
	rm -rf 1 2 *core*
	mv *Y* 1
	mv 1/A* 2
	rm -rf 1 *core*
	mv 2/* .
	rm -rf 2 *core*
	echo -n '.'
done

(according to standard Babcia_Padlina's exploit)

-- --
Valentin Nechayev
netch@lucky.net
II:LDXIII/MCMLXXII.CCC


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990902193120.A21070>