Skip to content

Commit

Permalink
Update BruteForce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilinux2009 authored Sep 27, 2022
1 parent a2fc6fe commit 0dbc397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BruteForce.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
def findPassword(chars, function, show=50, format_="%s"):

password = None
attempts = 0
size = 1
attempts = 00
size = 01
stop = False

while not stop:
Expand Down

0 comments on commit 0dbc397

Please sign in to comment.