MCPcopy Create free account

hub / github.com/depthsecurity/RelayKing-Depth / types & classes

Types & classes51 in github.com/depthsecurity/RelayKing-Depth

↓ 11 callersClassRelayPath
Represents a relay attack path
core/relay_analyzer.py:20
↓ 3 callersClassCustomAvHttpNtlmAuth
HttpNtlmAuth subclass that allows overriding the server certificate hash for EPA (Extended Protection for Authentication) testing. Based
protocols/http_detector.py:23
↓ 2 callersClassCoercionDetector
Detector for authentication coercion vulnerabilities
detectors/coercion.py:15
↓ 2 callersClassFastPortScanner
Ultra-fast port scanner with no fingerprinting
core/port_scanner.py:13
↓ 2 callersClassProtocolResult
Result from protocol detection
protocols/base_detector.py:12
↓ 1 callersClassCredentialChecker
Checker of given credentials
core/creds_checker.py:12
↓ 1 callersClassDFSCoerceTrigger
DFSCoerce trigger
detectors/coercion.py:414
↓ 1 callersClassEfsRpcAddUsersToFile
detectors/coercion.py:546
↓ 1 callersClassEfsRpcAddUsersToFileEx
detectors/coercion.py:554
↓ 1 callersClassEfsRpcDecryptFileSrv
detectors/coercion.py:564
↓ 1 callersClassEfsRpcEncryptFileSrv
detectors/coercion.py:516
↓ 1 callersClassEfsRpcOpenFileRaw
detectors/coercion.py:508
↓ 1 callersClassGhostSPNDetector
Detect Ghost SPNs in Active Directory. A Ghost SPN is a Service Principal Name whose hostname no longer exists in DNS. An attacker can r
detectors/ghost_spn.py:13
↓ 1 callersClassNTLMReflectionDetector
Detector for CVE-2025-33073 NTLM reflection vulnerability
detectors/ntlm_reflection.py:14
↓ 1 callersClassNTLMv1Detector
Detector for NTLMv1 support
detectors/ntlmv1_detector.py:12
↓ 1 callersClassNetrDfsAddRootTarget
detectors/coercion.py:572
↓ 1 callersClassNetrDfsRemoveRootTarget
detectors/coercion.py:584
↓ 1 callersClassPetitPotamTrigger
PetitPotam coercion trigger
detectors/coercion.py:220
↓ 1 callersClassPrinterBugTrigger
PrinterBug coercion trigger
detectors/coercion.py:344
↓ 1 callersClassRelayAnalyzer
Analyzes scan results to identify relay opportunities
core/relay_analyzer.py:40
↓ 1 callersClassRelayKingConfig
Configuration for RelayKing scanner
core/config.py:13
↓ 1 callersClassRelayKingScanner
Main scanner class
core/scanner.py:41
↓ 1 callersClassSessionManager
Manages session state for resumable audit scans
core/session.py:25
↓ 1 callersClassTargetParser
Parse and expand targets from various input formats
core/target_parser.py:59
↓ 1 callersClassTier0Detector
Detects tier-0 assets (SCCM, ADCS, Exchange) in Active Directory
detectors/tier0_detector.py:10
↓ 1 callersClassWebDAVDetector
Detector for WebDAV/WebClient service
detectors/webdav_detector.py:11
ClassADCSDetector
Detector for ADCS servers
detectors/adcs_detector.py:10
ClassBaseDetector
Base class for protocol detectors
protocols/base_detector.py:120
ClassCSVFormatter
CSV output format
output/formatters.py:374
ClassEFS_HASH_BLOB
detectors/coercion.py:523
ClassENCRYPTION_CERTIFICATE_HASH
detectors/coercion.py:530
ClassENCRYPTION_CERTIFICATE_LIST
detectors/coercion.py:539
ClassGrepFormatter
Grep-able one-line-per-result format
output/formatters.py:421
ClassHTTPDetector
Detector for HTTP/HTTPS protocols with comprehensive path enumeration
protocols/http_detector.py:56
ClassHTTPSDetector
Detector specifically for HTTPS
protocols/http_detector.py:381
ClassIMAPDetector
Detector for IMAP protocol
protocols/additional_detectors.py:54
ClassIMAPSDetector
Detector specifically for IMAPS
protocols/additional_detectors.py:161
ClassJSONFormatter
JSON output format
output/formatters.py:251
ClassLDAPDetector
Detector for LDAP/LDAPS protocols
protocols/ldap_detector.py:12
ClassLDAPSDetector
Detector specifically for LDAPS
protocols/ldap_detector.py:258
ClassMSSQLDetector
Detector for MSSQL protocol
protocols/mssql_detector.py:13
ClassMarkdownFormatter
Markdown output format
output/formatters.py:471
ClassOutputFormatter
Format scan results in various output formats
output/formatters.py:14
ClassPlaintextFormatter
Human-readable plaintext output
output/formatters.py:42
ClassRPCDetector
Detector for MS-RPC protocol
protocols/rpc_detector.py:12
ClassRelayImpact
Impact levels for relay attacks
core/relay_analyzer.py:11
ClassSMBDetector
Detector for SMB/SMB2/SMB3 protocols
protocols/smb_detector.py:12
ClassSMTPDetector
Detector for SMTP protocol
protocols/additional_detectors.py:10
ClassWINRMDetector
Detector for WINRM/WINRMS protocol
protocols/additional_detectors.py:105
ClassWINRMSDetector
Detector specifically for WINRMS
protocols/additional_detectors.py:169
ClassXMLFormatter
XML output format
output/formatters.py:313