mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
8 lines
157 B
Python
8 lines
157 B
Python
from datetime import datetime
|
|
|
|
timestamp = datetime.today().strftime("%Y-%m-%d %H:%M:%S")
|
|
prowler_version = "3.0-alfa"
|
|
|
|
# Groups
|
|
groups_file = "groups.json"
|