ghostvectoracademy/DLLHijackHunter — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows security tool called DLLHijackHunter. I want it to scan a machine I’m allowed to test and find real DLL hijacking opportunities, not just guesses. It should look at services, scheduled tasks, startup items, COM objects, run keys, normal DLL search order problems, missing phantom DLLs, writable PATH folders, and auto elevate UAC related targets. After it finds candidates, have it filter out obvious noise like KnownDLLs, api set DLLs, protected paths, and places I can’t write to.
For validation, make a harmless canary DLL that only writes a confirmation file with the process id, user, integrity level, and privilege info, then clean it up. Add safe and aggressive scan profiles, with aggressive doing triggers when run as admin. Show ranked results in the console and export JSON and HTML reports with confidence, impact, proof, and next steps. Use C# on .NET 8 for Windows. Look up current docs online if you need to.
Want more depth? Deep Reverse