Posts

Showing posts with the label ERTS – Exploit Reliability Testing System

ERTS – Exploit Reliability Testing System

Image
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. 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 :