mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 00:03:39 +08:00
Update python-scanner.yaml
This commit is contained in:
@@ -15,7 +15,7 @@ file:
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: Possibility of SQLi vulnerability Code Injection
|
||||
name: Possibility of Code Injection vulnerability
|
||||
regex:
|
||||
- 'exec'
|
||||
- 'eval'
|
||||
@@ -23,7 +23,7 @@ file:
|
||||
|
||||
|
||||
- type: regex
|
||||
name: The Command Injection Series
|
||||
name: The Command Injection series
|
||||
regex:
|
||||
- 'subprocess.call\(.*shell=True.*\)'
|
||||
- 'os.system'
|
||||
@@ -46,4 +46,4 @@ file:
|
||||
- type: regex
|
||||
name: Possibility of SQLi vulnerability
|
||||
regex:
|
||||
- 'cursor.execute'
|
||||
- 'cursor.execute'
|
||||
|
||||
Reference in New Issue
Block a user