Powershell

Powershell

By default, we can’t run powershell script in powershell becoz it is restricted. so change it to unrestricted.

  • open powershell

  • Set-ExecutionPolicy Unrestricted

  • Get-ExecutionPolicy to check

File transfer

Reverse Shell

Bind Shell

Last updated