Chimera icon indicating copy to clipboard operation
Chimera copied to clipboard

Chimera is a PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.

Results 8 Chimera issues
Sort by recently updated
recently updated
newest added

When using -v , in some case where PS scripts uses Out-File and a $file variable was defined, it overwrites the "-File" part of the cmdlet, creating unknwon command Out-DFsdv34sdfvd....

MacOS running: catalina 10.15.7 ./chimera.sh: line 71: shuf: command not found ░\e[0m ./chimera --file powershell.ps1 --all --output /tmp/payload.ps1 I have install the core utils brew install coreutils still giving me...

How to install and how to use make a video

100% guaranteed AV bypass thanks to breaking the code and make it not work

is it any different from Invoke Obfuscation powershell? what are the differences?

https://www.virustotal.com/gui/file/74a47198fefa10a8ebb88a8b130259e56a5a9fc4302089ac73009742ba5c98dc/detection

I use chimera to get the receptor.sph file of the receptor pdb file, as follows: chimera_in='''from chimera import runCommand, openModels, MSMSModel runCommand("surf") surf = openModels.list(modelTypes=[MSMSModel])[0] surf = openModels.list(modelTypes=[MSMSModel])[0] writeDMS(surf, "receptor.ms")'''...