Skip to content

MultSec/MultCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Run go build under the root directory of the project.

  • Or directly run the compiled binaries in the bin directory.

$ 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

multcheck_usage.mp4

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:

About

Identifies bad bytes from static analysis with any Anti-Virus scanner.

Resources

License

Stars

Watchers

Forks

Languages