Skip to content

FOSSBilling Panel - Detect

ID: fossbilling-panel

Severity: info

Author: ritikchaddha

Tags: fossbilling,panel,detect

FOSSBilling panel has been detected.

id: fossbilling-panel
info:
name: FOSSBilling Panel - Detect
author: ritikchaddha
severity: info
description: |
FOSSBilling panel has been detected.
classification:
cpe: cpe:2.3:a:fossbilling:fossbilling:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: fossbilling
product: fossbilling
shodan-query: title:"FOSSBilling"
tags: fossbilling,panel,detect
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FOSSBilling"
- type: status
status:
- 200
# digest: 4b0a00483046022100cb9e8eae28a5b7275023ccaeb9ae8601fe2755403ab04baeb6fbb69fa82c998302210083b02b8bfcefc17a297cc83ddf68533a72043cdf90c9f9c21394f6c22915abaf:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/fossbilling-panel.yaml"

View on Github