mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-11 04:53:09 +08:00
25 lines
601 B
YAML
25 lines
601 B
YAML
id: unsigned-code-snippet
|
|
|
|
info:
|
|
name: unsigned-code-snippet
|
|
author: pdteam
|
|
severity: info
|
|
tags: code
|
|
description: |
|
|
unsigned-code-snippet
|
|
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
sandbox:
|
|
working-dir: /tmp
|
|
image: ubuntu:latest
|
|
source: |
|
|
echo "hello from sh virtual code"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "hello from sh virtual code"
|
|
# digest: 4a0a0047304502200ac221bf7998fbcc82991be0b1facc6834afa05f297797d6789f1012feab2a410221009343d6ce907e53687ff2a84c5c2bfb0ada84200106762b2bd666eb30077fc0de:4a3eb6b4988d95847d4203be25ed1d46 |