moving file around + matcher update

patch-1
sandeep 2021-10-31 21:10:48 +05:30
parent c2a167939e
commit 42cdba5692
1 changed files with 12 additions and 6 deletions

View File

@ -1,13 +1,13 @@
id: unencrypted-bigip-ltm-cookie id: bigip-detection
info: info:
name: F5 BIGIP Unencrypted Cookie name: BIGIP Cookie Detection
author: PR3R00T author: PR3R00T
severity: info severity: info
reference: reference:
- https://www.intelisecure.com/how-to-decode-big-ip-f5-persistence-cookie-values - https://www.intelisecure.com/how-to-decode-big-ip-f5-persistence-cookie-values
- https://support.f5.com/csp/article/K23254150 - https://support.f5.com/csp/article/K23254150
tags: misc tags: bigip,tech
requests: requests:
- method: GET - method: GET
@ -16,8 +16,14 @@ requests:
redirects: true redirects: true
matchers: matchers:
- type: regex - type: word
regex:
- '(BIGipServer[a-z\_\.\-\~0-9A-Z]*)=([0-9a-zA-Z\.]*;)'
- '=[0-9]*\.[0-9]{3,5}\.[0-9]{4};'
part: header part: header
words:
- 'BIGipServer~'
extractors:
- type: regex
part: header
group: 1
regex:
- '(BIGipServer[a-z\_\.\-\~0-9A-Z]*)=([!a-z0-9A-Z/.=]+)'