Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chandusingh512/Veil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Veil-Framework/Veil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 4 files changed
  • 8 contributors

Commits on Dec 22, 2020

  1. Update for issue 394

    Ag0s authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    bf0df99 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request Veil-Framework#1 from Veil-Framework/master

    Added Support for Arch Linux and its Derivatives
    nkitan authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0928620 View commit details
    Browse the repository at this point in the history
  2. Removed duplicate code

    nkitan authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    1bd6b61 View commit details
    Browse the repository at this point in the history
  3. Update helpers.py

    nkitan authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b33a644 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request Veil-Framework#406 from nkitan/master

    removed duplicate code and fixed issue Veil-Framework#394
    ChrisTruncer authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c825577 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Fix for cli processing of --msfoptions

    anoncodeinc committed May 12, 2022
    Configuration menu
    Copy the full SHA
    51102f6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge pull request Veil-Framework#469 from anoncodeinc/master

    Fix for cli processing of --msfoptions
    ChrisTruncer authored May 20, 2022
    Configuration menu
    Copy the full SHA
    d4dd4ff View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    f078c17 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    a81ecb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. added installation of wine for manjaro

    condition [ "${os}" == "manjaro" ] was missing in wine installation procedure, just added the check and installed successfully, not sure if it was intended or forgotten.i had to fix my issue somehow
    AxissXs authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    385074d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Merge pull request Veil-Framework#476 from AxissXs/master

    added installation of wine for manjaro
    ChrisTruncer authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    5b2343f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix Veil Installation error Failed to run (wine) Python pip pefile...…

    … Exit code: 1
    
    This simple pull request fixes Veil-Framework#471 Veil-Framework#440 Veil-Framework#475 Veil-Framework#441 Veil-Framework#428 
    
    Veil uses Python 3.4, but the version of pefile grabbed by pip 19 uses f-string interpolation, which was not introduced until Python 3.6.
    
    This is easily fixed by restricting the pip load of pefile to version 2019.4.18, which doesn't use f-strings.
    
    It seems like lots of people have reported the installation failure, but have been told to make this change manually.
    
    Nobody seems to have created a pull request to fix the issue, so here you are.
    MikeRatcliffe authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    925dc5e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Merge pull request Veil-Framework#478 from MikeRatcliffe/patch-1

    Fix Installation error: Failed to run (wine) Python pip pefile
    ChrisTruncer authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f6b1da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Veil-Framework#403 from Ag0s/patch-1

    Update for issue 394
    ChrisTruncer authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    caaf626 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Update setup.sh

    adelyi authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    354a709 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge pull request Veil-Framework#480 from adelyi/patch-1

    Update setup.sh
    ChrisTruncer authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d8acd4c View commit details
    Browse the repository at this point in the history
Loading