Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 770 Bytes

Windows Host Analysis.md

File metadata and controls

12 lines (10 loc) · 770 Bytes

Running powershell on blacklisted clients

Powershell without Powershell
https://www.blackhillsinfosec.com/powershell-without-powershell-how-to-bypass-application-whitelisting-environment-restrictions-av/

Stuff to try out

  • Test if you can create a scheduled task with admin privilege
  • Run > powershell > "-ExecutionPolicy Bypass" it will start a PowerShell session that allows for running scripts and keeps the lowered permissions isolated to just the current running process.

Further information