29 lines
464 B
YAML
29 lines
464 B
YAML
id: go-mod-disclosure
|
|
|
|
info:
|
|
name: Go.mod Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"go.mod"
|
|
tags: exposure,files,go
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/go.mod"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'module'
|
|
- 'go'
|
|
- 'require ('
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|