We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2428d69 commit 56b0937Copy full SHA for 56b0937
1 file changed
README.md
@@ -29,3 +29,11 @@ searchText可以配置多个字符串关键字,并用,号进行分割
29
30
如下指定关键字为MapFilePath,搜索出相关代码的效果
31

32
+
33
+# 效果预览
34
+在config.properties中指定searchText为where,查询where关键字筛选可能存在SQL注入的代码
35
+
36
+之后进到对应方法中查看,发现存在参数拼接到SQL语句中的情况
37
+
38
+最后根据方法构造POC,验证注入
39
+
0 commit comments