1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00
pandora-box est une station d'analyse USB conçue pour détecter et supprimer les logiciels malveillants des clés USB.
Find a file
2023-02-19 14:21:54 +00:00
.github/workflows code quality 2023-02-15 18:03:18 +01:00
3D add 3D model 2022-10-25 23:15:02 +02:00
images add error image 2022-09-25 10:40:05 +02:00
tests add states tests 2023-02-12 18:10:04 +01:00
.gitignore work in progress 2022-06-28 17:52:32 +02:00
INSTALL.md remove config fle from github 2022-08-24 00:15:26 +02:00
install.sh fix some issues 2023-02-19 14:21:54 +00:00
LICENSE Initial commit 2022-07-07 07:20:09 +02:00
pandora-box.curses bugfix 2023-02-13 17:19:00 +01:00
pandora-box.ini.curses new ini file 2023-02-15 13:24:19 +01:00
pandora-box.ini.rpi remove config fle from github 2022-08-24 00:15:26 +02:00
pandora-box.ini.ubuntu remove config fle from github 2022-08-24 00:15:26 +02:00
pandora-box.py fix some issues 2023-02-19 14:21:54 +00:00
pandora-box.txt add logo 2023-02-15 14:58:55 +01:00
pandora.service bugfix 2023-02-13 17:19:00 +01:00
README.md fix some issues 2023-02-19 14:21:54 +00:00
ROADMAP.md Update ROADMAP.md 2023-02-14 11:18:03 +01:00

Pandora-box

Pandora-Box is a USB scaning station based on Pandora. It runs on Ubuntu 22.04 server LTS

It is based on recycled ThinkCenter and an integrated HDMI touch screen.

Interface

It has a graphic user interface :

and a text user interface for advanced users :

Roadmap

If you want to contribute, we have a roadmap.

Installation

The installation and configuration procedure is documented.

License

Pandora-box is an open source software distributed under GPL.

Troubleshooting

Update Pandora

poetry run update --yes

Check Pandora listening on port 6100

sudo lsof -i -P -n | grep LISTEN

Result should contains

...
gunicorn: 1034         pandora    5u  IPv4  27043      0t0  TCP *:6100 (LISTEN)
...

Test submit a file to Panra with command line

poetry run pandora --url http://127.0.0.1:6100 -f 

Look a logs

tail -500f /var/log/pandora_message.log
tail -500f /var/log/pandora_error.log