Skip to content

A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications

License

Notifications You must be signed in to change notification settings

python-security/pyt

 
 

Repository files navigation

PyT - Python Taint

Static analysis of Python web applications based on theoretical foundations (Control flow graphs, fixed point, dataflow analysis)

Features planned:

  • Detect Command injection
  • Detect SQL injection
  • Detect XSS
  • Detect directory traversal

Work in progress

Build Status