F5 Admin Interface - Detect
ID: f5-admin-interface
Severity: info
Author: drewvravick,righettod
Tags: f5,admin,detect,panel,login
Description
Section titled “Description”Detects F5 Admin Interfaces.
YAML Source
Section titled “YAML Source”id: f5-admin-interface
info: name: F5 Admin Interface - Detect author: drewvravick,righettod 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
extractors: - type: regex part: body group: 1 regex: - 'Copyright\s+([0-9\-]+),'# digest: 4b0a00483046022100f6b1e1e8f4c47d774e40578c54bd2f3e66b6cceed33033869f8459a7fb06508d022100eb8cbe143e078fa87ee2d06d89da4453cfb140f68191642a3aeb599271ac3558:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/f5-admin-interface.yaml"