Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 817 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 817 Bytes

Banalyzer CMDI

[Sunrin Security Project]

Develop Static Analyzer with IDAPython coded by KIM MIN JAE

python

Screenshot

GUI Screenshot

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

On Mac OS

brew install python

Usage

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

To-do

Modify after accepting feedback