edited the file paths to reflect the new direcetories

This commit is contained in:
ekultek 2017-11-04 09:10:58 -05:00
parent fc28f0de36
commit 9b623cf8e0
2 changed files with 2 additions and 2 deletions

View file

@ -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
"""

View 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
"""