|
|
|
|
@ -31,11 +31,12 @@ seltene_buchstaben_comp = ('J', 'j', 'P', 'p', 'Q', 'q', 'V', 'v', 'X', 'x', 'Y'
|
|
|
|
|
sonderzeichen = ['!', '#', '$', '%', '&', '*', '+', ',', '-', '.', '/', ':', ';', '?', '@', '_']
|
|
|
|
|
seltene_sonderzeichen = ['"', "'", '(', ')', '<', '=', '>', '[', '\\', ']', '^', '`', '{', '|', '}', '~', ' ']
|
|
|
|
|
|
|
|
|
|
buchstaben = buchstaben_lower
|
|
|
|
|
ziffern = tuple(string.digits)
|
|
|
|
|
|
|
|
|
|
buchstaben = buchstaben_lower + ziffern
|
|
|
|
|
anfangsbuchstaben = anfangsbuchstaben_comp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ziffern = tuple(string.digits)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def get_time_forMax(MaxChoices, choices_per_second):
|
|
|
|
|
@ -114,7 +115,7 @@ def start_script():
|
|
|
|
|
minChoice = input("please enter choices: ")
|
|
|
|
|
print(LINE_UP, end=LINE_CLEAR)
|
|
|
|
|
# pdf_path = input("please enter path of pdf: ")
|
|
|
|
|
pdf_path = "./w999.pdf"
|
|
|
|
|
pdf_path = "./LET_Kapitel_0_Einführung.pdf"
|
|
|
|
|
crack_pdf_password(range(int(minChoice), int(minChoice)+1), pdf_path, False)
|
|
|
|
|
elif input_type == "3":
|
|
|
|
|
print(LINE_UP, end=LINE_CLEAR)
|
|
|
|
|
|