1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
Didier Barzin 2023-02-23 07:45:19 +01:00 committed by GitHub
parent 3fdbdef000
commit c1abb99bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,10 +102,15 @@ Result should contains
gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN) 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 <<file_name>> poetry run pandora --url http://127.0.0.1:6100 -f <<file_name>>
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 Look a the Pandora logs files
tail -500f /var/log/pandora_message.log tail -500f /var/log/pandora_message.log