+ 3
How to build a Match Finder
How to use metacharacters to match a password independent of the persons password width symbol and number combination. -or- How can Python keep trying multiple strings with a specified length to get or catch what a user input is. e.g Match Finder, Password Brute-Force Attack?
2 Réponses
+ 4
You can use the string module and use while loops for this.You can also use this
if x in y:
this...
But someone's already done that👇👇
https://code.sololearn.com/cLOZhRpRrGjg/?ref=app
0
that code is awesome