Merge pull request #10555 from projectdiscovery/fossbilling-installer

Create fossbilling-installer.yaml
patch-7
Dhiyaneshwaran 2024-08-16 00:59:19 -07:00 committed by GitHub
commit 16b6ca3750
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: fossbilling-installer
info:
name: FOSSBilling - Installation
author: ritikchaddha
severity: high
description: |
FOSSBilling installation dashboard has been detected.
metadata:
verified: true
max-request: 1
shodan-query: title:"FOSSBilling"
tags: fossbilling,install,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/install/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FOSSBilling setup"
- '<title>FOSSBilling Installation'
condition: or
- type: status
status:
- 200