Update RockyouMask.py
This commit is contained in:
parent
801c6f93ad
commit
ac2dc59c5a
@ -1,7 +1,7 @@
|
||||
from os import system
|
||||
from os import chdir
|
||||
|
||||
rule = open("final.txt", "rt", encoding="Latin-1").read().split()
|
||||
rule = open("mask.txt", "rt", encoding="Latin-1").read().split()
|
||||
|
||||
def convert(inp):
|
||||
inp = inp.replace("a", "?l")
|
||||
|
Loading…
Reference in New Issue
Block a user