mirror of
https://github.com/Gowtham-Darkseid/AutoPentestX.git
synced 2026-03-31 08:39:05 +02:00
8 lines
148 B
Python
8 lines
148 B
Python
"""
|
|
AutoPentestX - Automated Penetration Testing Toolkit
|
|
Modules Package Initialization
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "AutoPentestX Team"
|