From 0fb4d87810248f4b74331857b5f37eb60b19c4a3 Mon Sep 17 00:00:00 2001 From: linyuanjia Date: Mon, 21 Nov 2022 18:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A1=A8=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/public/install/qingscan.sql | 2 +- docker/data/v1.7.3.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/public/install/qingscan.sql b/code/public/install/qingscan.sql index 66d55a8..40f74cd 100644 --- a/code/public/install/qingscan.sql +++ b/code/public/install/qingscan.sql @@ -1666,6 +1666,6 @@ CREATE TABLE `host_unauthorized` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `QingScan`.`auth_rule` (`href`, `title`, `is_delete`, `is_open_auth`, `pid`, `sort`, `created_at`, `menu_status`, `update_time`, `level`, `delete_time`, `icon_url`) VALUES ('unauthorized/index', '未授权列表', 0, 1, 35, 4, 1669016435, 1, 1669016502, 2, 0, ''); -INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 1, '未授权扫描', '2022-11-21 16:54:17', 4); +INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 0, '未授权扫描', '2022-11-21 18:11:52', 4); SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file diff --git a/docker/data/v1.7.3.sql b/docker/data/v1.7.3.sql index c6b67eb..5283923 100644 --- a/docker/data/v1.7.3.sql +++ b/docker/data/v1.7.3.sql @@ -1,3 +1,3 @@ INSERT INTO `QingScan`.`auth_rule` (`href`, `title`, `is_delete`, `is_open_auth`, `pid`, `sort`, `created_at`, `menu_status`, `update_time`, `level`, `delete_time`, `icon_url`) VALUES ('unauthorized/index', '未授权列表', 0, 1, 35, 4, 1669016435, 1, 1669016502, 2, 0, ''); -INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 1, '未授权扫描', '2022-11-21 16:54:17', 4); \ No newline at end of file +INSERT INTO `QingScan`.`process_safe` (`key`, `value`, `status`, `note`, `update_time`, `type`) VALUES ('scan unauthorizeScan', 'cd /root/qingscan/code && php think scan unauthorizeScan>> /tmp/unauthorizeScan.txt & ', 0, '未授权扫描', '2022-11-21 18:11:52', 4); \ No newline at end of file