├── LICENSE ├── README.md ├── batch_result └── 20190715111111 │ ├── failed-checked.txt │ └── success-checked.txt ├── demo ├── dzmlrce01.png ├── dzmlrce02.png ├── dzmlrce03.png ├── dzmlrce04.png ├── dzmlrce06.png └── dzmlrce09.png ├── dz-ml-rce.py ├── requirements.txt └── urls.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/README.md -------------------------------------------------------------------------------- /batch_result/20190715111111/failed-checked.txt: -------------------------------------------------------------------------------- 1 | http://www.xxx.com/home.php -------------------------------------------------------------------------------- /batch_result/20190715111111/success-checked.txt: -------------------------------------------------------------------------------- 1 | http://www.xxx.cn/forum.php -------------------------------------------------------------------------------- /demo/dzmlrce01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce01.png -------------------------------------------------------------------------------- /demo/dzmlrce02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce02.png -------------------------------------------------------------------------------- /demo/dzmlrce03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce03.png -------------------------------------------------------------------------------- /demo/dzmlrce04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce04.png -------------------------------------------------------------------------------- /demo/dzmlrce06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce06.png -------------------------------------------------------------------------------- /demo/dzmlrce09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/demo/dzmlrce09.png -------------------------------------------------------------------------------- /dz-ml-rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/dz-ml-rce.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | urllib3==1.25.3 2 | requests==2.22.0 3 | beautifulsoup4==4.7.1 4 | -------------------------------------------------------------------------------- /urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/discuz-ml-rce/HEAD/urls.txt --------------------------------------------------------------------------------