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
|
2024-07-19 08:31:10 +00:00
|
|
|
author: drewvravick,righettod
|
2024-06-06 09:38:44 +00:00
|
|
|
severity: info
|
2024-06-05 08:09:12 +00:00
|
|
|
description: |
|
2024-06-03 09:51:19 +00:00
|
|
|
Detects F5 Admin Interfaces.
|
2024-06-06 09:38:44 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 1
|
2024-06-06 09:38:44 +00:00
|
|
|
shodan-query: html:"BIG-IP Configuration Utility"
|
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:
|
2024-06-06 09:38:44 +00:00
|
|
|
- 'Configuration Utility'
|
1970-01-01 00:00:00 +00:00
|
|
|
- '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
|
2024-07-19 08:31:10 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Copyright\s+([0-9\-]+),'
|
2024-07-20 05:59:18 +00:00
|
|
|
# digest: 4a0a00473045022100e99fab204a0926a30dbdc779006365d2dd7053eb0951b7e88d2c421b7c90c47e02203463f43a9b2badb536c120917354b7de6b7c4ad06781dd6447d6ec25768cc3c1:922c64590222798bb761d5b6d8e72950
|