Skip to content

Commit

Permalink
fix aes hash
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec committed Mar 27, 2021
1 parent ab4aa08 commit b90e931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kerberoast/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.1.5"
__version__ = "0.1.6"
__banner__ = \
"""
# kerberoast %s
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msldap>=0.3.1
minikerberos>=0.2.0
minikerberos>=0.2.10
winsspi;platform_system=="Windows"
winacl>=0.0.4; platform_system=="Windows"
winacl>=0.1.1; platform_system=="Windows"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
),
install_requires=[
'msldap>=0.3.1',
'minikerberos>=0.2.3',
'minikerberos>=0.2.10',
'winsspi;platform_system=="Windows"',
'winacl>=0.0.6; platform_system=="Windows"',
'winacl>=0.1.1; platform_system=="Windows"',
],

entry_points={
Expand Down

0 comments on commit b90e931

Please sign in to comment.