Skip to content

Commit

Permalink
Merge pull request #31 from luke-goddard/main
Browse files Browse the repository at this point in the history
Remove Anon Login, as FTP code never checks for anon login
  • Loading branch information
UNC1739 authored Jul 6, 2024
2 parents 6d4f779 + 3fea6ac commit b17ab67
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 b17ab67

Please sign in to comment.