You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write to generic locations: crawl filesystem for writeable by low-privileged users; foreach writeable folder containing an .exe, write .DLL, plus common things like VERSION.DLL | NETAPI32.DLL | USERENV.DLL | etc. - but don't clobber existing DLLs!
Write to special sauce locations (hehehehe)
During all of the above, append to a simple cleanup script (e.g. just a .bat): del <path/to/dropped/dll>
The text was updated successfully, but these errors were encountered:
Script - probably powershell - to:
del <path/to/dropped/dll>
The text was updated successfully, but these errors were encountered: