Added template for f5-admin-interface
parent
3777ab6755
commit
697c1e00c3
|
@ -0,0 +1,24 @@
|
|||
id: f5-admin-interface
|
||||
info:
|
||||
name: F5 Admin Interface Detection
|
||||
description: Detects F5 admin interfaces.
|
||||
author: drewvravick
|
||||
severity: high
|
||||
tags: [f5, admin-interface, detection]
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/tmui/login.jsp"
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'BIG-IP Configuration Utility'
|
||||
- 'F5 Networks'
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue