Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 652 Bytes

pwnjutsu

This tool recieves a ELF file, analyzes the propagation of user's input by instruction to detect vulnerability.

Usage:

$ python TAnalyzer.py -h
usage: TAnalyzer.py [-h] [-v] [-f] [-i] [-o] filepath
positional arguments:
  filepath       ELF file path
optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  print verbose log
  -f, --force    run anyway
  -i, --input    manual input
  -o, --output   print output

Demo:

https://youtu.be/IAVqNE5Akp4

Authors: