Merge pull request #5211 from projectdiscovery/icc-pro-login

Create icc-pro-login.yaml
patch-1
Prince Chaddha 2022-08-30 16:31:03 +05:30 committed by GitHub
commit 03c5ec6eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: icc-pro-login
info:
name: ICC Pro System Login
author: DhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/7980
metadata:
verified: true
shodan-query: title:"Login to ICC PRO system"
tags: panel,icc-pro
requests:
- method: GET
path:
- "{{BaseURL}}/Account/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login to ICC PRO system</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200