mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
added in the search.py file, was missing
This commit is contained in:
parent
61f4559e0e
commit
407fc34cf3
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ from pyvirtualdisplay import Display
|
|||
from selenium.webdriver.common.keys import Keys
|
||||
from selenium.webdriver.common.proxy import *
|
||||
|
||||
from var.auto_issue.github import request_issue_creation
|
||||
from lib.settings import (
|
||||
logger,
|
||||
set_color,
|
||||
|
|
@ -251,6 +252,7 @@ def parse_search_results(
|
|||
"exception has been logged to current log file...".format(
|
||||
os.path.basename(__file__), str(e).strip()), level=50)
|
||||
)
|
||||
request_issue_creation()
|
||||
shutdown()
|
||||
logger.info(set_color(
|
||||
"URL successfully gathered, searching for GET parameters..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue