├── Chrome_headless_xss.py ├── README.md ├── requirements.txt └── url_location.py /Chrome_headless_xss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverlovelynn/chrome_headless_xss/HEAD/Chrome_headless_xss.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverlovelynn/chrome_headless_xss/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | websocket-client==0.48.0 2 | requests==2.18.4 3 | 4 | -------------------------------------------------------------------------------- /url_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverlovelynn/chrome_headless_xss/HEAD/url_location.py --------------------------------------------------------------------------------