Merge pull request #9914 from projectdiscovery/invicti-enterprise-installer

Create invicti-enterprise-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:31:01 +05:30 committed by GitHub
commit 04fedbceca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: invicti-enterprise-installer
info:
name: Invicti Enterprise Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Invicti Enterprise Installation page.
reference:
- https://www.invicti.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"Invicti Enterprise - Installation Wizard"
tags: misconfig,install,exposure,invicti
http:
- method: GET
path:
- "{{BaseURL}}/wizard/database/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Invicti Enterprise - Installation Wizard"
- type: status
status:
- 200