mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 19:45:24 +00:00
21 lines
436 B
YAML
21 lines
436 B
YAML
|
|
id: py-file
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: py-file
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
tags: code
|
||
|
|
description: |
|
||
|
|
py-file
|
||
|
|
|
||
|
|
code:
|
||
|
|
- engine:
|
||
|
|
- py
|
||
|
|
- python3
|
||
|
|
source: protocols/code/pyfile.py
|
||
|
|
|
||
|
|
matchers:
|
||
|
|
- type: word
|
||
|
|
words:
|
||
|
|
- "hello from input"
|
||
|
|
# digest: 490a00463044022034180b19f4aa1e311500144a637db838cdbeb694a78fdeecdacfacbe2de65edc022017a3c0397555967be9aacee11973c7ba571f42e7ae39b0f2f5e5764b4cf9248d
|