From 1fe4abac3023ad04568a9ecaa09bd34880c5c754 Mon Sep 17 00:00:00 2001 From: crt Date: Tue, 2 Apr 2024 14:44:49 +0200 Subject: [PATCH] yupo --- bruteforce-charset.bat | 2 +- bruteforce-pwdlist.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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