Skip to content

fengjixuchui/ida_setup_password_cracker

 
 

Repository files navigation

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.

About

A bruteforcer for IDA Pro setup passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.1%
  • C++ 14.9%