├── README.md ├── requirements.txt ├── xss_payloads.txt ├── xssrecon.py ├── xssrecon3.gif └── xssrecon_singleurl.gif /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ak-wa/XSSRecon/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | parsel 2 | tldextract 3 | -------------------------------------------------------------------------------- /xss_payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ak-wa/XSSRecon/HEAD/xss_payloads.txt -------------------------------------------------------------------------------- /xssrecon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ak-wa/XSSRecon/HEAD/xssrecon.py -------------------------------------------------------------------------------- /xssrecon3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ak-wa/XSSRecon/HEAD/xssrecon3.gif -------------------------------------------------------------------------------- /xssrecon_singleurl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ak-wa/XSSRecon/HEAD/xssrecon_singleurl.gif --------------------------------------------------------------------------------