From fef8902827a6ff1d2c9385265542f036cd03b27a Mon Sep 17 00:00:00 2001 From: Oliver Lyak <53348818+ly4k@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:36:47 +0100 Subject: [PATCH] updated description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 727169a..d377381 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,5 @@ entry_points={ "console_scripts": ["certipy=certipy.entry:main"], }, - description="Python implementation for Active Directory certificate abuse", + description="Active Directory Certificate Services enumeration and abuse", )