├── .gitattributes ├── .gitignore ├── AmsiOpenSession.ps1 ├── DelegateAmzzBypass.ps1 ├── HookAMSI.cs ├── README.md ├── img ├── image-20220225144719026.png ├── image-20220225144807813.png ├── image-20220225144853732.png ├── image-20220225145225104.png ├── image-20220225145408952.png ├── image-20220225150152460.png ├── image-20220225171012792.png ├── image-20220225171359847.png ├── image-20220225180351342.png ├── image-20220225180856099.png ├── image-20220225181054648.png ├── image-20220225181129080.png ├── image-20220225183422626.png ├── image-20220225193018689.png ├── image-20220225212713906.png └── image-20220225220216013.png └── pay.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/.gitignore -------------------------------------------------------------------------------- /AmsiOpenSession.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/AmsiOpenSession.ps1 -------------------------------------------------------------------------------- /DelegateAmzzBypass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/DelegateAmzzBypass.ps1 -------------------------------------------------------------------------------- /HookAMSI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/HookAMSI.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/README.md -------------------------------------------------------------------------------- /img/image-20220225144719026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225144719026.png -------------------------------------------------------------------------------- /img/image-20220225144807813.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225144807813.png -------------------------------------------------------------------------------- /img/image-20220225144853732.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225144853732.png -------------------------------------------------------------------------------- /img/image-20220225145225104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225145225104.png -------------------------------------------------------------------------------- /img/image-20220225145408952.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225145408952.png -------------------------------------------------------------------------------- /img/image-20220225150152460.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225150152460.png -------------------------------------------------------------------------------- /img/image-20220225171012792.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225171012792.png -------------------------------------------------------------------------------- /img/image-20220225171359847.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225171359847.png -------------------------------------------------------------------------------- /img/image-20220225180351342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225180351342.png -------------------------------------------------------------------------------- /img/image-20220225180856099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225180856099.png -------------------------------------------------------------------------------- /img/image-20220225181054648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225181054648.png -------------------------------------------------------------------------------- /img/image-20220225181129080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225181129080.png -------------------------------------------------------------------------------- /img/image-20220225183422626.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225183422626.png -------------------------------------------------------------------------------- /img/image-20220225193018689.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225193018689.png -------------------------------------------------------------------------------- /img/image-20220225212713906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225212713906.png -------------------------------------------------------------------------------- /img/image-20220225220216013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/img/image-20220225220216013.png -------------------------------------------------------------------------------- /pay.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Bypass-AMSI/HEAD/pay.ps1 --------------------------------------------------------------------------------