- Warning : Strongly for Educational Purpose.
- Obfuscation script designed to bypass AMSI and antivirus solutions.
- To evade common detection signatures, (uses string substitution and variable concatenation)
img src : Chimera Github
Chimera does several things to obfuscate the source. The transformer function will separate strings into multiple pieces and reconstruct them as new variables.
Clone :
sudo apt-get update && sudo apt-get install -Vy sed xxd libc-bin curl jq perl gawk grep coreutils git
sudo git clone https://github.com/tokyoneon/chimera /opt/chimera
sudo chown $USER:$USER -R /opt/chimera/; cd /opt/chimera/
sudo chmod +x chimera.sh; ./chimera.sh --help
Comments
Post a Comment