├── LICENSE ├── README.md ├── XGDlib.py ├── XGDork.py ├── XGDtoolz.py ├── XGDumper.py ├── agents.txt ├── gd_data.txt ├── gd_ext.txt ├── gd_keywords.txt ├── gd_namespage.txt ├── gd_params.txt └── version.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/README.md -------------------------------------------------------------------------------- /XGDlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/XGDlib.py -------------------------------------------------------------------------------- /XGDork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/XGDork.py -------------------------------------------------------------------------------- /XGDtoolz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/XGDtoolz.py -------------------------------------------------------------------------------- /XGDumper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/XGDumper.py -------------------------------------------------------------------------------- /agents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/agents.txt -------------------------------------------------------------------------------- /gd_data.txt: -------------------------------------------------------------------------------- 1 | 2 | ' 3 | 1 4 | 5 5 | 55 6 | -------------------------------------------------------------------------------- /gd_ext.txt: -------------------------------------------------------------------------------- 1 | .php? 2 | .php* 3 | -------------------------------------------------------------------------------- /gd_keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/gd_keywords.txt -------------------------------------------------------------------------------- /gd_namespage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/gd_namespage.txt -------------------------------------------------------------------------------- /gd_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/gd_params.txt -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/E4rr0r4/XGDork/HEAD/version.txt --------------------------------------------------------------------------------