mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update python-scanner.yaml
- Fix minor syntax in last update
This commit is contained in:
committed by
GitHub
parent
0cc5a83e13
commit
97baa89b58
@@ -38,19 +38,17 @@ file:
|
||||
- 'pickle\.loads'
|
||||
- 'c?Pickle\.loads?'
|
||||
- 'marshal\.loads'
|
||||
- 'pickle\.Unpickler
|
||||
- 'pickle\.Unpickler'
|
||||
|
||||
- type: regex
|
||||
name: dangerous-yaml
|
||||
regex:
|
||||
regex:
|
||||
- 'yaml\.load'
|
||||
- 'yaml\.safe_load'
|
||||
|
||||
- type: regex
|
||||
name: sqli
|
||||
regex:
|
||||
regex:
|
||||
- 'cursor\.execute'
|
||||
- 'sqlite3\.execute'
|
||||
- 'MySQLdb\.execute'
|
||||
|
||||
Reference in New Issue
Block a user