Update requirement.txt to use forked impacket
parent
15544d9014
commit
9bcb9920f0
|
@ -18,7 +18,7 @@ charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and
|
|||
click==8.1.3; python_version >= "3.7"
|
||||
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.7" and platform_system == "Windows"
|
||||
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
cryptography==37.0.2; python_version >= "3.6" and python_version < "4.0"
|
||||
cryptography==37.0.3; python_version >= "3.6" and python_version < "4.0"
|
||||
decorator==5.1.1; python_version >= "3.6"
|
||||
diskcache==5.4.0; python_version >= "3.7"
|
||||
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
||||
|
@ -27,7 +27,7 @@ flask==2.1.2; python_version >= "3.7"
|
|||
future==0.18.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
|
||||
gssapi==1.7.3; python_version >= "3.6"
|
||||
idna==3.3; python_version >= "3.7" and python_version < "4"
|
||||
impacket==0.10.0
|
||||
impacket @ git+https://github.com/mpgn/impacket.git@master
|
||||
importlib-metadata==4.2.0; python_version < "3.8" and python_version >= "3.7"
|
||||
itsdangerous==2.1.2; python_version >= "3.7"
|
||||
jinja2==3.1.2; python_version >= "3.7"
|
||||
|
@ -48,7 +48,7 @@ pillow==9.1.1; python_version >= "3.7"
|
|||
prompt-toolkit==3.0.29; python_full_version >= "3.6.2" and python_version >= "3.7"
|
||||
pyasn1==0.4.8; python_version >= "3.6"
|
||||
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
||||
pycryptodomex==3.14.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
pycryptodomex==3.15.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
pygments==2.12.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
pylnk3==0.4.2; python_version >= "3.6"
|
||||
pynacl==1.5.0; python_version >= "3.6"
|
||||
|
|
Loading…
Reference in New Issue