nuclei-templates/http/exposures/files/go-mod-disclosure.yaml

30 lines
479 B
YAML

id: go-mod-disclosure
info:
name: Go.mod Disclosure
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
verified: true
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