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

Class SqlInjectionVulnerability

src/sql_injection_scanner.rs:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#[derive(Debug, Clone)]
11pub struct SqlInjectionVulnerability {
12 pub url: Url,
13 pub parameter: String,
14 pub payload: String,
15 pub vuln_type: String,
16}
17
18use std::fs;
19use std::io::{self, BufRead};
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected