formatStringExploiter is an Helper script for working with format string bugs.This tool only supports i386 or x86bits at the moment.
Dependencies
+ mkvirtualenv pwntools
+ pip install pwntools
+ pip install prettytable
Usage:
git clone https://github.com/Owlz/formatStringExploiter && cd formatStringExploiter make
Source: https://github.com/Owlz