Skip to content

Commit 05e8e03

Browse files
authored
Update BruteForce.py
Removed unsupported leading zeros
1 parent 2402182 commit 05e8e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BruteForce.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
def findPassword(chars, function, show=50, format_="%s"):
55

66
password = None
7-
attempts = 00
8-
size = 01
7+
attempts = 0
8+
size = 1
99
stop = False
1010

1111
while not stop:

0 commit comments

Comments
 (0)