nuclei-templates/http/exposed-panels/f5-admin-interface.yaml

31 lines
545 B
YAML
Raw Normal View History

1970-01-01 00:00:00 +00:00
id: f5-admin-interface
2024-06-03 09:51:19 +00:00
1970-01-01 00:00:00 +00:00
info:
2024-06-03 09:51:19 +00:00
name: F5 Admin Interface - Detect
1970-01-01 00:00:00 +00:00
author: drewvravick
severity: high
2024-06-05 08:09:12 +00:00
description: |
2024-06-03 09:51:19 +00:00
Detects F5 Admin Interfaces.
2024-06-05 08:09:12 +00:00
tags: f5,admin,detect,panel,login
1970-01-01 00:00:00 +00:00
2024-06-03 09:51:19 +00:00
http:
1970-01-01 00:00:00 +00:00
- method: GET
path:
- "{{BaseURL}}/tmui/login.jsp"
2024-06-03 09:51:19 +00:00
1970-01-01 00:00:00 +00:00
redirects: true
max-redirects: 2
2024-06-03 09:51:19 +00:00
1970-01-01 00:00:00 +00:00
matchers-condition: and
matchers:
- type: word
2024-06-03 09:51:19 +00:00
part: body
1970-01-01 00:00:00 +00:00
words:
- 'BIG-IP Configuration Utility'
- 'F5 Networks'
2024-06-03 09:51:19 +00:00
condition: and
1970-01-01 00:00:00 +00:00
- type: status
status:
2024-06-03 09:51:19 +00:00
- 200