Re: Script
From: gminick (gminick@hacker.pl)Date: 08/14/01
- Previous message: skylinux: "Re: what is /proxy/proxy.cgi"
- In reply to: Rich Richenberg: "Script"
- Next in thread: Geoff Joy: "Re: Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 14 Aug 2001 01:06:47 +0200 From: gminick <gminick@hacker.pl> To: security-basics <security-basics@securityfocus.com> Subject: Re: Script Message-ID: <20010814010647.D3307@hannibal>
Once upon a time (precisely at: Fri, Aug 10, 2001 at 02:47:57PM -0700),
Rich Richenberg wrote:
> Does anyone have a basic C or perl script that looks for a file? I need a
> template to create check for the flcss.exe file the funlove virus leaves on
> systems.
c or perl ?
for what ?
cat > script.sh <<EOF
find / -name "flcss.exe" -print
EOF
chmod 0500 script.sh
./script.sh
> Thanks,
> Rich
-- [ Wojtek gminick Walczak ][ http://hacker.pl/gminick/ ] [ gminick (at) hacker.pl ][ ]gminick (at) interia.pl[ ]
- Previous message: skylinux: "Re: what is /proxy/proxy.cgi"
- In reply to: Rich Richenberg: "Script"
- Next in thread: Geoff Joy: "Re: Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|