nuclei-templates/http/exposures/files/webpack-sourcemap-disclosur...

34 lines
628 B
YAML
Raw Normal View History

id: webpack-sourcemap-disclosure
info:
name: Webpack Sourcemap Disclosure
author: dhiyaneshDk
2021-08-30 19:33:44 +00:00
severity: info
tags: exposure,files
http:
- method: GET
path:
- "{{BaseURL}}"
2021-08-29 13:20:29 +00:00
- "{{RootURL}}/{{Path}}/{{map}}.js.map"
matchers-condition: and
matchers:
- type: word
words:
2021-08-30 19:33:44 +00:00
- '"version":'
- '"file":'
- '"sources":'
condition: and
- type: status
status:
- 200
2021-08-29 13:20:29 +00:00
extractors:
- type: regex
internal: true
name: map
group: 1
regex:
2021-10-13 06:23:02 +00:00
- "sourceMappingURL=([a-z-~0-9.]+).js.map"