mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 11:25:26 +00:00
21 lines
322 B
YAML
21 lines
322 B
YAML
|
|
id: unsigned-code-snippet
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: unsigned-code-snippet
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
tags: code
|
||
|
|
description: |
|
||
|
|
unsigned-code-snippet
|
||
|
|
|
||
|
|
code:
|
||
|
|
- engine:
|
||
|
|
- py
|
||
|
|
- python3
|
||
|
|
source: |
|
||
|
|
print("unsigned code")
|
||
|
|
|
||
|
|
matchers:
|
||
|
|
- type: word
|
||
|
|
words:
|
||
|
|
- "unsigned code"
|