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
-
+
判断模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php"
-
+
cmdshell模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --cmdshell
-
+
getshell模式
python dz-ml-rce.py -u "http://www.xxx.cn/forum.php" --getshell
-
+
批量检测
python dz-ml-rce.py -f urls.txt
-
+
批量getshell
python dz-ml-rce.py -f urls.txt --getshell
-
+
----------------