nuclei-templates/technologies/bigip-config-utility-detect...

34 lines
777 B
YAML
Raw Normal View History

id: bigip-config-utility
info:
name: BIG-IP Configuration Utility detected
author: dwisiswant0
2020-08-03 21:52:00 +00:00
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,bigip
requests:
- method: GET
path:
- "{{BaseURL}}/tmui/login.jsp"
- "{{BaseURL}}/tmui/tmui/login/welcome.jsp"
matchers:
- type: word
words:
- "Welcome to the BIG-IP"
- "Configuration Utility"
condition: and
part: body
- method: GET
path:
- "{{BaseURL}}/mgmt/tm/sys/management-ip"
matchers:
- type: word
words:
- "WWW-Authenticate: Basic realm"
- "Enterprise Manager"
condition: and
part: header
- type: word
words:
- "check your user-id and password and try again"
part: body