MCPcopy Create free account

hub / github.com/The-XSS-Rat/SecurityTesting / functions

Functions103 in github.com/The-XSS-Rat/SecurityTesting

↓ 34 callersMethodlog
(self, msg)
Scripts/AutoRecon/main.py:532
↓ 9 callersFunctionrun_command
(cmd)
Scripts/webapp_pentest.py:6
↓ 4 callersFunctionensure_dir
(p: Path)
Scripts/AutoRecon/main.py:86
↓ 4 callersMethodescape_html
(self, text)
Scripts/BACProxy.py:171
↓ 3 callersMethod_run_tool_cmd
Run a single shell command, save stdout to out_path if provided, and log.
Scripts/AutoRecon/main.py:246
↓ 3 callersFunctionload_workflows
()
Scripts/AutoRecon/main.py:120
↓ 3 callersFunctionrun_scan
(target_host, scan_tool)
Scripts/portscan-result-basic-comparer.py:3
↓ 3 callersFunctionrun_subprocess_async
Run a command as asyncio subprocess and return (rc, stdout, stderr).
Scripts/AutoRecon/main.py:101
↓ 3 callersFunctionsafe_read_lines
(path)
Scripts/AutoRecon/main.py:110
↓ 3 callersFunctionsave_workflows
(workflows)
Scripts/AutoRecon/main.py:128
↓ 2 callersFunctionload_prepopulated_lists
()
Scripts/RatAPIChat/main.py:22
↓ 2 callersMethodmatches_request
(self, request)
RatFireWall/moreSecureButNotFullySecure/rules.py:8
↓ 2 callersMethodmatches_response
(self, request, response)
RatFireWall/moreSecureButNotFullySecure/rules.py:19
↓ 2 callersFunctionperform_request
(fuzz_value=None)
Scripts/RatAPIChat/main.py:224
↓ 2 callersMethodreload_workflows
(self)
Scripts/AutoRecon/main.py:538
↓ 2 callersMethodrequest
(self, flow: http.HTTPFlow)
Scripts/BACProxy.py:26
↓ 2 callersMethodsend_request
(self, url, method, headers, data)
Scripts/BACProxy.py:78
↓ 2 callersMethodupdate_job_row
(self, job_id)
Scripts/AutoRecon/main.py:691
↓ 1 callersMethod_build_semaphores
(self)
Scripts/AutoRecon/main.py:230
↓ 1 callersMethod_build_ui
(self)
Scripts/AutoRecon/main.py:472
↓ 1 callersFunctioncheck_cms
(target_url)
Scripts/webapp_pentest.py:10
↓ 1 callersFunctioncompare_scans
(target_host)
Scripts/portscan-result-basic-comparer.py:31
↓ 1 callersFunctionenumerate_subdomains
(domain)
Scripts/AutoSubdomainContentDiscXSSDalfox.py:6
↓ 1 callersFunctionexecute_tool
(tool, args)
Scripts/BugBountyAutomator.py:21
↓ 1 callersFunctionextract_urls_from_ffuf
()
Scripts/AutoSubdomainContentDiscXSSDalfox.py:43
↓ 1 callersFunctiongenerate_permutations
Very simple permuter: - For each discovered subdomain root (e.g. test.example.com -> test, example.com -> example) - For each word in sma
Scripts/AutoRecon/main.py:149
↓ 1 callersMethodgenerate_report
(self)
Scripts/BACProxy.py:106
↓ 1 callersFunctiongreet
(name)
TheBasicsOf/JavaScript.js:9
↓ 1 callersFunctioninspect_response
(json_data)
RatFireWall/HorridAPIResponseFirewall/firewall.py:10
↓ 1 callersFunctioninstall_requirements
(tool)
Scripts/BugBountyAutomator.py:5
↓ 1 callersMethodis_excluded
(self, url)
Scripts/BACProxy.py:96
↓ 1 callersMethodis_in_scope
(self, url)
Scripts/BACProxy.py:90
↓ 1 callersMethodjob_log
(self, job_id, msg)
Scripts/AutoRecon/main.py:698
↓ 1 callersFunctionload_history_from_session
Populate the UI with data from a session entry.
Scripts/RatAPIChat/main.py:187
↓ 1 callersFunctionload_openapi_spec
(file_path)
Scripts/RatAPIChat/SQLiByAPISpec.py:9
↓ 1 callersFunctionload_preferences
Load preferences if they exist.
Scripts/RatAPIChat/main.py:86
↓ 1 callersFunctionload_session
Load the last session file and populate the history.
Scripts/RatAPIChat/main.py:169
↓ 1 callersFunctionmain
()
Scripts/AutoSubdomainContentDiscXSSDalfox.py:66
↓ 1 callersFunctionmain
()
Scripts/webapp_pentest.py:26
↓ 1 callersFunctionmain
()
Scripts/BugBountyAutomator.py:37
↓ 1 callersFunctionnow_str
()
Scripts/AutoRecon/main.py:89
↓ 1 callersMethodparse_overrides
Parse 'tool:workers,tool2:workers' style input into dict.
Scripts/AutoRecon/main.py:585
↓ 1 callersFunctionperform_request_with_rate_limit
(fuzz_value=None)
Scripts/RatAPIChat/main.py:64
↓ 1 callersFunctionrun_dalfox
(urls)
Scripts/AutoSubdomainContentDiscXSSDalfox.py:54
↓ 1 callersFunctionrun_ffuf
(target_url, wordlist)
Scripts/AutoSubdomainContentDiscXSSDalfox.py:23
↓ 1 callersMethodrun_ffuf_probe
For each discovered host (or a filtered subset), run ffuf to probe for content. We'll run ffuf jobs concurrently but bounded by tool
Scripts/AutoRecon/main.py:341
↓ 1 callersMethodrun_gobuster_dns
Run DNS brute force via gobuster (if enabled)
Scripts/AutoRecon/main.py:299
↓ 1 callersMethodrun_passive_tools
Run passive enumeration tools configured in workflow concurrently (bounded by semaphores).
Scripts/AutoRecon/main.py:266
↓ 1 callersMethodrun_permutation
Run permutation brute force (internal)
Scripts/AutoRecon/main.py:318
↓ 1 callersMethodrun_pipeline
Full pipeline orchestration. Steps in order: passive -> gobuster_dns -> permutation -> dedupe (write) -> ffuf -> portscan
Scripts/AutoRecon/main.py:421
↓ 1 callersMethodrun_portscan
Perform a fast portscan per discovered host. Try masscan first (if present), then nmap. We'll run at most N concurrent portscans (con
Scripts/AutoRecon/main.py:368
↓ 1 callersFunctionscanPort
(address string, port int, wg *sync.WaitGroup)
Scripts/goScan.go:14
↓ 1 callersFunctionscan_contract_mythril
(contract_file)
Scripts/EthsmartContractScanner.py:3
↓ 1 callersFunctionscan_contract_oyente
(contract_file)
Scripts/EthsmartContractScanner.py:7
↓ 1 callersFunctionscan_contract_securify
(contract_file)
Scripts/EthsmartContractScanner.py:11
↓ 1 callersMethodshow_job_logs
(self, job_id)
Scripts/AutoRecon/main.py:701
↓ 1 callersMethodstart_job
(self)
Scripts/AutoRecon/main.py:600
↓ 1 callersFunctionupdate_auth_ui
(*args)
Scripts/RatAPIChat/main.py:350
↓ 1 callersMethodwrite_combined_results
(self)
Scripts/AutoRecon/main.py:414
Method__init__
(self, rules)
RatFireWall/firewall.py:2
Method__init__
(self, rule_name, request_headers=None, response_headers=None, block_script_tag=False)
RatFireWall/moreSecureButNotFullySecure/rules.py:2
Method__init__
(self, rules)
RatFireWall/moreSecureButNotFullySecure/proxy.py:5
Method__init__
(self)
Scripts/BACProxy.py:10
Method__init__
:param job_id: unique id :param target: domain :param workflow: workflow dict (with steps) :param per_tool_overrides:
Scripts/AutoRecon/main.py:208
Method__init__
(self, root)
Scripts/AutoRecon/main.py:463
Functionbrowse_file
()
Scripts/RatAPIChat/SQLiByAPISpec.py:52
FunctiondebugLog
(msg)
TheBasicsOf/JavaScriptExploits.js:40
Methoddone
(self)
Scripts/BACProxy.py:102
Methodedit_workflow
(self)
Scripts/AutoRecon/main.py:543
Functionexport_to_csv
()
Scripts/RatAPIChat/main.py:212
Functionfuzz_parameters
()
Scripts/RatAPIChat/main.py:72
FunctiongetSecretApiToken
()
TheBasicsOf/JavaScriptExploits.js:47
Functionimport_burp_cert
()
Scripts/RatAPIChat/main.py:104
Functionimport_swagger
()
Scripts/RatAPIChat/main.py:111
Functionload_history
(event)
Scripts/RatAPIChat/main.py:300
Functionlogin
(username, password)
TheBasicsOf/JavaScriptExploits.js:14
Functionmain
()
Scripts/goScan.go:25
Functionmain
()
Scripts/AutoRecon/main.py:730
Methodon_job_select
(self, event)
Scripts/AutoRecon/main.py:684
Methodopen_results_dir
(self)
Scripts/AutoRecon/main.py:671
Functionproxy_request
(path)
RatFireWall/HorridAPIResponseFirewall/firewall.py:18
Methodrequest
(self, flow: http.HTTPFlow)
RatFireWall/firewall.py:5
Methodrequest
(self, flow: http.HTTPFlow)
RatFireWall/moreSecureButNotFullySecure/proxy.py:8
Methodresponse
(self, flow: http.HTTPFlow)
RatFireWall/firewall.py:16
Methodresponse
(self, flow: http.HTTPFlow)
RatFireWall/moreSecureButNotFullySecure/proxy.py:19
Methodrun_ffuf_on_host
(host)
Scripts/AutoRecon/main.py:358
Methodrun_in_thread
(runner: JobRunner)
Scripts/AutoRecon/main.py:615
Functionrun_subprocess_sync
Run a command synchronously and return (returncode, stdout, stderr).
Scripts/AutoRecon/main.py:92
Methodrun_with_sem
(cmd=cmd, out_path=out_path, tool=tool, sem=sem)
Scripts/AutoRecon/main.py:281
Methodsave_and_close
()
Scripts/AutoRecon/main.py:556
Functionsave_preferences
()
Scripts/RatAPIChat/main.py:96
Functionsave_session
()
Scripts/RatAPIChat/main.py:161
Methodsave_workflow_as
(self)
Scripts/AutoRecon/main.py:568
Methodscan_host
(host)
Scripts/AutoRecon/main.py:384
FunctionsetDebugMode
(status)
TheBasicsOf/JavaScriptExploits.js:34
Methodstart_jobs_from_file
Accept a simple text file where each line is: target,workflow_name,overrides overrides example: gobuster_dns:30,ffuf:8
Scripts/AutoRecon/main.py:629
Functionstart_testing
()
Scripts/RatAPIChat/SQLiByAPISpec.py:32
Methodstop_selected_job
(self)
Scripts/AutoRecon/main.py:655
Functiontest_endpoint
(base_url, path)
Scripts/RatAPIChat/SQLiByAPISpec.py:18
Functionupdate_fuzz_ui
()
Scripts/RatAPIChat/main.py:36
next →1–100 of 103, ranked by callers