mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 04:01:52 +08:00
fix web result protocol output (#577)
This commit is contained in:
@@ -72,6 +72,7 @@ func (p *WebTitlePlugin) Scan(ctx context.Context, info *common.HostInfo, sessio
|
||||
return &WebScanResult{
|
||||
Type: plugins.ResultTypeWeb,
|
||||
Success: true,
|
||||
Output: url,
|
||||
Title: title,
|
||||
Status: status,
|
||||
Server: server,
|
||||
|
||||
Reference in New Issue
Block a user