diff --git a/pkg/plugins/types.go b/pkg/plugins/types.go index 0cac2e9..f3c0fb1 100644 --- a/pkg/plugins/types.go +++ b/pkg/plugins/types.go @@ -405,7 +405,6 @@ func (e ServiceRedis) Type() string { return ProtoRedis } type ServiceFTP struct { Banner string `json:"banner"` - AnonymousLogin bool `json:"anonymousLogin"` } func (e ServiceFTP) Type() string { return ProtoFTP }