-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Catalina shuf error #3
Comments
sorry the brew install fixed the shuf issue but I am still getting this error |
Open a terminal and try: whereis shuf Or: sudo find / -type f -name 'shuf' 2>/dev/null Maybe try replacing the 5 occurrences of |
sorry, after installing the brew install coreutils shuf works |
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
|
I am using ohmysh (thug life choose me) hahaha |
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 the error
The text was updated successfully, but these errors were encountered: