1#!/usr/bin/bash 2# author @nu11secur1ty 2020 3apt install figlet 4echo -e 'figlet -f shadow "nu11secur1ty"' >> .bashrc 5 exit 0; 6 7