2021-08-29 11:43:44 +00:00
|
|
|
id: webpack-sourcemap-disclosure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Webpack Sourcemap Disclosure
|
|
|
|
author: dhiyaneshDk
|
2021-08-30 19:33:44 +00:00
|
|
|
severity: info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: exposure,files
|
2021-08-29 11:43:44 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-29 11:43:44 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2021-08-29 13:20:29 +00:00
|
|
|
- "{{RootURL}}/{{Path}}/{{map}}.js.map"
|
2021-08-29 11:43:44 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-08-30 19:33:44 +00:00
|
|
|
- '"version":'
|
|
|
|
- '"file":'
|
|
|
|
- '"sources":'
|
|
|
|
condition: and
|
2021-08-29 11:43:44 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-08-29 13:20:29 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
internal: true
|
|
|
|
name: map
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "sourceMappingURL=([a-z-~0-9.]+).js.map"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502206b892861311859d5f97a16d387c508c2397c7e037dba91de7065752cec64374f02210083fc7808de3987b21dea6ac2aa39660b884949839917c63385a6991b03e6f3e9:922c64590222798bb761d5b6d8e72950
|