Update securepoint-utm.yaml
parent
c32237112e
commit
a0bdd14786
|
@ -15,11 +15,18 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Securepoint UTM'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '<title>Securepoint UTM v11 - (.*)</title>'
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '\- Admin Interface \- ([0-9. (a-z)]+)<\/title>'
|
||||
|
|
Loading…
Reference in New Issue