commit
4bc0d6c99c
|
@ -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'
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue