Skip to content

Commit b90e931

Browse files
committed
fix aes hash
1 parent ab4aa08 commit b90e931

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

kerberoast/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.1.5"
2+
__version__ = "0.1.6"
33
__banner__ = \
44
"""
55
# kerberoast %s

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
msldap>=0.3.1
2-
minikerberos>=0.2.0
2+
minikerberos>=0.2.10
33
winsspi;platform_system=="Windows"
4-
winacl>=0.0.4; platform_system=="Windows"
4+
winacl>=0.1.1; platform_system=="Windows"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
),
4646
install_requires=[
4747
'msldap>=0.3.1',
48-
'minikerberos>=0.2.3',
48+
'minikerberos>=0.2.10',
4949
'winsspi;platform_system=="Windows"',
50-
'winacl>=0.0.6; platform_system=="Windows"',
50+
'winacl>=0.1.1; platform_system=="Windows"',
5151
],
5252

5353
entry_points={

0 commit comments

Comments
 (0)