/Malstatic

Web tools for PE static analysis

Primary LanguageJavaScriptMIT LicenseMIT

Version - 0.1 Python - 3.7 License - MIT Docker Image  - 0.1 Type - Malware Analysis

Malstatic

Web tools for PE static analysis

Malstatic is a small and useful tool which can help you in you malware analysis. It's a mix of multiples tools.

It's made with vanilla JS in Frontend and run FastApi python in Backend.

How to use

Malstatic have two ways to install.

Using Docker

You can use the latest docker image and run as a container.

docker pull adriann17/malstatic
docker run -d -p 7071:7071 malstatic

Manual Instalation

Another alternative it's run as a python project. First you need to install Radare2, Capa, Floss and Manalyze in your machine. Read the installation guides to know more about.

After that, you can use those scripts to install required python dependencies and the project.

pip3 install uvicorn fastapi jinja2 python-multipart r2pipe
git clone https://github.com/AdrianN17/Malstatic.git
cd Malstatic 
python main.py