Browse Source

yupo

master
crt 1 month ago
parent
commit
1fe4abac30
  1. 2
      bruteforce-charset.bat
  2. 2
      bruteforce-pwdlist.bat

2
bruteforce-charset.bat

@ -23,7 +23,7 @@ for %%a in (!charset!) do (
"!HPQPswdPath!" /p"!pass!" /f"!EncryptedPasswordFile!"
REM Attempt to reset the BIOS password using the current password
"!BiosConfigUtilityPath!" /cpwdfile:"!EncryptedPasswordFile!" /nowdfile:""
"!BiosConfigUtilityPath!" /cpwdfile:"!EncryptedPasswordFile!" /npwdfile:""
REM Optionally check for success and break the loop if succeeded
REM This would depend on the output of BiosConfigUtility.exe indicating success

2
bruteforce-pwdlist.bat

@ -17,7 +17,7 @@ for /F "tokens=*" %%p in (%PasswordListFile%) do (
"%HPQPswdPath%" /p"%%p" /f"%EncryptedPasswordFile%"
REM Attempt to reset the BIOS password using the current password
"%BiosConfigUtilityPath%" /cpwdfile:"%EncryptedPasswordFile%" /nowdfile:""
"%BiosConfigUtilityPath%" /cpwdfile:"%EncryptedPasswordFile%" /npwdfile:""
REM Optionally check for success and break the loop if succeeded
REM This would depend on the output of BiosConfigUtility.exe indicating success

Loading…
Cancel
Save