├── .gitmodules ├── README.md ├── fake_ua.json ├── img ├── 0.png ├── 1.png ├── 3.png ├── 4.png └── 5.png ├── launcher.py ├── launcher_new.py └── targets.txt /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/README.md -------------------------------------------------------------------------------- /fake_ua.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/fake_ua.json -------------------------------------------------------------------------------- /img/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/img/0.png -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/img/1.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/img/5.png -------------------------------------------------------------------------------- /launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/launcher.py -------------------------------------------------------------------------------- /launcher_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/HEAD/launcher_new.py -------------------------------------------------------------------------------- /targets.txt: -------------------------------------------------------------------------------- 1 | http://testphp.vulnweb.com/ --------------------------------------------------------------------------------