├── DorXNG.py ├── LICENSE ├── README.md ├── data_handling.py ├── demo.gif ├── features.py ├── iterator.py ├── parse_args.py ├── query.lst ├── requirements.txt ├── search.py ├── server.lst └── url_construction.py /DorXNG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/DorXNG.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/README.md -------------------------------------------------------------------------------- /data_handling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/data_handling.py -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/demo.gif -------------------------------------------------------------------------------- /features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/features.py -------------------------------------------------------------------------------- /iterator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/iterator.py -------------------------------------------------------------------------------- /parse_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/parse_args.py -------------------------------------------------------------------------------- /query.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/query.lst -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Requests==2.31.0 2 | urllib3==1.26.15 3 | -------------------------------------------------------------------------------- /search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/search.py -------------------------------------------------------------------------------- /server.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/server.lst -------------------------------------------------------------------------------- /url_construction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchandDestroy/DorXNG/HEAD/url_construction.py --------------------------------------------------------------------------------