MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / run

Function run

cli/main.py:573–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571 """Start phishing server for landing pages."""
572 from modules.phishing import PhishingServer
573
574 console.print(f"[bold]Starting phishing server on {host}:{port}[/bold]")
575 server = PhishingServer(host=host, port=port)
576
577 async def run():
578 await server.start()
579 console.print("[green]Server running. Press Ctrl+C to stop.[/green]")
580 while True:

Callers 8

phish_serverFunction · 0.85
api_scanFunction · 0.85
api_fuzzFunction · 0.85
api_auth_testFunction · 0.85
siem_testFunction · 0.85
siem_exportFunction · 0.85
schedule_runFunction · 0.85
schedule_startFunction · 0.85

Calls 15

parse_urlMethod · 0.95
test_apiMethod · 0.95
fuzz_apiMethod · 0.95
test_api_authMethod · 0.95
test_connectionMethod · 0.95
OpenAPIParserClass · 0.90
APIEndpointTesterClass · 0.90
APIFuzzerClass · 0.90
APIAuthTesterClass · 0.90
SplunkExporterClass · 0.90
WebhookExporterClass · 0.90

Tested by

no test coverage detected