Skip to content

Commit

Permalink
Updated handle
Browse files Browse the repository at this point in the history
  • Loading branch information
ly4k committed Oct 17, 2021
1 parent ce7ee7c commit 7dfc2cb
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 ollypwn
Copyright (c) 2021 ly4k

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion certipy/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Use PKINIT to authenticate to KDC with a certificate and retrieve the user's NT hash.
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-pkca/d0cf1763-3541-4008-a75f-a577fa5e8c5b
Expand Down
2 changes: 1 addition & 1 deletion certipy/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# escalation.
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#

import argparse
Expand Down
2 changes: 1 addition & 1 deletion certipy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Various constants
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# http://sctech.weebly.com/well-known-sids.html
Expand Down
2 changes: 1 addition & 1 deletion certipy/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Entrypoint for Certipy
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#

import argparse
Expand Down
2 changes: 1 addition & 1 deletion certipy/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Find certificate templates
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# https://stackoverflow.com/questions/38878647/python-convert-filetime-to-datetime-for-dates-before-1970
Expand Down
2 changes: 1 addition & 1 deletion certipy/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Formatting utilities
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#


Expand Down
2 changes: 1 addition & 1 deletion certipy/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LDAP operations
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#

import logging
Expand Down
2 changes: 1 addition & 1 deletion certipy/pkinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PKINIT structures and helpers
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# https://github.com/skelsec/minikerberos/blob/master/minikerberos/pkinit.py
Expand Down
2 changes: 1 addition & 1 deletion certipy/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Request a new certificate
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-icpr/d98e6cfb-87ba-4915-b3ec-a1b7c6129a53
Expand Down
2 changes: 1 addition & 1 deletion certipy/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Various structures and helpers for AD security
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#
# References:
# https://github.com/GhostPack/Certify/blob/2b1530309c0c5eaf41b2505dfd5a68c83403d031/Certify/Lib/DisplayUtil.cs#L316
Expand Down
2 changes: 1 addition & 1 deletion certipy/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Various general structures
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#

import enum
Expand Down
2 changes: 1 addition & 1 deletion certipy/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Target parsing from command line
#
# Authors:
# @ollypwn (https://github.com/ollypwn)
# @ly4k (https://github.com/ly4k)
#

import traceback
Expand Down

0 comments on commit 7dfc2cb

Please sign in to comment.