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