mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor update so that if no hosts are found it will not default to the last log file
This commit is contained in:
parent
3042b2e24c
commit
98e0c6b8b6
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import bin.unzip_gecko
|
|||
# clone link
|
||||
CLONE = "https://github.com/ekultek/zeus-scanner.git"
|
||||
# current version <major.minor.commit.patch ID>
|
||||
VERSION = "1.0.10"
|
||||
VERSION = "1.0.11.4666"
|
||||
# colors to output depending on the version
|
||||
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
|
||||
# version string formatting
|
||||
|
|
|
|||
|
|
@ -217,4 +217,5 @@ def parse_search_results(
|
|||
"did not find any usable URL's with the given query '{}' "
|
||||
"using search engine '{}'...".format(query, url), level=50
|
||||
))
|
||||
shutdown()
|
||||
return list(retval) if len(retval) != 0 else None
|
||||
|
|
|
|||
Loading…
Reference in a new issue