Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/code/py-nosig.yaml
2070 views
1
id: py-nosig
2
3
info:
4
name: py-nosig
5
author: pdteam
6
severity: info
7
tags: code
8
description: |
9
Python code without signature
10
11
code:
12
- engine:
13
- py
14
- python3
15
source: |
16
print("py unsigned code")
17
18
matchers:
19
- type: word
20
words:
21
- "py unsigned code"
22