mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:45:26 +00:00
24 lines
550 B
YAML
24 lines
550 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
|
|
- python
|
|
source: |
|
|
import sys
|
|
print("hello from " + sys.stdin.read())
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "hello from input"
|
|
# digest: 4a0a00473045022100b8e676ce0c57b60c233a0203539dec20457bbb5f1790d351a5d45405b6668b2602204b1f2fa18e7db099f05329009597ceb2d9b7337562c1a676e8d50ea2f1c6fcbe:4a3eb6b4988d95847d4203be25ed1d46 |