MultCheck
MultCheck is a open-source, and easy-to-use malware AV test, created by @Pengrey.
MultCheck is a malware-analysis tool that can be used to test the detection of a file by multiple AV engines.
It is designed to be easy to use, and to be able to test multiple AV engines. It is also designed to be easy to extend, and to be able to add custom AV engines.
Installation
$ cd src
# Build for Windows
## 64-bit
$ GOOS=windows GOARCH=amd64 go build -o ../bin/multcheck_64.exe
## 32-bit
$ GOOS=windows GOARCH=386 go build -o ../bin/multcheck_32.exe
Demo
https://github.com/MultSec/MultCheck/assets/55480558/708c9f74-aef8-4950-bf09-e27987eddc17
Documentation
For more information on how to use the MultLdr-cli, check the documentation
License
This project is licensed under the GNU General Public License - see the LICENSE file for details.
Acknowledgements
This project is inspired by the following projects: