├── LICENSE ├── README.md ├── aa.sh ├── myfile.txt ├── requirements.txt └── xss.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/README.md -------------------------------------------------------------------------------- /aa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/aa.sh -------------------------------------------------------------------------------- /myfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/myfile.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/requirements.txt -------------------------------------------------------------------------------- /xss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/capture0x/XSS-FINDER/HEAD/xss.py --------------------------------------------------------------------------------