2022-10-23 19:19:16 +00:00
|
|
|
id: cargo-lock-package
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cargo Lock Packages Disclosure
|
|
|
|
author: DhiyaneshDk
|
2022-10-25 10:05:30 +00:00
|
|
|
severity: info
|
2022-10-23 19:19:16 +00:00
|
|
|
reference:
|
|
|
|
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"Cargo.lock"
|
|
|
|
tags: exposure,files,cargo
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/Cargo.lock'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "[[package]]"
|
|
|
|
- "dependencies = ["
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|