Skip to content

Commit

Permalink
remove unnecessary test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Jan 14, 2025
1 parent 85b6ae7 commit 2a73f4d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bbot/test/test_step_2/module_tests/test_module_lightfuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1581,15 +1581,6 @@ def check(self, module_test, events):


class Test_Lightfuzz_XSS_jsquotecontext_doublequote(Test_Lightfuzz_XSS_jsquotecontext):
targets = ["http://127.0.0.1:8888"]
modules_overrides = ["httpx", "lightfuzz", "excavate", "paramminer_getparams"]
config_overrides = {
"interactsh_disable": True,
"modules": {
"lightfuzz": {"enabled_submodules": ["xss"]},
"paramminer_getparams": {"wordlist": tempwordlist(["junk", "input"]), "recycle_words": True},
},
}

def request_handler(self, request):
qs = str(request.query_string.decode())
Expand Down

0 comments on commit 2a73f4d

Please sign in to comment.