MCPcopy Create free account
hub / github.com/VenTheZone/Project-WebHunter / AccessControlScanner

Class AccessControlScanner

src/access_control_scanner.rs:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17pub struct AccessControlScanner<'a> {
18 target_url: Url,
19 discovered_urls: Vec<Url>,
20 sensitive_paths: Vec<String>,
21 reporter: &'a Arc<Reporter>,
22 rate_limiter: Arc<RateLimiter>,
23 client: Client,
24}
25
26impl<'a> AccessControlScanner<'a> {
27 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected