mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
extractors doesn't support "condition" attribute explicitly
This commit is contained in:
@@ -18,7 +18,6 @@ file:
|
||||
extractors:
|
||||
- type: regex
|
||||
name: code-injection
|
||||
condition: or
|
||||
regex:
|
||||
- 'exec'
|
||||
- 'eval'
|
||||
@@ -27,7 +26,6 @@ file:
|
||||
|
||||
- type: regex
|
||||
name: command-injection
|
||||
condition: or
|
||||
regex:
|
||||
- 'subprocess.call\(.*shell=True.*\)'
|
||||
- 'os.system'
|
||||
@@ -36,7 +34,6 @@ file:
|
||||
|
||||
- type: regex
|
||||
name: untrusted-source
|
||||
condition: or
|
||||
regex:
|
||||
- 'pickle.loads'
|
||||
- 'cPickle.loads'
|
||||
|
||||
Reference in New Issue
Block a user