Merge pull request #4634 from projectdiscovery/contao-login-panel

Create contao-login-panel
patch-1
Prince Chaddha 2022-06-22 12:04:23 +05:30 committed by GitHub
commit bed10b89e2
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: contao-login-panel
info:
name: Contao Login Panel
author: princechaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"Contao Open Source CMS"
tags: panel,contao
requests:
- method: GET
path:
- "{{BaseURL}}/contao/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Contao Open Source CMS"
- "<h1>Login</h1>"
condition: and
- type: status
status:
- 200