MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / SensitiveFileFinding

Class SensitiveFileFinding

src/info_disclosure_scanner.rs:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97#[derive(Debug, Clone, Serialize, Deserialize)]
98pub struct SensitiveFileFinding {
99 pub url: String,
100 pub file_type: String,
101 pub status_code: u16,
102 pub content_length: usize,
103 pub content_preview: String,
104 pub secrets_found: Vec<String>,
105 pub severity: String,
106 pub discovered_at: String,
107}
108
109// ═══════════════════════════════════════════════════════════════════
110// CLOUD STORAGE URL PATTERNS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected