2022-09-15 10:01:31 +00:00
|
|
|
id: tox-ini
|
|
|
|
|
|
|
|
info:
|
2023-02-24 18:45:04 +00:00
|
|
|
name: Tox Configuration File - Detect
|
2022-09-15 10:01:31 +00:00
|
|
|
author: geeknik
|
2023-03-02 19:55:14 +00:00
|
|
|
severity: info
|
2023-02-24 18:45:04 +00:00
|
|
|
description: Tox configuration file was detected.
|
2023-03-02 19:55:14 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-09-15 10:01:31 +00:00
|
|
|
reference: https://tox.wiki/en/latest/config.html
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-09-15 10:01:31 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: html:"tox.ini"
|
2022-09-15 13:31:37 +00:00
|
|
|
tags: exposure,config,tox
|
2022-09-15 10:01:31 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-15 10:01:31 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/tox.ini"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "[tox]"
|
|
|
|
- "[testenv]"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/octet-stream"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|