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"
|
- "{{Host}}:21"
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: raw
|
part: raw
|
||||||
|
@ -29,3 +30,9 @@ network:
|
||||||
- "Logged in anonymously"
|
- "Logged in anonymously"
|
||||||
- "230"
|
- "230"
|
||||||
condition: or
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: raw
|
||||||
|
words:
|
||||||
|
- "HTTP/1.1"
|
||||||
|
negative: true
|
||||||
|
|
Loading…
Reference in New Issue