An open API service indexing awesome lists of open source software.

https://github.com/zcgonvh/CVE-2020-0688

Exploit and detect tools for CVE-2020-0688
https://github.com/zcgonvh/CVE-2020-0688

Last synced: 4 months ago
JSON representation

Exploit and detect tools for CVE-2020-0688

Awesome Lists containing this project

README

          

## Exploit and detect tools for CVE-2020-0688(Microsoft Exchange default MachineKeySection deserialize vulnerability)

### build

csc ExchangeCmd.cs
csc ExchangeDetect.cs

### usage
ExchangeDetect

![](https://raw.githubusercontent.com/zcgonvh/CVE-2020-0688/master/detect.png)

ExchangeCmd
sub commands:
exec [args]
exec command

arch
get remote process architecture(for shellcode)

shellcode
run shellcode

exit
exit program
![](https://raw.githubusercontent.com/zcgonvh/CVE-2020-0688/master/exp.png)

for more information, read [writeup.pdf](https://raw.githubusercontent.com/zcgonvh/CVE-2020-0688/master/writeup.pdf)(in chinese).