Code Monkey home page Code Monkey logo

Comments (5)

Darkcast avatar Darkcast commented on July 16, 2024

sorry the brew install fixed the shuf issue but I am still getting this error
░\e[0m ./chimera --file powershell.ps1 --all --output /tmp/payload.ps1

from chimera.

tokyoneon avatar tokyoneon commented on July 16, 2024

Open a terminal and try:

whereis shuf

Or:

sudo find / -type f -name 'shuf' 2>/dev/null

Maybe try replacing the 5 occurrences of shuf with the full path specified by one of the above commands? (e.g., replace shuf with /Users/<path>/<to>/<your>/shuf)

from chimera.

Darkcast avatar Darkcast commented on July 16, 2024

sorry, after installing the brew install coreutils shuf works
I thikn its that the term color codes are not compatible with mac :(
but everythign works. I just wanted to put in this ticket so someone could updare the readme and but that they need
to install brew install coreutils to get the app working on mac, minus the color code error thing :)

from chimera.

tokyoneon avatar tokyoneon commented on July 16, 2024

Thanks. Newer versions of macOS with Zsh seem to handle ANSI color codes properly. If you're using Bash, I bet it's the version of echo on macOS, it doesn't have the -e option like Linux systems. Can you try replacing echo -e with printf? I'm curious to know if that'll work.

sed -i "s/echo -e/printf '%b\\\n'/g" /path/to/chimera.sh

from chimera.

Darkcast avatar Darkcast commented on July 16, 2024

I am using ohmysh (thug life choose me) hahaha

from chimera.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.