Skip to content

Commit eead0e3

Browse files
zcrack.py
1 parent 94ae71f commit eead0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcrack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def linuxpdf():
5252
else:
5353
output=f"/home/{user}/Hash_crack/wordlist.txt"
5454
header()
55-
zip_filename = input(termcolor.colored("[*] Enter Your Rute zip file:- ", 'cyan'))
55+
zip_filename = input(termcolor.colored("[*] Enter Your Rute zip file:- ", 'cyan')).strip()
5656
if not os.path.exists(zip_filename):
5757
print(termcolor.colored("\n[ X ] File " + zip_filename + " was not found, Provide Valid FileName And Path!",
5858
'red'))

0 commit comments

Comments
 (0)