Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

A brute force python script to crack the macos firmware password using password lists

License

Notifications You must be signed in to change notification settings

borelli28/firmware_cracker_macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firmware_cracker_macos

This script is specifically designed to bruteforce the firmware password of MacOS systems using the terminal utility firmwarepasswd -delete, to try to delete the firmware password.

Usage

  • Clone repo
    git clone https://github.com/borelli28/firmware_cracker_macos.git

    • Install dependencies
      pip install -r requirements.txt
  • Create .env file in project root directory and put your sudo password
    SUDO_PASSWD=YourSudoPasswordHere

    or replace the environment variables in brute.py with your password
    child.sendline('YourSudoPasswordHere')

  • You need a password list and replace the path in brute.py
    with open('./rockyou.txt', 'r') as file:

  • Run the program
    python brute.py

About

A brute force python script to crack the macos firmware password using password lists

Topics

Resources

License

Stars

Watchers

Forks

Languages