minor update
parent
4132e418fb
commit
6eb040597e
|
@ -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
|
Loading…
Reference in New Issue