You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Trailing slash technique...
Traceback (most recent call last):
File "/home/white/BypassFuzzer/bypassfuzzer.py", line 245, in
Fuzzer.trail_slash(req_method, http_vers, headers, body_data, cookies)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/white/BypassFuzzer/core/fuzzer/fuzzer.py", line 199, in trail_slash
if parsed.path[-1] == "/":
~~~~~~~~~~~^^^^
IndexError: string index out of range
Trailing slash technique...
Traceback (most recent call last):
File "/home/white/BypassFuzzer/bypassfuzzer.py", line 245, in
Fuzzer.trail_slash(req_method, http_vers, headers, body_data, cookies)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/white/BypassFuzzer/core/fuzzer/fuzzer.py", line 199, in trail_slash
if parsed.path[-1] == "/":
~~~~~~~~~~~^^^^
IndexError: string index out of range