diff --git a/discuz-ml-rce/README.md b/discuz-ml-rce/README.md index 4bfde79..15e3631 100644 --- a/discuz-ml-rce/README.md +++ b/discuz-ml-rce/README.md @@ -30,37 +30,37 @@ pip -r requirements.txt 使用帮助
python dz-ml-rce.py -h
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce06.png) +![](demo/dzmlrce06.png)
判断模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php"
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce02.png) +![](demo/dzmlrce02.png)
cmdshell模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --cmdshell
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce03.png) +![](demo/dzmlrce03.png)
getshell模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --getshell
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce04.png) +![](demo/dzmlrce04.png)
批量检测
python dz-ml-rce.py -f urls.txt
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce01.png) +![](demo/dzmlrce01.png)
批量getshell
python dz-ml-rce.py -f urls.txt --getshell
-![](https://github.com/theLSA/discuz-ml-rce/raw/master/demo/dzmlrce09.png) +![](demo/dzmlrce09.png) ----------------