Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Releases: Veil-Framework/Veil-Evasion

Major updates to setup process

12 Sep 21:44
Compare
Choose a tag to compare

This update contains a significant number of updates to the setup process.

"=" Detection

19 Jul 18:27
775913d
Compare
Choose a tag to compare

This release adds in detection for "=" when providing extra options for msfvenom. Previously, if it wasn't included it would cause a crash.

Fix for Python Payloads

19 Jul 17:46
37fb6d8
Compare
Choose a tag to compare

This release includes a fix to prevent an error from allowing python payloads to run while using --noconsole

2.26.5 Release

05 Jun 15:19
Compare
Choose a tag to compare

This fixes the runw.exe error

Removes PyObfuscator Hash

22 Apr 17:50
5e0c2c3
Compare
Choose a tag to compare

A static hash that's been added in by pyobfuscator has now been removed

Update for Kali compatibility

01 Apr 14:04
Compare
Choose a tag to compare

This release includes an update for better Kali compatibility, patch provided by @sbrun

Fix Command Injection Issue within RPC Server

31 Mar 15:38
Compare
Choose a tag to compare

The RPC server Command injection vulnerability should now be fixed. It is now parsing user-supplied input correctly.

2.25 RPC Server Bind Change

30 Mar 22:14
Compare
Choose a tag to compare

This version no longer binds the RPC server to 127.0.0.1 limiting the exposure of a vulnerability in the RPC server.

2.24 Release

18 Feb 21:14
Compare
Choose a tag to compare

This release includes additional obfuscation to python payloads, and updates pyinstaller to version 3.1. 3.1 of Pyinstaller encrypts the bytecode, which we are utilizing. The key is randomly generated each time a payload is made.

2.23 Release

15 Jan 15:50
Compare
Choose a tag to compare

Perl payloads are now included. Review the blog post for compiling them - https://www.veil-framework.com/perl-of-no-hope-january-v-day-2016/