mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:25:25 +00:00
23 lines
536 B
YAML
23 lines
536 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,os
|
||
|
|
print("hello from " + sys.stdin.read() + " " + os.getenv('baz'))
|
||
|
|
|
||
|
|
matchers:
|
||
|
|
- type: word
|
||
|
|
words:
|
||
|
|
- "hello from input baz"
|
||
|
|
# digest: 4b0a00483046022100f0a31212d9950a839f1f4e92893dede0a0f26d99abeb0676bf9654009b180f16022100c402c89514be47a23c642d229fcb90bc5e686f9c14226ac97587c375f1c790fa
|