Skip to content

Commit

Permalink
Remove Anon Login, as FTP code never checks for anon login
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-goddard authored Jul 5, 2024
1 parent 6d4f779 commit 3fea6ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/plugins/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3fea6ac

Please sign in to comment.