├── LICENSE ├── README.md ├── cve_2023_22515_scan.py ├── example_output.png └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErikWynter/CVE-2023-22515-Scan/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErikWynter/CVE-2023-22515-Scan/HEAD/README.md -------------------------------------------------------------------------------- /cve_2023_22515_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErikWynter/CVE-2023-22515-Scan/HEAD/cve_2023_22515_scan.py -------------------------------------------------------------------------------- /example_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErikWynter/CVE-2023-22515-Scan/HEAD/example_output.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.28.1 2 | --------------------------------------------------------------------------------