sqlmapapi指令函数

进入到C:/Python2/lib/utils/api.py,其中比较常用的核心方法如下:
用户方法:
@get("/task/new"):创建新的任务ID
@get("/task/<taskid>/delete"):删除任务ID
管理函数:
@get("/admin/<taskid>/list"):查看用户的任务列表(任务ID数量及状态)
 
@get("/admin/<taskid>/flush"):清空任务列表全部历史任务
核心交互函数:
@get("/option/<taskid>/list"):列出某个任务ID的配置项
@post("/option/<taskid>/get"):Get the value of an option (command line switch) for a certain task ID
@post("/option/<taskid>/set"):Set an option (command line switch) for a certain task ID
@post("/scan/<taskid>/start"):发起扫描
@get("/scan/<taskid>/stop"):结束扫描
@get("/scan/<taskid>/kill"):Kill a scan 阻断扫描
@get("/scan/<taskid>/status"):返回扫描状态
@get("/scan/<taskid>/data"):获取扫描数据
扫描日志处理函数:
@get("/scan/<taskid>/log/<start>/<end>"):获取日志信息的子集
@get("/scan/<taskid>/log"):获取扫描日志信息

处理output目录下文件的函数:

@get("/download/<taskid>/<target>/<filename:path>"):下载文件,系统文件位置在C:\Users\用户名\.sqlmap\output目录下


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值