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
|
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-06-06 09:46:21 +00:00
|
|
|
# digest: 490a00463044022011b681f583143ee1940d5b356baedc9a52d3501d679c1f432810c574f3de8f4b0220157c5ef2f2c8d7870e0587aaaf63e402c19e559703d2e80e98e4fcb69a92dcd9:922c64590222798bb761d5b6d8e72950
|