Merge pull request #4049 from projectdiscovery/impresscms-detect
Create impresscms-detect.yamlpatch-1
commit
1ac2a1017c
|
@ -0,0 +1,23 @@
|
|||
id: impresscms-detect
|
||||
|
||||
info:
|
||||
name: ImpressCMS Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
reference: https://github.com/ImpressCMS
|
||||
tags: tech,impresscms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?i)(ImpressCMS)'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue