forked from nccgroup/autopwn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
executable file
·165 lines (114 loc) · 3.76 KB
/
CHANGES
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
autopwn v0.25.1 - 20150821
* Tool updates
* Bug fixes
autopwn v0.25.0 - 20150730
* Tools directory global config option
(in preparation for docker instance)
* Placeholders can be specified in dependencies
autopwn v0.24.0 - 20150715
* New tools
* Bug fixes
autopwn v0.23.0 - 20150715
* target_list can now be specified.
With target_list, one target
definition can be run against
multiple targets
* New tools
autopwn v0.22.1 - 20150715
* Bug fix
autopwn v0.22.0 - 20150715
* Replaced binary_name and binary_prepend
in tools with dependencies list
* Added Lynis tool
autopwn v0.21.2 - 20150714
* Bug fixes
autopwn v0.21.1 - 20150713
* New tools
* Bug fixes
autopwn v0.21.0 - 20150616
* New tools
* Bug fixes
autopwn v0.20.0 - 20150611
* Added load ability. Can now load
target files while on the shell
* Fixed tab completion for unset
* Required field in 'show options' now shows
whether current field or others required
* Modules can now be specified in targets file
* Bug fixes
autopwn v0.19.0 - 20150610
* Fixed buggy tab completion
* Added access to shell (e.g. ! ls OR shell ls)
* Added new tools
* 'show options' now shows user whether
the option is required and example values
* Bug fixes
autopwn v0.18.0 - 20150609
* Tab completion
autopwn v0.17.0 - 20150601
* autopwn shell (similar to msfconsole)
* Code rewrite (slightly cleaner now)
autopwn v0.16.0 - 20150426
* Documentation work
* Code optimisations
(966 SLOC to 926 SLOC
in autopwn/__init__.py)
* Tool config changes
* Assessment config cleanup
* Bug fixes
autopwn v0.15.0 - 20150424
* Addded ability to specify ip address lists
* Modified ruleset code to allow for lists within
lists for target-parameter-exists. This means
that a user can specify that as long as *one*
of the items in the list exists, then no
rule violation occurred
autopwn v0.14.0 - 20150421
* Added cookie support to some tools
autopwn v0.13.0 - 20150421
* autopwn has been rewritten in python3
autopwn v0.12.0 - 20150420 (with thanks to berdario)
* This is the last version of autopwn which will be written
in Python2. No new features will be written for autopwn
on Python2, only bug fixes will be backported.
* autopwn can now be installed by pip
* Adopting semver (http://semver.org/)
autopwn v0.11 - 20150417
* Added experimental cookie support for tools. Currently
only the arachni tool configuration has been updated
to allow for cookie options
autopwn v0.10 - 20150415
* Added option to specify assessments directory
* Added parallel command line option (overrides
all other parallel options specified)
autopwn v0.9.3 - 20150415
* Added timezone info to logs
* Modified parallel option in tool configs to booleans
autopwn v0.9.2 - 20150415
* Greater than and less than rules now work
autopwn v0.9.1 - 20150409
* Fixed bad bug where redirection locations were being used as
targets (had to shell=True the Popen(), will fix properly
sometime)
* Added stdout option to tool configs. If a stdout log should
be generated for a tool, then "stdout: True" should be specified,
if the tool output is being redirected to a file already,
"stdout: False" should be used so an empty stdout isn't created
autopwn v0.9 - 20150408
* autopwn global configuration file added
- parallel option (overrides assessment config option)
- scripts_directory (directory containing tools)
(currently does nothing)
* screen support
* Split tool stdout and stderr into logs
- Tools no longer require redirection nonsense
autopwn v0.8 - 20150320
* Changed target file format (had to happen)
* Included URL path option
* Bug fixes
autopwn v0.7 - 20150320
* Added rulesets to tools
* Added pre and post tool execution options
* Started work on (limited) Python code convention adherence
* Added new tools and assessments
* Various bug fixes