跳到主要内容
版本:latest

send_baota

将误报的 Webshell 文件内容提交到宝塔官方服务器,用于改善木马检测准确性。

需要面板已绑定宝塔账号。

  • 路由POST /files
  • actionsend_baota

输入参数

参数名称必选类型描述
actionString固定值 send_baota
filenameString被误报的文件路径

输出参数

参数名称类型描述
statusBooleantrue 提交成功
msgString提交误报完成

示例

请求

POST /files HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded

action=send_baota&filename=/www/wwwroot/test.php

响应

{"status": true, "msg": "提交误报完成"}