Create invoice-ninja-installer.yaml
parent
e9e237db4d
commit
0f3720ac7e
|
@ -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
|
Loading…
Reference in New Issue