mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
5 lines
119 B
Python
5 lines
119 B
Python
from datetime import datetime
|
|
|
|
timestamp = datetime.today().strftime("%Y-%m-%d %H:%M:%S")
|
|
prowler_version = "3.0-alfa"
|