MCPcopy Create free account

hub / github.com/R-s0n/ars0n-framework-v2 / functions

Functions1,917 in github.com/R-s0n/ars0n-framework-v2

↓ 1 callersFunctionExecuteAndParseKatanaURLScan
(scanID, targetURL, scopeTargetID string)
server/utils/urlScanUtils.go:805
↓ 1 callersFunctionExecuteAndParseLinkFinderURLScan
(scanID, targetURL, scopeTargetID string)
server/utils/urlScanUtils.go:1032
↓ 1 callersFunctionExecuteAndParseMetaDataScan
(scanID, domain string)
server/utils/metaDataUtils.go:240
↓ 1 callersFunctionExecuteAndParseNucleiScreenshotScan
ExecuteAndParseNucleiScreenshotScan runs the Nuclei screenshot scan and processes its results
server/utils/screenshotUtils.go:110
↓ 1 callersFunctionExecuteAndParseShuffleDNSScan
(scanID, domain string)
server/utils/bruteForceUtils.go:229
↓ 1 callersFunctionExecuteAndParseShuffleDNSWithWordlist
(scanID, wordlist string)
server/utils/bruteForceUtils.go:148
↓ 1 callersFunctionExecuteAndParseSubfinderScan
(scanID, domain string)
server/utils/subdomainScrapingUtils.go:1236
↓ 1 callersFunctionExecuteAndParseSublist3rScan
(scanID, domain string)
server/utils/subdomainScrapingUtils.go:158
↓ 1 callersFunctionExecuteAndParseWaybackURLsScan
(scanID, targetURL, scopeTargetID string)
server/utils/urlScanUtils.go:1263
↓ 1 callersFunctionExecuteArjunScan
(scanID, scopeTargetID string)
server/utils/arjunUtils.go:120
↓ 1 callersFunctionExecuteCensysCompanyScan
(scanID, companyName string)
server/utils/censysCompanyUtils.go:110
↓ 1 callersFunctionExecuteDNSxCompanyScan
(scanID string, domains []string, scopeTargetID string)
server/utils/dnsxUtils.go:93
↓ 1 callersFunctionExecuteEndpointInvestigation
(scanID, scopeTargetID string)
server/utils/endpointInvestigationUtils.go:134
↓ 1 callersFunctionExecuteGitHubReconScan
(scanID, companyName string)
server/utils/githubReconUtils.go:113
↓ 1 callersFunctionExecuteIPPortScan
Execute the complete IP/Port scan process
server/utils/ipPortScanUtils.go:144
↓ 1 callersFunctionExecuteInvestigateScan
(scanID, scopeTargetID string)
server/utils/investigateUtils.go:87
↓ 1 callersFunctionExecuteKatanaCompanyScan
(scanID string, domains []string, scopeTargetID string)
server/utils/katanaCompanyUtils.go:114
↓ 1 callersFunctionExecuteMetabigorASNScan
(scanID, asnNumber, scanType string)
server/utils/metabigorCompanyUtils.go:731
↓ 1 callersFunctionExecuteMetabigorCompanyScan
(scanID, companyName string)
server/utils/metabigorCompanyUtils.go:144
↓ 1 callersFunctionExecuteMetabigorIPIntelligence
(scanID, ipList, scanType string)
server/utils/metabigorCompanyUtils.go:809
↓ 1 callersFunctionExecuteMetabigorNetdScan
(scanID, companyName string)
server/utils/metabigorCompanyUtils.go:659
↓ 1 callersFunctionExecuteParamethScan
(scanID, scopeTargetID string)
server/utils/paramethUtils.go:116
↓ 1 callersFunctionExecuteSecurityTrailsCompanyScan
(scanID, companyName string)
server/utils/securitytrailsCompanyUtils.go:136
↓ 1 callersFunctionExecuteShodanCompanyScan
(scanID, companyName string)
server/utils/shodanCompanyUtils.go:144
↓ 1 callersFunctionExecuteX8Scan
(scanID, scopeTargetID string)
server/utils/x8Utils.go:122
↓ 1 callersFunctionGetBurpSuiteProxySettings
()
server/utils/settings.go:121
↓ 1 callersFunctionGetGauRateLimit
GetGauRateLimit returns the rate limit for GAU
server/utils/settings.go:64
↓ 1 callersFunctionGetHttpxRateLimit
GetHttpxRateLimit returns the rate limit for HTTPX
server/utils/settings.go:54
↓ 1 callersFunctionInsertAmassEnumDomainResult
InsertAmassEnumDomainResult stores domain scan results in the domain-centric table
server/utils/amassEnumUtils.go:375
↓ 1 callersFunctionInsertAmassEnumRawResult
(scanID, domain, rawOutput string)
server/utils/amassEnumUtils.go:365
↓ 1 callersFunctionInsertCloudDomain
(scanID, domain string)
server/utils/amassUtils.go:756
↓ 1 callersFunctionInsertDNSRecord
(scanID, record, recordType string)
server/utils/amassUtils.go:719
↓ 1 callersFunctionInsertDNSxDomainResult
(scopeTargetID, domain, scanID, rawOutput string)
server/utils/dnsxUtils.go:382
↓ 1 callersFunctionInsertDNSxRawResult
(scanID, domain, rawOutput string)
server/utils/dnsxUtils.go:374
↓ 1 callersFunctionInsertIntelASNData
(scanID, asnNumber, organization, description, country string)
server/utils/amassIntelUtils.go:201
↓ 1 callersFunctionInsertIntelNetworkRange
(scanID, cidrBlock, asn, organization, description, country string)
server/utils/amassIntelUtils.go:190
↓ 1 callersFunctionInsertMetabigorASNData
(scanID, asnNumber, organization, country, scanType string)
server/utils/metabigorCompanyUtils.go:366
↓ 1 callersFunctionInsertMetabigorNetworkRange
(scanID, cidrBlock, asn, organization, country, scanType string)
server/utils/metabigorCompanyUtils.go:358
↓ 1 callersFunctionInsertServiceProvider
(scanID, provider, rawData string)
server/utils/amassUtils.go:677
↓ 1 callersFunctionInsertSubdomain
(scanID, subdomain string)
server/utils/amassUtils.go:730
↓ 1 callersFunctionMarkOldTargetURLsAsNoLongerLive
MarkOldTargetURLsAsNoLongerLive marks URLs not found in recent scans as no longer live
server/utils/liveWebServers.go:1192
↓ 1 callersFunctionParseAmassEnumResultsDomainCentric
ParseAmassEnumResultsDomainCentric parses results and stores them in domain-centric tables
server/utils/amassEnumUtils.go:388
↓ 1 callersFunctionParseAndStoreIPIntelligence
(scanID, jsonOutput string)
server/utils/metabigorCompanyUtils.go:841
↓ 1 callersFunctionParseAndStoreIntelNetworkResults
(scanID, companyName, result string)
server/utils/amassIntelUtils.go:142
↓ 1 callersFunctionParseAndStoreOpenPorts
(scanID, output string)
server/utils/metabigorCompanyUtils.go:870
↓ 1 callersFunctionParseAndStoreResults
(scanID, domain, result string)
server/utils/amassUtils.go:79
↓ 1 callersFunctionParseDNSxResultsDomainCentric
(scopeTargetID, domain, result, scanID string)
server/utils/dnsxUtils.go:208
↓ 1 callersFunctionParseKatanaResults
(scopeTargetID, domain, result string)
server/utils/katanaCompanyUtils.go:245
↓ 1 callersFunctionPerformDNSLookups
(hostname string)
server/utils/metaDataUtils.go:1142
↓ 1 callersFunctionSanitizeResponse
(input []byte)
server/utils/metaDataUtils.go:104
↓ 1 callersFunctionUpdateTargetURLFromHttpx
(scopeTargetID string, httpxData map[string]interface{})
server/utils/liveWebServers.go:1086
↓ 1 callersMethod_extract_field
(self, text: str, field: str)
ai_service/model.py:453
↓ 1 callersMethod_extract_general_info
(self, text: str)
ai_service/model.py:467
↓ 1 callersMethod_extract_vulnerability_info
(self, text: str)
ai_service/model.py:477
↓ 1 callersMethod_load_available_models
(self)
ai_service/model.py:412
↓ 1 callersFunctionactivateTarget
(params)
docker/mcp-server/src/tools/scope.js:37
↓ 1 callersFunctionaddASN
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:134
↓ 1 callersFunctionaddCloudAsset
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:200
↓ 1 callersFunctionaddFQDN
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:185
↓ 1 callersFunctionaddIPAddress
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:167
↓ 1 callersFunctionaddLiveWebServer
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:224
↓ 1 callersFunctionaddNetworkRange
(ctx context.Context, assetID, scopeTargetID, identifier string)
server/utils/attackSurfaceAssetManagement.go:149
↓ 1 callersFunctionaddPort
()
client/src/modals/ConfigureHttpxModal.js:170
↓ 1 callersFunctionaddTarget
(params)
docker/mcp-server/src/tools/scope.js:13
↓ 1 callersFunctionanalyzeAmassEnumData
(tableData map[string][]map[string]interface{})
server/utils/dbImportExport.go:1385
↓ 1 callersFunctionanalyzeCORS
(urlStr string, headers http.Header)
server/utils/endpointInvestigationUtils.go:586
↓ 1 callersFunctionanalyzeCookies
(cookies []*http.Cookie)
server/utils/endpointInvestigationUtils.go:306
↓ 1 callersFunctionanalyzeHeadersForCloudAssets
(domain, url string, headers map[string]interface{})
server/utils/katanaCompanyUtils.go:503
↓ 1 callersFunctionanalyzeSecurityHeaders
(headers http.Header)
server/utils/endpointInvestigationUtils.go:278
↓ 1 callersMethodanalyze_html_content
Analyze HTML content using simple pattern matching for basic website questions This fallback is useful when the model fails to provid
ai_service/model.py:208
↓ 1 callersFunctionapiPut
(path, body = {})
docker/mcp-server/src/api.js:25
↓ 1 callersFunctionapplyFilters
()
client/src/modals/ManageEndpointsModal.js:54
↓ 1 callersFunctionapplyFiltersAndSort
()
client/src/modals/ExploreAttackSurfaceModal.js:64
↓ 1 callersFunctionbuildPathWithParameters
(path string, parameters []interface{}, manualInputValues map[string]interface{})
server/utils/apiPopulatorUtils.go:104
↓ 1 callersFunctioncalculateEntropy
(s string)
server/utils/urlScanUtils.go:378
↓ 1 callersFunctioncalculateROIScore
(targetURL)
client/src/components/ROIReport.js:222
↓ 1 callersFunctioncancelMetaDataScan
(scanId)
client/src/utils/initiateMetaDataScan.js:108
↓ 1 callersFunctioncancelScan
(params)
docker/mcp-server/src/tools/scans.js:136
↓ 1 callersFunctioncheckAllApiKeys
()
client/src/App.js:4462
↓ 1 callersFunctioncheckApiKeys
()
client/src/App.js:812
↓ 1 callersFunctioncheckForWebService
Check if an open port is running a web service
server/utils/ipPortScanUtils.go:439
↓ 1 callersFunctioncheckScanStatus
(params)
docker/mcp-server/src/tools/scans.js:99
↓ 1 callersFunctioncheckStatus
()
client/src/utils/monitorIPPortScanStatus.js:4
↓ 1 callersFunctioncheckStatus
()
client/src/utils/monitorNucleiScanStatus.js:10
↓ 1 callersMethodclean_html
Clean HTML content to make it more suitable for text processing
ai_service/model.py:124
↓ 1 callersFunctionclearAllRegions
(platform)
client/src/modals/CloudEnumConfigModal.js:359
↓ 1 callersFunctionclearAllServices
(platform)
client/src/modals/CloudEnumConfigModal.js:352
↓ 1 callersFunctionclearExistingAttackSurfaceData
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:376
↓ 1 callersFunctioncompareScans
(params)
docker/mcp-server/src/tools/bugbounty.js:375
↓ 1 callersFunctionconsolidateASNs
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:394
↓ 1 callersFunctionconsolidateAttackSurface
(activeTarget)
client/src/utils/consolidateAttackSurface.js:1
↓ 1 callersFunctionconsolidateCloudAssets
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:1481
↓ 1 callersFunctionconsolidateCompanyDomains
(activeTarget)
client/src/utils/consolidateCompanyDomains.js:1
↓ 1 callersFunctionconsolidateData
(params)
docker/mcp-server/src/tools/workflows.js:201
↓ 1 callersFunctionconsolidateDiscoveredEndpoints
(scopeTargetID string, endpointMap map[string]*ConsolidatedEndpoint)
server/utils/endpointConsolidationUtils.go:123
↓ 1 callersFunctionconsolidateFFUFEndpoints
(scopeTargetID string, endpointMap map[string]*ConsolidatedEndpoint)
server/utils/endpointConsolidationUtils.go:374
↓ 1 callersFunctionconsolidateFQDNs
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:2004
↓ 1 callersFunctionconsolidateIPAddresses
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:753
↓ 1 callersFunctionconsolidateLiveWebServers
(scopeTargetID string)
server/utils/consolidateAttackSurface.go:992
↓ 1 callersFunctionconsolidateManualCrawlEndpoints
(scopeTargetID string, endpointMap map[string]*ConsolidatedEndpoint)
server/utils/endpointConsolidationUtils.go:228
← previousnext →301–400 of 1,917, ranked by callers