Create invoice-ninja-installer.yaml

patch-3
Dhiyaneshwaran 2024-05-28 17:29:12 +05:30 committed by GitHub
parent e9e237db4d
commit 0f3720ac7e
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: invoice-ninja-installer
info:
name: Invoice Ninja Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Invoice Ninja Setup page.
reference:
- https://invoiceninja.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"Invoice Ninja Setup"
tags: misconfig,install,exposure,invoice
http:
- method: GET
path:
- "{{BaseURL}}/setup"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Invoice Ninja Setup"
- type: status
status:
- 200