Panda Antivirus for Linux

command-line scanner

### http://www.pandasoftware.com/
['Panda Antivirus for Linux', ['pavcl'],
  '-aut -aex -heu -cmp -nbr -nor -nso -eng {}',
  qr/Number of files infected[ .]*: 0+(?!\d)/,
  qr/Number of files infected[ .]*: 0*[1-9]/,
  qr/Found virus :\s*(\S+)/ ],

daemonized scanner

### http://www.pandasoftware.com/
['Panda Antivirus for Linux', ['pavcl'],
  '-TSR -aut -aex -heu -cmp -nbr -nor -nso -eng {}',
  [0], [0x10, 0x30, 0x50, 0x70, 0x90, 0xB0, 0xD0, 0xF0],
  qr/Found virus :\s*(\S+)/ ],