Welcome to SecurityForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

panda update script

 
   Security Forums (Home) -> Panda RSS
Related Topics:
Panda AV (resource hog) and Fatal Exceptions at the Window.. - Hi, I installed Panda AV on my Win 98SE machine (PII, 384 MB RAM), because of Update issues with NSW 2003. I NSW by the end of August 2004, as per detailed and NSW 2003 without the AV..

Panda? - What's the general consensus about Panda Titanium? I've used the online scan and a tech suggested I buy it, but I was wondering how it matches up with NOD-32, AVG, et al.

panda - hi I use panda platinum and if I click on the symbol on the task-line it shows me that firewall is not enabled. If I open panda properly it says it is enabled, so what is true here and why does panda itself? Dirk

Panda IS 2005 - Ever since I've had Panda Internet Security (about 9 months now), I've been unable to get it to run the rescue floppy disks. They can be created OK and I can boot my notebook from disk 1 (USB drive) but when I insert disk 2 as requested I get 'Error on

PANDA AV IS THE BEST - Using Panda AV in a network gives better results then any other program. We have it now for over 1 year and it performs twice as good as Sophos in our company.
Author Message
jcharth

External


Since: Nov 08, 2005
Posts: 8



(Msg. 1) Posted: 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

 >> Stay informed about: panda update script 
Back to top
Login to vote
Display posts from previous:   
   Security Forums (Home) -> Panda All times are: Pacific 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



[ Contact us | Terms of Service/Privacy Policy ]