1 2 3 4 5 6 7 8 9 10 11
#!/bin/bash if [[ $(/usr/bin/id -u) -ne 0 ]]; then echo "Please run this as root" exit fi # Delete crab files rm /etc/pam.d/crab rm /usr/bin/crab rm -fr /usr/share/crab