mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 11:48:10 +00:00
added code that just exit if no args passed
This commit is contained in:
@@ -7,6 +7,9 @@ import sys
|
||||
|
||||
print("[+] New line check")
|
||||
|
||||
if not sys.argv[1]:
|
||||
exit(0)
|
||||
|
||||
files=sys.argv[1].split(" ")
|
||||
|
||||
for i in files:
|
||||
|
||||
Reference in New Issue
Block a user