sqlmapapi -s 服务端
sqlmapapi -c 客户端
用户方法 ---- @get(“/task/new ”)
@get(“/task//delete ”) 管理函数
@get(“/admin//list ”)
@get(“/admin//flush ”) 核心交互函数
@get(“/option//list ”)
@post(“/option//get ”)
@post(“/option//set ”)
@post(“/scan//start ”)
@get(“/scan//stop ”)
@get(“/scan//kill ”)
@get(“/scan//status ”)
@get(“/scan//data ”)
@get(“/scan//log//”)
@get(“/scan//log ”)
@get(“/download///”) ----
何如在 django 中实现 sqlmapapi 的调用?接受 json 数据,并且将 json 存入数据库,然后 views 从数据库中读取结果,卡在了如何在 django 中实现-c/-s 的功能上,求指点
1
notes 2017-04-27 22:58:20 +08:00
- 你需要
- requests |
2
KhadainJHIN OP @notes
谢谢,requests 写在 django 的哪个部分呢,是需要单独写一个脚本嘛?第一次使用 django 写安全测试,有很多不懂得地方 |