Create openx-detect.yaml

patch-1
PikPikcU 2021-07-28 12:20:31 +07:00 committed by GitHub
parent 7d200d7028
commit fac0ce7c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: openx-detect
info:
name: OpenX detect
author: pikpikcu
severity: info
tags: tech,openx
requests:
- method: GET
path:
- "{{BaseURL}}/www/admin/"
matchers:
- type: regex
part: body
regex:
- '<title>OpenX</title>'
extractors:
- type: regex
part: body
group: 1
regex:
- 'content="(.*)- http://www.openx.org">'