From b28608e1737f1ae7c8ca86020bb8616c14239547 Mon Sep 17 00:00:00 2001 From: adeshkankhar <55345074+adeshkankhar@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:58:54 +0900 Subject: [PATCH] Update bruteforce-excel.py --- bruteforce-excel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bruteforce-excel.py b/bruteforce-excel.py index 38983f4..242d0f7 100644 --- a/bruteforce-excel.py +++ b/bruteforce-excel.py @@ -1,7 +1,7 @@ import win32com.client import time -excel_file = r'C:\Code\YouTube\python-brute-force-excel-password\sales-reps.xlsx' +excel_file = r'C:\Users\adesh\Desktop\Book1.xlsx' password_file = r'C:\Code\YouTube\python-brute-force-excel-password\passwords.txt' excel = win32com.client.Dispatch('Excel.Application') @@ -26,4 +26,4 @@ quit() except: # print('Bad Passwords: ', password) - continue \ No newline at end of file + continue