diff --git a/bruteforce-charset.bat b/bruteforce-charset.bat index 2bbef6c..3af8a80 100644 --- a/bruteforce-charset.bat +++ b/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 diff --git a/bruteforce-pwdlist.bat b/bruteforce-pwdlist.bat index c47dfa5..55ed8f9 100644 --- a/bruteforce-pwdlist.bat +++ b/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