Merge pull request #1571 from projectdiscovery/servicedesk-login-panel
Added servicedesk-login-panelpatch-1
commit
c5dc159fca
|
@ -0,0 +1,23 @@
|
||||||
|
id: servicedesk-login-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Servicedesk Login Panel Detector
|
||||||
|
author: aashiq
|
||||||
|
severity: info
|
||||||
|
description: Searches for ServiceDesk login panels by trying to query the "/servicedesk/customer/user/login" endpoint
|
||||||
|
tags: servicedesk,confluence,jira,panel
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/servicedesk/customer/user/login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "https://confluence.atlassian.com"
|
Loading…
Reference in New Issue