Skip to content

Commit

Permalink
Merge pull request #26 from poq79/patch-1
Browse files Browse the repository at this point in the history
Bug Fix: Incorrect return of RPC protocol name
  • Loading branch information
praetorian-thendrickson authored Nov 6, 2023
2 parents bef637e + 516068c commit 6a7276c
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 6a7276c

Please sign in to comment.