1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 07:49:42 +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-03-08 09:09:18 +01:00
.github/workflows remobe flake8 black 2023-02-26 10:23:39 +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 remove blink cursor 2023-03-05 13:12:19 +01:00
.gitignore work in progress 2022-06-28 17:52:32 +02:00
INSTALL.md documentation 2023-03-08 08:26:25 +01:00
install.sh documentation 2023-03-08 08:26:25 +01:00
LICENSE Initial commit 2022-07-07 07:20:09 +02:00
pandora-box.curses fix bug 2023-03-04 21:48:48 +01:00
pandora-box.ini.curses fix bug 2023-03-04 21:48:48 +01:00
pandora-box.ini.rpi fix bug 2023-03-04 21:48:48 +01:00
pandora-box.ini.ubuntu fix bug 2023-03-04 21:48:48 +01:00
pandora-box.py documentation 2023-03-08 08:26:25 +01: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 typo 2023-03-08 09:09:18 +01:00
ROADMAP.md add logrotate for pandora 2023-03-05 13:49:50 +01:00

Pandora-box

Pandora-Box is a USB scaning station based on Pandora, a malware analysis tool.

Pandora-box uses these malware analysis tools :

  • ClamAV an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
  • Commodo Antivirus the free version of Comodo Antivirus.
  • Hashlokup a public API to lookup hash values against known database of files.
  • Yara Rules, the YARA signature and IOC database used by LOKI and THOR Lite scanners.

Other tools may be used by configuring Pandora antivirus-workers

It runs on Ubuntu 22.04 server LTS.

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.