Merge pull request #9914 from projectdiscovery/invicti-enterprise-installer
Create invicti-enterprise-installer.yamlpatch-3
commit
04fedbceca
|
@ -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
|
Loading…
Reference in New Issue