I was upgrading bash for patching the shellshock vulnerability, so i follow a tutorial and i guess i messed up by replacing the old bin/bash $PATH, so i can´t login to my macbook...
The tutorial says: If you are very paranoid, you can remove execute permissions on the bash_old ....
$ sudo chmod a-x /bin/bash_old /bin/sh_old.... ------> Suspicious code...
I think this is the big mistake, so i replace the old PATH to new PATH with the new bash update (Upgraded with Homebrew) by following the steps:
$ sudo ln -s /usr/local/Cellar/bash/4.3.25/bin/bash /bin/bash
$ sudo ln -s /usr/local/Cellar/bash/4.3.25/bin/bash /bin/sh
When I restarted the macbook, i set my password and it keep on loading mode...loading...loading....and nothing happens...
I tried many things like restoring NVRAM, restoring disk, changing password as single user mode, and nothing happens.... Damn!!
Here the tutorial:
https://apple.stackexchange.com/questions/147005/can-bash-be...