ida_setup_password_cracker icon indicating copy to clipboard operation
ida_setup_password_cracker copied to clipboard

A bruteforcer for IDA Pro setup passwords

IDA Pro setup password cracker

Based on this writeup, a simple C program for cracking the password of IDA setup used in 7.2.

Features

  • No multithreading
  • No hardware acceleration
  • No GPGPU usage
  • Shit performance
  • Still finishes in like 30 minutes on my laptop's processor

Usage

  • Extract hash and salt using innounp from installer like this: innounp -x -m setup.exe install_script.iss
  • Paste it into the respective variables in the code
  • Run

License

Stuff in mbedtls folder is licensed under Apache2. This is licensed under MIT license that you can read in the LICENSE file.