This repository was archived by the owner on Dec 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +411
-267
lines changed Expand file tree Collapse file tree 8 files changed +411
-267
lines changed Original file line number Diff line number Diff line change 1616[submodule "cme/data/randomps-scripts "]
1717 path = cme/data/randomps-scripts
1818 url = https://github.com/xorrior/RandomPS-Scripts
19- [submodule "cme/thirdparty/pywerview_ "]
20- path = cme/thirdparty/pywerview
21- url = https://github.com/the-useless-one/pywerview
22- [submodule "cme/thirdparty/impacket_ "]
23- path = cme/thirdparty/impacket
24- url = https://github.com/CoreSecurity/impacket
2519[submodule "cme/data/cme_powershell_scripts "]
2620 path = cme/data/cme_powershell_scripts
2721 url = https://github.com/byt3bl33d3r/CME-PowerShell-Scripts
3428[submodule "cme/thirdparty/pywinrm "]
3529 path = cme/thirdparty/pywinrm
3630 url = https://github.com/diyan/pywinrm
31+ [submodule "cme/thirdparty/impacket "]
32+ path = cme/thirdparty/impacket
33+ url = https://github.com/SecureAuthCorp/impacket
34+ [submodule "cme/thirdparty/pywerview "]
35+ path = cme/thirdparty/pywerview
36+ url = https://github.com/the-useless-one/pywerview
Original file line number Diff line number Diff line change 11[[source ]]
2-
3- url = " https://pypi.python.org/simple"
4- verify_ssl = true
52name = " pypi"
3+ url = " https://pypi.org/simple"
4+ verify_ssl = true
65
6+ [dev-packages ]
7+ ipython = " *"
78
89[packages ]
9-
10- pycrypto = " >=2.6 "
11- "pyasn1" = " >=0.1.8 "
12- gevent = " >=1.2.0 "
13- requests = " >=2.9.1 "
14- " bs4" = " *"
10+ pycryptodomex = " * "
11+ pyasn1 = " * "
12+ gevent = " * "
13+ requests = " * "
14+ requests-ntlm = " * "
15+ bs4 = " *"
1516netaddr = " *"
1617pyopenssl = " *"
1718termcolor = " *"
@@ -21,14 +22,7 @@ splinter = "*"
2122paramiko = " *"
2223xmltodict = " *"
2324six = " *"
24- requests-ntlm = " >=0.3.0"
2525terminaltables = " *"
2626
27-
28- [dev-packages ]
29-
30-
31-
3227[requires ]
33-
34- python_version = " 2.7"
28+ python_version = " 2.7"
Original file line number Diff line number Diff line change 11import xml .etree .ElementTree as ET
2- from Crypto .Cipher import AES
2+ from Cryptodome .Cipher import AES
33from base64 import b64decode
44from binascii import unhexlify
55from StringIO import StringIO
Original file line number Diff line number Diff line change 1- -i https://pypi.python. org/simple
1+ -i https://pypi.org/simple
22asn1crypto == 0.24.0
3- bcrypt == 3.1.4
4- beautifulsoup4 == 4.6.3
3+ backports.functools-lru-cache == 1.5 ; python_version < '3'
4+ bcrypt == 3.1.6
5+ beautifulsoup4 == 4.7.1
56bs4 == 0.0.1
6- certifi == 2018.8.24
7- cffi == 1.11.5
7+ certifi == 2019.3.9
8+ cffi == 1.12.2
89chardet == 3.0.4
9- cryptography == 2.3 .1
10- enum34 == 1.1.6 ; python_version < '3'
11- gevent == 1.3.6
12- greenlet == 0.4.14 ; platform_python_implementation == 'CPython'
13- idna == 2.7
14- ipaddress == 1.0.22 ; python_version < '3'
10+ cryptography == 2.6 .1
11+ enum34 == 1.1.6 ; python_version < '3'
12+ gevent == 1.4.0
13+ greenlet == 0.4.15 ; platform_python_implementation == 'CPython'
14+ idna == 2.8
15+ ipaddress == 1.0.22 ; python_version < '3'
1516msgpack-python == 0.5.6
1617netaddr == 0.7.19
1718ntlm-auth == 1.2.0
18- paramiko == 2.4.1
19- pyasn1 == 0.4.4
20- pycparser == 2.18
21- pycrypto == 2.6.1
19+ paramiko == 2.4.2
20+ pyasn1 == 0.4.5
21+ pycparser == 2.19
2222pycryptodomex == 3.7.3
2323pylnk == 0.2
24- pynacl == 1.2.1
25- pyopenssl == 18 .0.0
24+ pynacl == 1.3.0
25+ pyopenssl == 19 .0.0
2626requests-ntlm == 1.1.0
27- requests == 2.19.1
28- selenium == 3.14.0 ; python_version >= '2.6'
29- six == 1.11.0
30- splinter == 0.9.0
27+ requests == 2.21.0
28+ selenium == 3.141.0
29+ six == 1.12.0
30+ soupsieve == 1.8
31+ splinter == 0.10.0
3132termcolor == 1.1.0
3233terminaltables == 3.1.0
33- urllib3 == 1.23 ; python_version >= '2.6'
34- xmltodict == 0.11 .0
34+ urllib3 == 1.24.1
35+ xmltodict == 0.12 .0
Original file line number Diff line number Diff line change 2020 "cme" , "cme.*"
2121 ]),
2222 install_requires = [
23- 'pycrypto>=2.6 ' ,
23+ 'pycryptodomex ' ,
2424 'pyasn1>=0.1.8' ,
2525 'gevent>=1.2.0' ,
2626 'requests>=2.9.1' ,
You can’t perform that action at this time.
0 commit comments