Help!

panda update script

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Panda RSS
Next:  malicious script detected with Norton while attem..  
Author Message
jcharth
External


Since: Nov 08, 2005
Posts: 8



PostPosted: Fri Jan 05, 2007 10:39 am    Post subject: panda update script
Archived from groups: alt>comp>virus (more info?)

Hello Guys I searched around for an update script I ended up making one
a brute force script seems to work but not very clean.

#!/bin/bash

DEVICE=/dev/nst0
MONTHPAV=`date +%m`
DAYPAV=`date +%d`
MINPAV=`expr $DAYPAV - 1`
ZEROPAV="0"

TWOPAV="pav$MONTHPAV$ZEROPAV$MINPAV.zip"
THREEPAV="pav$MONTHPAV$MINPAV.zip"
ONEPAV="pav$MONTHPAV$DAYPAV.zip"

echo "file name $ONEPAV $TWOPAV $THREEPAV"



wget -O pav.zip --http-user=xxx --http-passwd=xxx
http://acs.pandasoftware.com/software/basevirus/$TWOPAV
unzip pav.zip
mv pav.sig /opt/pavcl/usr/lib/panda/pav.sig
rm -rf pav.zip

wget -O pav.zip --http-user=xxx --http-passwd=xxxx
http://acs.pandasoftware.com/software/basevirus/$THREEPAV
unzip pav.zip
mv pav.sig /opt/pavcl/usr/lib/panda/pav.sig
rm -rf pav.zip

wget -O pav.zip --http-user=xxx --http-passwd=xxx
http://acs.pandasoftware.com/software/basevirus/$ONEPAV
unzip pav.zip
mv pav.sig /opt/pavcl/usr/lib/panda/pav.sig
rm -rf pav.zip
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Panda All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum