parrot安装Veil框架

parrot安装Veil框架


kali veil install enter the following code

apt -y install veil
/usr/share/veil/config/setup.sh --force --silent

another system

git clone https://github.com/Veil-Framework/Veil.git
mv Veil /opt
cd /opt/Veil/
./config/setup.sh --force --silent

run:cd opt/Veil

./Veil.py
parrot安装Veil框架_第1张图片
image.png

parrot安装Veil-Evasion框架


kali veil install enter the following code

 apt-get install veil-evasion

another system

apt-get -y install git
git clone https://github.com/Veil-Framework/Veil-Evasion.git
cd Veil-Evasion/
cd setup
setup.sh -c

run

./Veil-Evasion.py

links:https://blog.csdn.net/abc_12366/article/details/81324594
links:https://github.com/Veil-Framework/Veil-Evasion

你可能感兴趣的:(parrot安装Veil框架)