mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
edited the file paths to reflect the new direcetories
This commit is contained in:
parent
fc28f0de36
commit
9b623cf8e0
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ def check_for_admin_page(url, exts, protocol="http://", **kwargs):
|
|||
))
|
||||
|
||||
|
||||
def __load_extensions(filename="{}/etc/link_ext.txt"):
|
||||
def __load_extensions(filename="{}/etc/text_files/link_ext.txt"):
|
||||
"""
|
||||
load the extensions to use from the etc/link_ext file
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ def __tamper_payload(payload, tamper_type, warning=True, **kwargs):
|
|||
raise InvalidTamperProvided()
|
||||
|
||||
|
||||
def __load_payloads(filename="{}/etc/xss_payloads.txt"):
|
||||
def __load_payloads(filename="{}/etc/text_files/xss_payloads.txt"):
|
||||
"""
|
||||
load the tamper payloads from the etc/xss_payloads file
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue