mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-17 03:11:23 +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")
|
print("[+] New line check")
|
||||||
|
|
||||||
|
if not sys.argv[1]:
|
||||||
|
exit(0)
|
||||||
|
|
||||||
files=sys.argv[1].split(" ")
|
files=sys.argv[1].split(" ")
|
||||||
|
|
||||||
for i in files:
|
for i in files:
|
||||||
|
|||||||
Reference in New Issue
Block a user