onSec-fr / CVE-2020-0688-Scanner

Quick tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2020-0688-Scanner

Quick C# tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.

Features

  • Scan hosts from an input file.
  • Passive check : grab exchange version by scraping html content.
  • Produces an output file.

Demo

How to use

Prerequisite

  • Windows
  • .NET framework 4.5.2

Download

git clone https://github.com/onSec-fr/CVE-2020-0688-Scanner.git

Run

./CVE-2020-0688-Scanner.exe [path_to_input_file]

Note : the input file can contain ip addresses, hostnames and FQDN.

Disclaimer

This tool has been developed to test your own system or for authorized security testing. Make sure you check with your local laws before running this tool.

Limitations

Since Exchange 2013, only the first 3 parts of the version number can be retrieved in this way. This means that sometimes the server may be vulnerable if it has not the very last cumulative update. In this case the server is flagged as "maybe patched".

References

About

Quick tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.

License:MIT License


Languages

Language:C# 100.0%