@@ -23,18 +23,25 @@ sqlmapapi 服务器端在后台运行,日志输出到`api_serv.log`
23
23
24
24
#目录结构说明
25
25
- ` sqlmap_web/ `
26
- ~~ - ` api_serv_conf.php ` API服务器配置 ~~
26
+ - ` api_serv.log ` 本地API服务器日志文件
27
27
- ` dist/ ` 包含前端框架bootstrap,jQuery等
28
- - ` /js/front.js ` 一些按钮的异步请求,tasks_list, new_task等等
29
- ~~ - ` admin_list.php ` 任务列表请求~~
30
- ~~ - ` front.htm ` 前端页面~~
31
- ~~ - ` flush_tasks.php ` 清除列表请求~~
32
- ~~ - ` handler.php ` 表单数据分析,变更为JSON数据格式,发送到API服务器~~
28
+ - ` /js/front.js ` 页面的异步请求,tasks_list, new_task等等
29
+ - ` /css/style.css ` 页面css
30
+ - include/
31
+ - ` api_serv_conf.php ` API服务器配置
32
+ - ` connect_db.php ` 数据库连接
33
+ - handle/
34
+ - ` admin_list.php ` 任务列表请求
35
+ - ` flush_tasks.php ` 清除列表请求
36
+ - ` handler.php ` 表单数据分析,封装为JSON数据格式,发送到API服务器
37
+ - ` request_function.php ` 请求函数
38
+ - ` scan_data.php ` 扫描结果请求
39
+ - ` scan_log.php ` 扫描日志请求
40
+ - ` scan_status.php ` 扫描状态请求
41
+ - ` scan_result.php ` 直接向sqlmapipc数据库查询任务结果请求
33
42
- ` README.md ` README文件
34
- ~~ - ` request_function.php ` 请求函数~~
35
- ~~ - ` scan_data.php ` 扫描结果请求~~
36
- ~~ - ` scan_log.php ` 扫描日志请求~~
37
- ~~ - ` scan_status.php ` 扫描状态请求~~
43
+ - ` index.htm ` 首页
44
+ - ` start_api_serv.sh ` 启动脚本
38
45
- ` set_options.txt ` sqlmapapi请求参数合集,供参考
39
46
40
47
0 commit comments