Skip to content

Commit 92a2a6b

Browse files
authored
Update HashExploit.py
1 parent 0d94f93 commit 92a2a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HashExploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def fetch_data(user_hash):
7676
else:
7777
print('Not Found')
7878

79-
# created function add_data it takes three arguments file1 is mandatory remaining is optional
79+
# created function add_data it takes three arguments file1 is mandatory remainings are optional
8080
def add_data(file1, salt_value=None, post_value=None):
8181
n = 0
8282
# it will create rainbow table with given file

0 commit comments

Comments
 (0)