adds matcher to ftp anonymous login which checks for bad http responses (false positives)
parent
a83d28beb0
commit
25fb048156
|
@ -21,6 +21,7 @@ network:
|
|||
- "{{Host}}:21"
|
||||
- "{{Hostname}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: raw
|
||||
|
@ -29,3 +30,8 @@ network:
|
|||
- "Logged in anonymously"
|
||||
- "230"
|
||||
condition: or
|
||||
- type: word
|
||||
part: raw
|
||||
words:
|
||||
- "Bad Request"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue