forked from Veil-Framework/Veil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
55 lines (42 loc) · 1.87 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[2018-05-17]
Released.: 3.1.11
Modified.: Golang/meterpreter/* payloads have big fixed when injection via heap. Thanks to Carlos for pointing this out
[2018-05-16]
Released.: 3.1.10
Modified.: Setup script now in compatible with void thanks to PR #212
[2018-05-09]
Released.: 3.1.9
Modified.: Fixed bug in golang payloads when using MINPROCS check, thanks to issue #208
[2018-05-08]
Released.: 3.1.8
Modified.: Setup script to now support Ubuntu 17 - thanks to @leesoh for the PR
[2018-04-29]
Released.: 3.1.7
Modified.: Setup updated for Debian thanks to @g0tmi1k
[2018-04-23]
Released.: 3.1.6
Modified.: Updated setup (again) thanks to @g0tmi1k!!!
[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.