forked from trustedsec/trevorc2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
65 lines (46 loc) · 1.47 KB
/
CHANGELOG.txt
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
56
57
58
59
60
61
62
63
64
65
~~~~~~~~~~~~~~~~
version 0.8
~~~~~~~~~~~~~~~~
* fix tornado asyncio issues for python3 and tornado 5.0+
~~~~~~~~~~~~~~~~
version 0.7
~~~~~~~~~~~~~~~~
* added a full interactive shell management system for TrevorC2
~~~~~~~~~~~~~~~~
version 0.6
~~~~~~~~~~~~~~~~
* adds full session management for multiple TrevorC2 clients
~~~~~~~~~~~~~~~~
version 0.5
~~~~~~~~~~~~~~~~
* moved trevorc2_client.py to python 2 and 3 compatible
* added error handling if server address was in use in trevorc2_server
~~~~~~~~~~~~~~~~
version 0.4
~~~~~~~~~~~~~~~~
* add PowerShell client thanks to Alex Williams (@offsec_ginger)
~~~~~~~~~~~~~~~~
version 0.3.2
~~~~~~~~~~~~~~~~
* change padding to 16 bit to be compatible with PowerShell native. New PS client coming soon.
~~~~~~~~~~~~~~~~
version 0.3.1
~~~~~~~~~~~~~~~~
* add root check for trevorc2
~~~~~~~~~~~~~~~~
version 0.3
~~~~~~~~~~~~~~~~
* uppercase variable names through client
* add root path query which allows you to change the file/location where the code is contained within trevorc2
* add full support for Python2/3 AES support for encrypted transfer of data
* fix control-c from exiting properly, kill process
* couple minor fixes for python3 compatibility
* update requirements.txt for pycrypto
~~~~~~~~~~~~~~~~
version 0.2
~~~~~~~~~~~~~~~~
* added SSL, python v2/3 compatibility, and multi-shell support (thanks to the awesome PR from Nicholas Albright @nma_io).
~~~~~~~~~~~~~~~~
version 0.1a
~~~~~~~~~~~~~~~~
* initial release of TrevorC2