Browse Source

[ClamAV] Add more signatures

andryyy 6 năm trước cách đây
mục cha
commit
5081d6d9f1
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      data/Dockerfiles/clamd/bootstrap.sh

+ 7 - 0
data/Dockerfiles/clamd/bootstrap.sh

@@ -42,7 +42,14 @@ while true; do
       --include 'blurl.ndb' \
       --include 'junk.ndb' \
       --include 'jurlbl.ndb' \
+      --include 'jurbla.ndb' \
+      --include 'phishtank.ndb' \
       --include 'phish.ndb' \
+      --include 'spamimg.hdb' \
+      --include 'scam.ndb' \
+      --include 'rogue.hdb' \
+      --include 'sanesecurity.ftm' \
+      --include 'sigwhitelist.ign2' \
       --exclude='*' /var/lib/clamav/
     if [ $? -eq 0 ]; then
       echo RELOAD | nc localhost 3310