From c1abb99bdadbfa574d50d1cc192b03d22d8d00a6 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Thu, 23 Feb 2023 07:45:19 +0100 Subject: [PATCH] EICAR --- INSTALL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b8bdbe0..402a3da 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -102,10 +102,15 @@ Result should contains gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN) ... -Submit a test file to Pandora with the command line +Submit a file to Pandora with the command line poetry run pandora --url http://127.0.0.1:6100 -f <> - + +Submit anti malware testfile to Pandora + + wget https://secure.eicar.org/eicar.com.txt + poetry run pandora --url http://127.0.0.1:6100 -f eicar.com.txt + Look a the Pandora logs files tail -500f /var/log/pandora_message.log