Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/code/pre-condition.yaml
2070 views
1
id: pre-condition-code
2
3
info:
4
name: example code template
5
author: pdteam
6
severity: info
7
8
9
self-contained: true
10
11
variables:
12
OAST: "{{interactsh-url}}"
13
14
code:
15
- pre-condition: IsLinux()
16
engine:
17
- sh
18
- bash
19
source: |
20
echo "$OAST" | base64
21
22
matchers:
23
- type: dsl
24
dsl:
25
- true
26
# digest: 490a00463044022048c083c338c0195f5012122d40c1009d2e2030c583e56558e0d6249a41e6f3f4022070656adf748f4874018d7a01fce116db10a3acd1f9b03e12a83906fb625b5c50:4a3eb6b4988d95847d4203be25ed1d46
27