An open API service indexing awesome lists of open source software.

https://github.com/minj-ae/banalyzer-cmdi

[Sunrin Security Project] Command Injection Static Analyzer with IDAPython
https://github.com/minj-ae/banalyzer-cmdi

command-injection ida python reverse-engineering static-analysis sunrin

Last synced: about 1 year ago
JSON representation

[Sunrin Security Project] Command Injection Static Analyzer with IDAPython

Awesome Lists containing this project

README

          

# Banalyzer CMDI

[Sunrin Security Project]

Develop Static Analyzer with IDAPython coded by KIM MIN JAE

![python](https://img.shields.io/badge/Python-3776AB.svg?&style=for-the-badge&logo=Python&logoColor=white)

## Screenshot

![GUI Screenshot](https://media.discordapp.net/attachments/922354295729438762/1177773380863271013/image.png?format=webp&width=1200&height=535)

## Environment

- Tested on IDA Pro 7.7
- Require >= Python 3.8

## Features

- Detects command injection, path traversal using trace scope after discovering vulnerable functions
- Supports Advanced GUI

### Install
#### On Windows
- Check [here](https://www.python.org/downloads/)

#### On Mac OS
brew install python

### Usage

Open IDA script window (shift+f2) (mode: python), import and run!

### To-do

Modify after accepting feedback