Merge pull request #6474 from praetorian-matt-schneider/update_ftp-anonymous-login
Update ftp-anonymous-login to reject HTTP false positivespatch-1
commit
fd2faad782
|
@ -21,6 +21,7 @@ network:
|
|||
- "{{Host}}:21"
|
||||
- "{{Hostname}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: raw
|
||||
|
@ -29,3 +30,9 @@ network:
|
|||
- "Logged in anonymously"
|
||||
- "230"
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: raw
|
||||
words:
|
||||
- "HTTP/1.1"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue