MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / SQLiData

Class SQLiData

examples/contrib/xss_scanner.py:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73# - regex -> str
74# - dbms -> str
75class SQLiData(NamedTuple):
76 url: str
77 injection_point: str
78 regex: str
79 dbms: str
80
81
82VulnData = tuple[Optional[XSSData], Optional[SQLiData]]

Callers 1

get_SQLi_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…