mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 11:15:28 +00:00
23 lines
502 B
YAML
23 lines
502 B
YAML
|
|
id: py-code-snippet
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: py-code-snippet
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
tags: code
|
||
|
|
description: |
|
||
|
|
py-code-snippet
|
||
|
|
|
||
|
|
code:
|
||
|
|
- engine:
|
||
|
|
- py
|
||
|
|
- python3
|
||
|
|
source: |
|
||
|
|
import sys
|
||
|
|
print("hello from " + sys.stdin.read())
|
||
|
|
|
||
|
|
matchers:
|
||
|
|
- type: word
|
||
|
|
words:
|
||
|
|
- "hello from input"
|
||
|
|
# digest: 4a0a00473045022023beecb1c4ef5b3b3a4d936a689d0fa5fea35524d23bbc12001fa0b21ca2500b02210082484d006ee0663ba1c8450ff0d10eb053308137af25cde223406c3423c4e5d1
|