
CVE-2020-0688_Microsoft Exchange の既定の MachineKeySection デシリアライズ脆弱性
CVE-2020-0688_Microsoft Exchange のデフォルト MachineKeySection の逆シリアル化の脆弱性
インストール手順:
git clone https://github.com/7heKnight/CVE-2020-0688pip install urllib3 requestsUsage: python poc.py -s <Server/ip> (Required) -u username (Required) -p password (Required) --proxy (Not Require)
Options:
-h, --help show this help message and exit
-s SERVER Exchange mail Server URL Example: http://ip/owa
-u USER Login account Example: domain\user
-p PASSWORD Password
-c COMMAND Using Command and get output from web's respond
--upload=UPLOAD Upload file and print respond the file location uploaded
--proxy=PROXY Proxy to use. Example: https://127.0.0.1:8080 (Support Only
HTTP and HTTPS)