mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
chore: 版本号更新为 2.1.4
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
内网综合扫描工具,一键自动化漏扫。
|
内网综合扫描工具,一键自动化漏扫。
|
||||||
|
|
||||||
**版本**: 2.1.3
|
**版本**: 2.1.4
|
||||||
|
|
||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Comprehensive intranet scanning tool for automated vulnerability assessment.
|
Comprehensive intranet scanning tool for automated vulnerability assessment.
|
||||||
|
|
||||||
**Version**: 2.1.3
|
**Version**: 2.1.4
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ const (
|
|||||||
|
|
||||||
// 版本信息,通过 ldflags 注入
|
// 版本信息,通过 ldflags 注入
|
||||||
var (
|
var (
|
||||||
version = "2.1.3"
|
version = "2.1.4"
|
||||||
commit = "unknown"
|
commit = "unknown"
|
||||||
date = "unknown"
|
date = "unknown"
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -49,5 +49,5 @@ func healthCheck(w http.ResponseWriter, r *http.Request) {
|
|||||||
// systemInfo 系统信息
|
// systemInfo 系统信息
|
||||||
func systemInfo(w http.ResponseWriter, r *http.Request) {
|
func systemInfo(w http.ResponseWriter, r *http.Request) {
|
||||||
w.Header().Set("Content-Type", "application/json")
|
w.Header().Set("Content-Type", "application/json")
|
||||||
w.Write([]byte(`{"version":"2.1.1","build":"web"}`))
|
w.Write([]byte(`{"version":"2.1.4","build":"web"}`))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user