mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-03 12:55:24 +02:00
Update INSTALL.md
This commit is contained in:
parent
74d6016b57
commit
e6ace7df92
1 changed files with 6 additions and 0 deletions
|
@ -104,12 +104,18 @@ Result should contains
|
|||
|
||||
Submit a file to Pandora with the command line
|
||||
|
||||
cd pandora
|
||||
poetry run pandora --url http://127.0.0.1:6100 -f <<file_name>>
|
||||
...
|
||||
poetry run pandora --url http://127.0.0.1:6100 --task_id ... --seed ...
|
||||
|
||||
Submit anti malware testfile to Pandora
|
||||
|
||||
cd pandora
|
||||
wget https://secure.eicar.org/eicar.com.txt
|
||||
poetry run pandora --url http://127.0.0.1:6100 -f eicar.com.txt
|
||||
...
|
||||
poetry run pandora --url http://127.0.0.1:6100 --task_id ... --seed ...
|
||||
|
||||
Look a the Pandora logs files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue