Merge pull request #2242 from pikpikcu/patch-237

Create openx-detect
patch-1
Prince Chaddha 2021-07-29 00:05:38 +05:30 committed by GitHub
commit 82d2bc9cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'content="(.*)- http://www.openx.org">'