Skip to content

Commit

Permalink
fixing warning (visual minor issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nt0n committed Oct 15, 2020
1 parent 0018b4a commit 86c1970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bopscrk.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def main():
print('\n {}[!] WARNING: Recursive leet is enabled, depending on the words\n'
' max-length configured (now is {}{}{}) and the size of your\n'
' wordlist at this point (now contains {}{}{} words), this process\n'
' could take several minutes{}\n'.format(color.ORANGE,color.END,len(final_wordlist),color.ORANGE,color.END,args.max_length,color.ORANGE,color.END))
' could take several minutes{}\n'.format(color.ORANGE,color.END,args.max_length,color.ORANGE,color.END,len(final_wordlist),color.ORANGE,color.END))
recursive_msg = '{}recursive{} '.format(color.RED,color.END)
print(' {}[+]{} Applying {}leet transforms to {} words...'.format(color.BLUE, color.END, recursive_msg,len(final_wordlist)))
#print(final_wordlist)
Expand Down
Binary file modified img/bopscrk-2.3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86c1970

Please sign in to comment.