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.
.github/workflows | ||
3D | ||
images | ||
tests | ||
.gitignore | ||
INSTALL.md | ||
install.sh | ||
LICENSE | ||
pandora-box.curses | ||
pandora-box.ini.curses | ||
pandora-box.ini.rpi | ||
pandora-box.ini.ubuntu | ||
pandora-box.py | ||
pandora-box.txt | ||
pandora.service | ||
README.md | ||
ROADMAP.md |
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