Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bruteforce-excel.py
Original file line number Diff line number Diff line change
@@ -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')
Expand All @@ -26,4 +26,4 @@
quit()
except:
# print('Bad Passwords: ', password)
continue
continue