Merge pull request #10556 from projectdiscovery/fossbilling-panel
Create fossbilling-panel.yamlpatch-7
commit
b5d13ce24c
|
@ -0,0 +1,32 @@
|
||||||
|
id: fossbilling-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: FOSSBilling Panel - Detect
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
FOSSBilling panel has been detected.
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
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
|
Loading…
Reference in New Issue