| 61 | # - exploit -> str |
| 62 | # - line -> str |
| 63 | class 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: |
no outgoing calls
no test coverage detected
searching dependent graphs…