2022-10-20 19:16:27 +00:00
|
|
|
id: go-mod-disclosure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Go.mod Disclosure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-10-20 19:16:27 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: html:"go.mod"
|
|
|
|
tags: exposure,files,go
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-20 19:16:27 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/go.mod"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'module'
|
|
|
|
- 'go'
|
|
|
|
- 'require ('
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|