now i have made an app run on startup with full privileges .....
it requiers a stub file that needs UAC authentication ...... BUT
there is a twist, if you add to reguler startup key then the deskgop starts and it looks dodgey (not god)
soooo
i made a stub that executes before explorer using
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon the uac dialog runs before the desktop is created (after u click login) ,,, if the user clicks dont allow then the desktop wont show,,,, if the user clicks allow then everything works normal and the malware has full access to the file system :0
iv allso thought of unmaping explore.exe, addinu uac and making it so it needs to run with admin access then runing malware through that (not tested)
will write a tut\tool soon