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

Class XSSData

examples/contrib/xss_scanner.py:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61# - exploit -> str
62# - line -> str
63class XSSData(NamedTuple):
64 url: str
65 injection_point: str
66 exploit: str
67 line: str
68
69
70# A SQLiData is named tuple with the following fields:

Callers 1

get_XSS_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…