Merge pull request #1806 from projectdiscovery/more-templates

More templates
patch-1
Sandeep Singh 2021-06-28 17:48:10 +05:30 committed by GitHub
commit 4bc0d6c99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: livezilla-login-panel
info:
name: Livezilla login detect
author: __Fazal
severity: info
tags: panel,livezilla
requests:
- method: GET
path:
- '{{BaseURL}}/mobile/index.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'LiveZilla'

View File

@ -0,0 +1,23 @@
id: sitecore-login-panel
info:
name: Sitecore Login Panel
author: b4uh0lz
severity: info
tags: panel,sitecore
requests:
- method: GET
path:
- "{{BaseURL}}/sitecore/admin/login.aspx"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Sitecore Login"
part: body

View File

@ -0,0 +1,19 @@
id: addeventlistener-detect
info:
name: AddEventlistener detection
author: yavolo
severity: info
tags: xss
reference: https://portswigger.net/web-security/dom-based/controlling-the-web-message-source
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- 'window.addEventListener('
part: body