From 2ce1a41b97d319508b5ea6a588d51929be0c3293 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 8 Mar 2023 09:32:52 +0100 Subject: [PATCH] doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69e4eb3..21ec407 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ 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 : +Pandora-box uses : -- [ClamAV](http://www.clamav.net/) an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -- [Comodo 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. +- [ClamAV](http://www.clamav.net/): an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +- [Comodo 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)