mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
update to the output query
This commit is contained in:
parent
274b3d7745
commit
2a1aaa6965
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def get_urls(query, url, verbose=False, **kwargs):
|
||||||
))
|
))
|
||||||
search = browser.find_element_by_name('q')
|
search = browser.find_element_by_name('q')
|
||||||
logger.info(set_color(
|
logger.info(set_color(
|
||||||
"searching search engine using query '{}'...".format(url, query)
|
"searching search engine using query '{}'...".format(query)
|
||||||
))
|
))
|
||||||
try:
|
try:
|
||||||
# enter the text you want to search and hit enter
|
# enter the text you want to search and hit enter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue