35 lines
835 B
YAML
35 lines
835 B
YAML
id: f5-admin-interface
|
|
|
|
info:
|
|
name: F5 Admin Interface - Detect
|
|
author: drewvravick
|
|
severity: info
|
|
description: |
|
|
Detects F5 Admin Interfaces.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"BIG-IP Configuration Utility"
|
|
tags: f5,admin,detect,panel,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/tmui/login.jsp"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Configuration Utility'
|
|
- 'F5 Networks'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220239c199e589da94df6af86a7dffb03da221623c57a12f35d8a3d5e095891be9a022100c73b0b439dc609b6d8c35ceeaf09fb4ce45039fb8b3bc896c880fdcc0c046218:922c64590222798bb761d5b6d8e72950 |