minor update

patch-4
Dhiyaneshwaran 2024-06-03 15:21:19 +05:30 committed by GitHub
parent 4132e418fb
commit 6eb040597e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 6 deletions

View File

@ -1,24 +1,30 @@
id: f5-admin-interface
info:
name: F5 Admin Interface Detection
description: Detects F5 admin interfaces.
name: F5 Admin Interface - Detect
author: drewvravick
severity: high
tags: [f5, admin-interface, detection]
description:
Detects F5 Admin Interfaces.
tags: f5,admin,detection
requests:
http:
- method: GET
path:
- "{{BaseURL}}/tmui/login.jsp"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'BIG-IP Configuration Utility'
- 'F5 Networks'
part: body
condition: and
- type: status
status:
- 200
- 200