Create phpCollab-detect.yaml

patch-1
PikPikcU 2021-07-27 17:00:12 +07:00 committed by GitHub
parent 840da27221
commit 5b9570c2c0
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: phpCollab-detect
info:
name: PhpCollab detect
author: pikpikcu
severity: info
tags: tech,phpCollab
requests:
- method: GET
path:
- "{{BaseURL}}/general/login.php"
matchers:
- type: regex
part: body
regex:
- '<title>PhpCollab</title>'
extractors:
- type: regex
part: body
group: 1
regex:
- '<p id="footer">(.*)</p>'