├── 0688-detect.py ├── ExchangeCmdPy.py ├── README.md ├── cve-2020-0688.py └── requirements.txt /0688-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/cve-2020-0688/HEAD/0688-detect.py -------------------------------------------------------------------------------- /ExchangeCmdPy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/cve-2020-0688/HEAD/ExchangeCmdPy.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/cve-2020-0688/HEAD/README.md -------------------------------------------------------------------------------- /cve-2020-0688.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/cve-2020-0688/HEAD/cve-2020-0688.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome>=3.16.0 2 | requests>=2.28.2 3 | urllib3>=1.26.14 4 | --------------------------------------------------------------------------------