forked from Veil-Framework/Veil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
31 lines (24 loc) · 1.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[2018-04-05]
Released.: 3.1.5
Modified.: Setup process update is now merged in, code from @g0tmi1k - thanks for the help!!!
[2017-09-04]
Released.: 3.1.4
Modified.: Updated PowerShell check for UTC time and removed extra whitespace
[2017-06-06]
Released.: 3.1.2
Modified.: Fixed golang payloads when using virtualprotect
[2017-05-27]
Released.: 3.1.1
Modified.: Autoit payload now auto-parses and supports large shellcode input that is > 4000
[2017-05-16]
Released.: 3.1
Modified.: Most "shellcode_inject" payloads now utilize VirtualProtect to never have RWX memory. Not all do (C, AutoIt, Lua)
[2017-04-16]
Released.: 3.0.2
Modified.: PowerShell payloads no longer have -Exec bypass and fixed read format from binary to non-binary when reading a file containing shellcode.
[2017-04-04]
Released.: 3.0.1
Modified.: Python rev_https and rev_tcp modified to fix a small bug and formatting issue
[2017-03-07]
Released.: 3.0
Modified.: This is Veil 3.0's initial release (with minor bug patches post-release). Ideally everything is working well! All mods (hopefully) will be tracked in this file so you know of any changes.