Merge pull request #6474 from praetorian-matt-schneider/update_ftp-anonymous-login

Update ftp-anonymous-login to reject HTTP false positives
patch-1
Dhiyaneshwaran 2023-02-03 17:49:54 +05:30 committed by GitHub
commit fd2faad782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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