Lluna's Pure land.

What is life like when singing to wine?

0%

Veil-Evasion安装

Veil-Evasion简介

Veil-Evasion是一种免杀工具,用于生成绕过常见AV的metasploit payload。

Veil-Evasion被原生设计在kali上,,但kali2020已经需要独立安装。其实存在python环境的系统上应该都能运行。你可以用命令行轻松调用Veil-Evasion,按菜单选项生成payload。在创建payload的时候,Veil-Evasion会询问你是否想把payload文件用Pyinstaller或者Py2Exe转为可执行文件。

免责声明:本文只为学习记录,任何人非法使用产生的任何后果,作者概不负责!!!

安装

首先更新系统,本次系统为2020.3

1
2
apt-get update        //更新所有软件包的列表
apt-get upgrade //更新所有软件

查看系统详情

1
2
3
4
5
6
7
root@JIYE:~# lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2020.3
Codename: kali-rolling
root@JIYE:~#

配置clone加速,需要配置代理。

1
2
git config --global http.proxy 'socks5://127.0.0.1:1080' 
git config --global https.proxy 'socks5://127.0.0.1:1080'

安装veil

1
2
apt-get install veil-evasion
veil

由于需要运行windows下的程序,所以需要安装windows系统下的程序

默认安装即可

其他安装略

安装可能会出现错误(我的错误如下),执行以下操作

错误如下,按提示执行命令即可

[I] If you have any errors running Veil, run: ‘./Veil.py –setup’ and select the nuke the wine folder option

[I] Done!

[!] ERROR #2-3: Can’t find the WINE profile for AuotIT v3 (/var/lib/veil/wine//drive_c/Program Files/AutoIt3/Aut2Exe/Aut2exe.exe). Run:/usr/share/veil/config/setup.sh –force –silent

root@JIYE:~# Could not find Wine Gecko. HTML rendering will be disabled.
004a:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE

1
2
cd /usr/share/veil/ &&./Veil.py --set up
/usr/share/veil/config/setup.sh --force --silent

运行

日后再写使用方式。。。佛系佛系

-------------纸短情长下次再见-------------