Skip to content

Commit

Permalink
updated matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha authored Aug 24, 2024
1 parent f62968b commit 7bc1166
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions http/technologies/bigip-apm-detect.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
id: bigip-apm-detect

info:
name: BIGIP APM - Detection
name: BIGIP APM - Detect
author: nodauf
severity: info
reference:
- https://my.f5.com/manage/s/article/K000138683
metadata:
verified: true
max-request: 2
tags: bigip,tech,f5
shodan-query: html:"BIG-IP APM"
tags: bigip,tech,f5,detect

http:
- method: GET
path:
- "{{BaseURL}}/pre/config.php?version=2.0"
- "{{BaseURL}}/pre/config.php?version=3.0"

stop-at-first-match: true
host-redirects: true
max-redirects: 2

matchers-condition: and
matchers:
- type: word
part: body
words:
- 'F5 Networks'
- '<PROFILE VERSION='
- '<VERSION>'
condition: and

- type: status
status:
- 200

0 comments on commit 7bc1166

Please sign in to comment.