parrot安装Veil框架
2019-04-10 本文已影响4人
Enomothem
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
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