mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-21 02:31:30 +00:00
Damn typo!
This commit is contained in:
@@ -26,8 +26,8 @@ for i in files:
|
||||
exit(2)
|
||||
print("[+] %s passed new line check!"%(i))
|
||||
|
||||
for j in contents.split('\n'):
|
||||
if len(i)==0:
|
||||
for line in contents.split('\n'):
|
||||
if len(line)==0:
|
||||
print("[!] %s has an empty entry!"%(i))
|
||||
exit(2)
|
||||
print("[+] %s passed empty line check!"%(i))
|
||||
|
||||
Reference in New Issue
Block a user