-
Notifications
You must be signed in to change notification settings - Fork 169
/
ChangeLog
121 lines (94 loc) · 2.94 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
2016-08-07 Sliim <[email protected]>
* v1.1.0:
Add pentestenv local cookbook for specific setups
Add windows desktop & server targets (boxes come from vagrantcloud)
Add Whonix & tor setup examples
2016-05-02 Sliim <[email protected]>
* v1.0.1:
Ability to define multiple network with same type
Breaking: networks customization is now an array of hash
Fixed autostart customization (typo)
2016-05-01 Sliim <[email protected]>
* v1.0.0: Major release:
BREAKING changes:
- 'synced_folders' customization changed to 'volumes'
Pentest-env now have two type of machines: instances and targets
Support Docker provider
Support Openstack provider
Improved instances and targets customizations:
- autostart
- packages
- commands
- scripts
- volumes
- networks
- Virtualbox provider
- Docker provider
- Openstack provider
- Chef provisioner
Pentestrc multiple location
Improved documentation
Refactored library
Added logging
Reviewed instances list:
- kali
- cyborg
- docker-kali
Reviewed targets list:
- bricks
- dvwa
- gruyere
- vinum
- webgoat
- primer
- metasploitable
- docker-bricks
- docker-dvwa
- docker-gruyere
- docker-webgoat
- docker-mutillidae
- os-webgoat
2016-04-15 Sliim <[email protected]>
* v0.9.0: New kali-rolling box
Add new box with network fix
Moved wiki in docs/ directory
Update Chef to 12.8.1
Check for SHA256 for downloaded box
Add nexpose cookbook dependency
2016-02-14 Sliim <[email protected]>
* v0.8.0: Kali 2016.1
New targets: metasploitable, primer
Chef customizations for Kali instance
2015-09-02 Sliim <[email protected]>
* v0.7.0: Kali 2.0
2015-08-27 Sliim <[email protected]>
* v0.6.0: Kali 1.1.0
Now use pentest-chef-repo for provisioning: https://github.com/Sliim/pentest-chef-repo
2015-03-08 Sliim <[email protected]>
* v0.5.1: 0.5.0 improvements
2015-03-08 Sliim <[email protected]>
* v0.5.0: Improved customizations
Customize pentest-env from ~/.pentestrc file
Targets customizations
2015-02-28 Sliim <[email protected]>
* v0.4.0: Add WebGoat target
Setup tor & proxychains for kali instance
2013-08-24 Sliim <[email protected]>
* v0.3: Added customizations features
Customizations allow user to setup targets list to deploy and customize Kali linux:
- Packages list to install
- Directories to sync
- Script to execute
2013-08-22 Sliim <[email protected]>
* v0.2.2: Fixed targets deployment.
Targets deployment was broken when removing submodules (cookbooks not found) - removed useless code.
Removed emacs24 cookbook (useless).
2013-08-19 Sliim <[email protected]>
* v0.2.1: Removed git's submodules.
Cookbooks are now managed with berkshelf instead git's submodules.
* v0.2: Added targets features
Targets feature provide deployment of vulnerable application.
New basebox was added, it's works with virtualbox 4.2.16 and vagrant 1.2.7.
2013-08-14 Sliim <[email protected]>
* v0.1: Initial release
Works with Virtualbox 4.2.10 and vagrant 1.0.7