Skip to content

Commit

Permalink
Bug Fix: Incorrect return of RPC protocol name
Browse files Browse the repository at this point in the history
  • Loading branch information
poq79 authored Nov 4, 2023
1 parent bef637e commit 516068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ type RPCB struct {
Owner string `json:"owner"`
}

func (e ServiceRPC) Type() string { return ProtoRDP }
func (e ServiceRPC) Type() string { return ProtoRPC }

type ServiceSMB struct {
SigningEnabled bool `json:"signingEnabled"` // e.g. Is SMB Signing Enabled?
Expand Down

0 comments on commit 516068c

Please sign in to comment.