Update securepoint-utm.yaml

patch-1
Prince Chaddha 2021-12-30 10:54:33 +05:30 committed by GitHub
parent c32237112e
commit a0bdd14786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

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