Update RockyouMask.py

This commit is contained in:
Surferlul 2020-08-04 13:37:27 +02:00 committed by GitHub
parent 801c6f93ad
commit ac2dc59c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")