Skip to content

AdrianN17/Malstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web tools for PE static analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published