Merge pull request #10555 from projectdiscovery/fossbilling-installer
Create fossbilling-installer.yamlpatch-7
commit
16b6ca3750
|
@ -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
|
Loading…
Reference in New Issue