Skip to content

BwRy/sandy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sandy

Static and Dynamic exploit analysis framework.

http://www.garage4hackers.com/entry.php?b=2532

This is the backend code powering [Sandy] at exploit-analysis.com. Hence there would be lot of hard coded path names and no centrilized config files. It would take a bit of time for me to beautify this code.The Front end php data viewer is not included with code.

Requirements:

Ubuntu/Linux Os And way too many things :( . I will update soon.

To Run:

  1. Create Database sandyfiles from sandyfiles.sql.

  2. Replace all mysql configurations with your username,password,and database filename.

  3. Run Sandy Java Analysis ,

    cd src python mthread.py

    Or to schedule every few secs.

    cd src

    python samples/run.py

About

Static and Dynamic exploit analysis framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.4%
  • C 24.6%
  • Makefile 1.1%
  • Other 0.9%