Skip to content

Commit

Permalink
Updated banner
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Feb 27, 2024
1 parent 0c4c157 commit 55c4149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified .github/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions DescribeNTSecurityDescriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
import sys


VERSION = "1.1"


class ExtendedRights(Enum):
"""
ExtendedRights is an enumeration of GUIDs representing various extended rights in Active Directory.
Expand Down Expand Up @@ -1679,6 +1682,8 @@ def parseArgs():
if __name__ == "__main__":
options = parseArgs()

print("DescribeNTSecurityDescriptor.py v%s - by @podalirius_\n" % VERSION)

if os.path.isfile(options.value):
print("[+] Loading ntSecurityDescriptor from file '%s'" % options.value)
filename = options.value
Expand Down

0 comments on commit 55c4149

Please sign in to comment.