mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-11 19:21:11 +03:00
7 lines
121 B
Python
7 lines
121 B
Python
"""
|
|
SQLMap CLI Package
|
|
A beautiful CLI wrapper for sqlmap with automated testing capabilities
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|