-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.txt
174 lines (87 loc) · 4.42 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
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
166
167
168
169
170
171
172
173
174
=DAMN VULNERABLE WEB APP=
==Change Log v1.0.7==
Re-designed the login page + made some other slight cosmetic changes. 06/06/2010 (ethicalhack3r)
Started PostgreSQL implementation. 15/03/2010 (ethicalhack3r)
A few small cosmetic changes. 15/03/2010 (ethicalhack3r)
Improved the help information and look. 15/03/2010 (ethicalhack3r)
Fixed a few bugs thanks to Digininja. 15/03/2010 (ethicalhack3r)
Show logged in username. 05/02/2010 (Jason Jones)
Added new info on RandomStorm. 04/02/2010 (ethicalhack3r)
Added 'SQL Injection (Blind)'. 04/02/2010 (ethicalhack3r)
Added official documentation. 21/11/2009 (ethicalhack3r)
Implemented view all source functionality. 16/10/2009 (tmacuk, craig, ethicalhack3r)
==Change Log v1.0.6==
Fixed a bug where the logo would not show on first time use. 03/09/2009 (ethicalhack3r)
Removed 'current password' input box for low+med CSRF security. 03/09/2009 (ethicalhack3r)
Added an article which was written for OWASP Turkey. 03/10/2009 (ethicalhack3r)
Added more toubleshooting information. 02/10/2009 (ethicalhack3r)
Stored XSS high now sanitises output. 02/10/2009 (ethicalhack3r)
Fixed a 'bug' in XSS stored low which made it not vulnerable. 02/10/2009 (ethicalhack3r)
Rewritten command execution high to use a whitelist. 30/09/09 (ethicalhack3r)
Fixed a command execution vulnerability in exec high. 17/09/09 (ethicalhack3r)
Added some troubleshooting info for PHP 5.2.6 in readme.txt. 17/09/09 (ethicalhack3r)
Added the upload directory to the upload help. 17/09/09 (ethicalhack3r)
==Change Log v1.0.5==
Made IE friendly as much as possible. 30/08/2009 (ethicalhack3r)
Removed the acunetix scan report. 30/08/2009 (ethicalhack3r)
Added 'Clear Log' button to PHPIDS parser. 27/08/2009 (ethicalhack3r)
Implemented PHPIDS log parser. 27/08/2009 (ethicalhack3r)
Implemented Stored XSS vulnerability. 27/08/2009 (ethicalhack3r)
Added htaccess rule for localhost access only. 22/08/2009 (ethicalhack3r)
Added CSRF. 01/08/2009 (ethicalhack3r)
Implemented sessions/login. 01/08/2009 (ethicalhack3r)
Complete recode. (jamesr)
Complete redesign. (jamesr)
Delimited 'dvwa' in session- minimising the risk of clash with other projects running on localhost. 01/08/2009 (jamesr)
Integrated PHPIDS v0.6. 01/08/2009 (jamesr)
Streamlined login functionality. 01/08/2009 (jamesr)
==Change Log v1.0.4==
Added acunetix scan report. 24/06/2009
All links use http://hiderefer.com to hide referrer header. 23/06/2009
Updated/added 'more info' links. 23/06/2009
Moved change log info to CHANGELOG.txt. 22/06/2009
Fixed the exec.php UTF-8 output. 16/06/2009
Moved Help/View source buttons to footer. 12/06/2009
Fixed phpInfo bug. 12/06/2009
Made dvwa IE friendly. 11/06/2009
Fixed html bugs. 11/06/2009
Added more info to about page. 03/06/2009
Added pictures for the users. 03/06/2009
Fixed typos on the welcome page. 03/06/2009
Improved README.txt and fixed typos. 03/06/2009
Made SQL injection possible in sqli_med.php. Thanks to Teodor Lupan. 03/06/2009
==Change Log v1.0.3==
Changed XAMPP link in index.php. 25/05/2009
Set default security to low. 25/05/2009
Improved output in setup.php. 25/05/2009
==Change Log v1.0.2==
Removed phpinfo on higher security levels. 24/05/2009
Moved all vulnerable code to /source/. 24/05/2009
Added viewsource. 24/05/2009
==Change Log v1.0.1==
Implemented different security levels. 24/05/2009
Changed XSS from POST to GET. 22/05/2009
Some changes to CSS. 22/05/2009
Version number now in variable in header.php. 21/05/2009
Added about page. 21/05/2009
Updated login script to use database. 21/05/2009
Added admin user to database. 21/05/2009
Combined RFI + LFI to make 'File Inclusion'. 21/05/2009
More realism to Local File Inclusion. 21/05/2009
Better error output on upload script. 21/05/2009
==Change Log v1.0==
Made command execution more realistic. 20/05/2009
Added help buttons. 20/05/2009
Added .htaccess file to turn magic quotes off. 20/05/2009
Improved database creation with setup.php. 19/05/2009
Amended installation instructions in README file. 19/05/2009
Added GNU GPL license. 19/05/2009
Added a robots.txt file with disallow all. 26/01/2009
Removed link to www.ethicalhacker.co.uk in footer. 26/01/2009
Added better error output on magic quotes. 26/01/2009
==Links==
Homepage: http://www.dvwa.co.uk
Project Home: http://code.google.com/p/dvwa/
Download: http://code.google.com/p/dvwa/downloads/list
SVN: http://dvwa.googlecode.com/svn/trunk/
*Created by the DVWA team*