mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create i18n-json-file.yaml
This commit is contained in:
34
http/exposures/files/i18n-json-file.yaml
Normal file
34
http/exposures/files/i18n-json-file.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
id: i18n-json-file
|
||||
|
||||
info:
|
||||
name: i18n JSON - File Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: unknown
|
||||
description: |
|
||||
Detects the exposure of the `i18n.json` file, which may contain language-specific keys, application strings, or internal configurations intended for client-side internationalization. Unintended access to this file could reveal sensitive internal identifiers or support unauthorized reconnaissance of application behavior.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"i18n.json"
|
||||
tags: i18n,exposure
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/i18n.json"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "{"
|
||||
|
||||
- type: word
|
||||
part: content_type
|
||||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
Reference in New Issue
Block a user