Minor update

This commit is contained in:
Miroslav Stampar
2026-01-18 17:02:29 +01:00
parent 9063c21f62
commit 21d0c67bf7
4 changed files with 6 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ def main():
target = targets[i]
if not re.search(r"(?i)\Ahttp[s]*://", target):
target = "http://%s" % target
target = "https://%s" % target
infoMsg = "starting crawler for target URL '%s' (%d/%d)" % (target, i + 1, len(targets))
logger.info(infoMsg)