mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-02 08:43:09 +08:00
* fuzz: rename 'filters' -> 'pre-condition'
* code proto: pre-condition + integration test
* feat: dsl document generator
* update dsl page header
* fix lint error
* add js defined helper funcs in docs
* remove panic recovery unless its for third party(go-rod,goja)
* handle dynamic values flattening edgecase in flow+multiprotocol
* fix order of kv in form-data (failing test)
* fix template loading counters
* Revert "handle dynamic values flattening edgecase in flow+multiprotocol"
This reverts commit 58fdd4faf7.
* fix flow iteration using 'iterate'
26 lines
532 B
YAML
26 lines
532 B
YAML
id: pre-condition-code
|
|
|
|
info:
|
|
name: example code template
|
|
author: pdteam
|
|
severity: info
|
|
|
|
|
|
self-contained: true
|
|
|
|
variables:
|
|
OAST: "{{interactsh-url}}"
|
|
|
|
code:
|
|
- pre-condition: IsLinux()
|
|
engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
echo "$OAST" | base64
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- true
|
|
# digest: 4a0a00473045022100c7215ce9f11e6a51c193bb54643a05cdd1cde18a3abb6c9983c5c7524d3ff03002203d93581c81d3ad5db463570cbbd2bdee529328d32a5b00e037610c211e448cef:4a3eb6b4988d95847d4203be25ed1d46 |