mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor edit to get rid of a random call
This commit is contained in:
parent
671e77b984
commit
efd5ca3bed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from lib.settings import (
|
|||
|
||||
def __get_auth_headers(target, port=16992, source=None, agent=None, proxy=None):
|
||||
if not source or 'WWW-Authenticate' not in source.headers['WWW-Authenticate']:
|
||||
logger.info(set_color or (
|
||||
logger.info(set_color(
|
||||
"header value not established, attempting to get bypass..."
|
||||
))
|
||||
source = requests.get("http://{0}:{1}/index.htm".format(target, port), headers={
|
||||
|
|
|
|||
Loading…
Reference in a new issue