This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
默认输出格式为 ip:port,新增-t=body 可以输出 body 信息
- Loading branch information
rootphantomer
committed
Sep 6, 2022
1 parent
c6eee53
commit f65a5aa
Showing
5 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: rootphantomer [email protected] | ||
* @Date: 2022-09-06 16:04:43 | ||
* @LastEditors: rootphantomer | ||
* @LastEditTime: 2022-09-06 16:42:24 | ||
* @LastEditTime: 2022-09-06 16:26:37 | ||
* @FilePath: /quake_go/src/utils/LoadJson.go | ||
* @Description: | ||
* | ||
|
@@ -56,7 +56,7 @@ type ServiceJson struct { | |
Org string `json:"org"` | ||
OsName string `json:"os_name"` | ||
OsVersion string `json:"os_version"` | ||
Port int `json:"port"` | ||
Port int64 `json:"port"` | ||
Service struct { | ||
Banner string `json:"banner"` | ||
Cert string `json:"cert"` | ||
|