Merge pull request #9953 from projectdiscovery/Drew_V-b8EYgnRyL4b9MNdmWqst5e

Added template for f5-admin-interface
patch-4
Ritik Chaddha 2024-06-06 15:14:01 +05:30 committed by GitHub
commit 87409a238d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: f5-admin-interface
info:
name: F5 Admin Interface - Detect
author: drewvravick
severity: info
description: |
Detects F5 Admin Interfaces.
metadata:
max-request: 1
verified: true
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