DK 'Log


Plugin GPG signature verification script
Wed, 06 Aug 2008

Just had to write a quick script in order to regularly check the repository, wanted to share it. It can be used after having imported the AV VRT verification key.
for i in *.asc; do gpg --verify $i 2>/dev/null; if [ $? == 1 ]; then echo; echo "Bad Sig: $i"; read; else echo -n "."; fi; done
PS: I'd suggest checking out Jaime's Blog (we work together at AV), he's starting to share a bunch of interesting things :-)

posted at: 11:36 | path: /feed | permanent link to this entry | 0 comments |
Tags: feed, nessus, script, gpg



Name:


E-mail:


URL:


Comment:


Categories

/ (66)
    code/ (1)
    feed/ (1)
    friends/ (1)
    ossim/ (41)
        installer/ (3)
        plugins/ (2)
        tuning/ (3)
        tutorials/ (8)
    personal/ (20)
        campus/ (2)
        opinion/ (1)
        travel/ (1)
    rants/ (1)



Dominique Karg
(feel free to get in touch)
  • Mail (gpg key)
  • Linkedin
  • Twitter
  • Forums

Friend's blogs:
  • /blog/jaime
  • /blog/juanma
  • /blog/santiago






Certified Application Security Specialist




RSS




< August 2008 >
MoTuWeThFrSaSu
     1 2 3
4 5 6 7 8 910
11121314151617
18192021222324
25262728293031




Archives

2010-Apr
2010-Mar
2010-Feb
2009-Dec
2009-Sep
2009-Aug
2009-Jul
2009-Jun
2009-May
2009-Apr
2009-Mar
2009-Feb
2009-Jan
2008-Dec
2008-Oct
2008-Aug
2008-Jul
2008-May
2008-Mar
2008-Feb
2008-Jan
2007-Dec
2007-Nov




Tags

installer ossim tutorial untagged




Made with PyBlosxom