mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 15:55:25 +00:00
* fix net read * only return N bytes if extra available * use ConnReadN from readerutil * add integration test * print unsigned warning in stderr * fix js protocol in flow #4318 * fix integration test: url encoding issue * fix network protocol issue + integration tests * multiple improvements to integration test * replace all conn.Read() from tests * disable network-basic.yaml in windows * disable code protocol in win CI * fix bitwise login ps1-snippet.yaml * hide previous matcher events in flow * remove dead code+ update integration tests --------- Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
23 lines
567 B
YAML
23 lines
567 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: 4a0a00473045022100b290a0c40f27573f0de9a950be13457a9bf59ade1ff2f497bf01a3b526e5db750220761942acffd6d27e2714ddaa1c73c699ccd7de48839f08cff1d6a9456bc8ff1f:4a3eb6b4988d95847d4203be25ed1d46 |