MCPcopy Create free account

hub / github.com/Sn1r/Forbidden-Buster / functions

Functions15 in github.com/Sn1r/Forbidden-Buster

↓ 19 callersFunctionis_json
Check if the provided data is a valid JSON.
forbidden_buster.py:19
↓ 2 callersFunctionexecute_bypass_tests
(url, args, headers_bypass, custom_headers, custom_data, should_write_output, outputFile)
forbidden_buster.py:737
↓ 1 callersFunctiongenerate_path_variants
(path)
forbidden_buster.py:172
↓ 1 callersFunctioninitialize_bypass_procedures
(args, custom_headers, custom_data, should_write_output, outputFile)
forbidden_buster.py:764
↓ 1 callersFunctionmain
()
forbidden_buster.py:666
↓ 1 callersFunctionmodify_api_data
(json_data)
forbidden_buster.py:405
↓ 1 callersFunctionperform_api_bypass
(url, path, user_method, args, custom_headers=None, custom_data=None)
forbidden_buster.py:419
↓ 1 callersFunctionperform_headers_bypass
(url, args, headers_bypass, custom_headers=None, custom_data=None)
forbidden_buster.py:28
↓ 1 callersFunctionperform_method_bypass
(url, args, headers_bypass, method_bypass, custom_headers=None, custom_data=None)
forbidden_buster.py:103
↓ 1 callersFunctionperform_path_bypass
(url, path, args, user_method, custom_headers=None, custom_data=None)
forbidden_buster.py:186
↓ 1 callersFunctionperform_protocol_bypass
(url, user_method, args, custom_headers=None, custom_data=None)
forbidden_buster.py:576
↓ 1 callersFunctionperform_unicode_bypass
(url, path, user_method, args, custom_headers=None, custom_data=None)
forbidden_buster.py:256
↓ 1 callersFunctionperform_user_agent_bypass
(url, args, user_method, custom_headers=None, custom_data=None)
forbidden_buster.py:335
↓ 1 callersFunctionprint_banner
()
banner.py:3
Functionvalidate_url
(url)
forbidden_buster.py:654