32 lines
674 B
YAML
32 lines
674 B
YAML
id: go-mod-disclosure
|
|
|
|
info:
|
|
name: Go.mod Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"go.mod"
|
|
tags: exposure,files,go
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/go.mod"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'module'
|
|
- 'go'
|
|
- 'require ('
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100e60933cf6c61bac122ac5c623bf858522c85b330bfdfc8db34c7717081b91e9802205a55ad21bdce7248bad5b8ace2e939432636b176a05cdd667cd724856f5cd9cd:922c64590222798bb761d5b6d8e72950
|