id: py-code-snippet
info:
name: py-code-snippet
author: pdteam
severity: info
tags: code
description: |
py-code-snippet
code:
- engine:
- py
- python3
- python
source: |
import sys
print("hello from " + sys.stdin.read())
matchers:
- type: word
words:
- "hello from input"