We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2402182 commit 05e8e03Copy full SHA for 05e8e03
BruteForce.py
@@ -4,8 +4,8 @@
4
def findPassword(chars, function, show=50, format_="%s"):
5
6
password = None
7
- attempts = 00
8
- size = 01
+ attempts = 0
+ size = 1
9
stop = False
10
11
while not stop:
0 commit comments