美文网首页
How To Install Veil-Evasion

How To Install Veil-Evasion

作者: DeamoV | 来源:发表于2017-04-29 01:02 被阅读48次

    reference:https://github.com/Veil-Framework/Veil-Evasion

    What is Veil-Evasion

    Veil-Evasion was designed to run on Kali Linux, but should function on any system capable of executing python scripts. Simply call Veil-Evasion from the command line, and follow the menu to generate a payload. Upon creating the payload, Veil-Evasion will ask if you would like the payload file to be converted into an executable by Pyinstaller or Py2Exe.

    If using Pyinstaller, Veil-Evasion will convert your payload into an executable within Kali.

    If using Py2Exe, Veil-Evasion will create three files:

    • payload.py - The payload file
    • setup.py - Required file for Py2Exe
    • runme.bat - Batch script for compiling the payload into a Windows executable

    Move all three files onto your Windows machine with Python installed. All three files should be placed in the root of the directory Python was installed to (likely C:\Python27). Run the batch script to convert the Python script into an executable format.

    Place the executable file on your target machine through any means necessary and don't get caught!

    How To Install

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

    然后缺啥用装啥

    pip install blablabla #缺啥装啥
    

    How To Use(check in the reference

    2017/3/29

    相关文章

      网友评论

          本文标题: How To Install Veil-Evasion

          本文链接:https://www.haomeiwen.com/subject/lcxzzttx.html