Saturday, June 17, 2017

ERTS – Exploit Reliability Testing System

8:27 AM Leave a Reply
ERTS or Exploit Reliability Testing System is a Python based tool to calculate the reliability of an exploit based on the number of times the exploit is able to control EIP register with the desired address/value.
Exploit Reliability Testing System
It’s created to help you code reliable exploits and take the manual parts out of running and re-running exploits and targets apps to assess the damage.
ERTS is a very simple script for Windows to determine with a percentage score, how reliable an exploit is. The script uses CDB.EXE to detect the crash and record the registers state.
You can download ERTS here:

0 comments :