new plugin

This commit is contained in:
nihaohello
2019-03-28 23:56:13 +08:00
parent e02d314f4a
commit 905931df7c
16 changed files with 499 additions and 8 deletions

15
plugins/poc模板.py Normal file
View File

@@ -0,0 +1,15 @@
#coding=utf-8
pocs=[
{"requests_option":"",
"url":[],
"params":[],
"data":[],
"flag":[],
"success":"",
"fail":"",
"end":"",
"admin_bursk":"",
"username":[],
"password":[],
},
]