Files
nuclei-templates/file/python/python-scanner.yaml
Mehran Seifalinia 0cc5a83e13 Update python-scanner.yaml
- Added new regex for code injection: 'execfile'.
- Added new regex for command injection: 'subprocess.run', 'commands.getoutput'. Modified 'os.popen' regex for better detection.
- Added new regex for untrusted source: 'marshal.loads', 'pickle.Unpickler'.
- Modified 'dangerous-yaml' regex to include 'yaml.safe_load'.
- Added new regex in 'sqli' for various database execute functions.
2023-08-04 12:57:44 +03:30

1.5 KiB