1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-25 08:19:41 +02:00
pandora-box/README.md
2023-03-08 09:09:18 +01:00

42 lines
1.6 KiB
Markdown

Pandora-box
============
Pandora-Box is a USB scaning station based on [Pandora](https://github.com/pandora-analysis),
a malware analysis tool.
Pandora-box uses these malware analysis tools :
- [ClamAV](http://www.clamav.net/) an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
- [Commodo Antivirus](https://antivirus.comodo.com/) the free version of Comodo Antivirus.
- [Hashlokup](https://circl.lu/services/hashlookup/) a public API to lookup hash values against known database of files.
- [Yara Rules](https://github.com/Neo23x0/signature-base), the YARA signature and IOC database used by [LOKI](https://github.com/Neo23x0/Loki) and [THOR Lite](https://www.nextron-systems.com/thor-lite/) scanners.
Other tools may be used by configuring Pandora [antivirus-workers](https://github.com/pandora-analysis/pandora#antivirus-workers)
It runs on [Ubuntu 22.04 server LTS](https://releases.ubuntu.com/jammy/).
## Interface
It has a graphic user interface :
[<img src="images/key1.png" width="400">](images/key1.png)
[<img src="images/wait1.png" width="400">](images/wait1.png)
[<img src="images/ok.png" width="400">](images/ok.png)
[<img src="images/bad.png" width="400">](images/bad.png)
and a text user interface for advanced users :
[<img src="images/pandora-curses.png" width="400">](images/pandora-curses.png)
## Roadmap
If you want to contribute, we have a [roadmap](ROADMAP.md).
## Installation
The [installation and configuration procedure](INSTALL.md) is documented.
## License
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).