Merge pull request #1571 from projectdiscovery/servicedesk-login-panel

Added servicedesk-login-panel
patch-1
Sandeep Singh 2021-05-31 11:53:46 +05:30 committed by GitHub
commit c5dc159fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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"