File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6+
7+ ## [ Unreleased] - yyyy-mm-dd
8+
9+ Here we write upgrading notes for brands. It's a team effort to make them as
10+ straightforward as possible.
11+
12+ ### Added
13+ - [ PROJECTNAME-XXXX] ( http://tickets.projectname.com/browse/PROJECTNAME-XXXX )
14+ MINOR Ticket title goes here.
15+ - [ PROJECTNAME-YYYY] ( http://tickets.projectname.com/browse/PROJECTNAME-YYYY )
16+ PATCH Ticket title goes here.
17+
18+ ### Changed
19+
20+ ### Fixed
21+
22+ ## [ 1.0.1] - 2025-08-07
23+
24+ Update after 12 Years:
25+ Configures the Apache HTTP server to deliver .gif files with a JavaScript MIME type.
26+ This is essential for the attack to work, as it allows the .gif file to be interpreted and executed as JavaScript by the browser.
27+
28+ ### Added
29+
30+ - Apache HTTP .htaccess for MIME Type abusing
31+ - Example HTML File for faster testing
32+
33+ ### Fixed
34+
35+ - Crash in orginal log.php "when the log file was requested before it was created"
36+
37+ ## [ 1.0.0] - 2013-06-13
38+
39+ Orginal PoC for testing a theorie
40+
41+ ### Added
42+
43+ ### Changed
44+
45+ ### Fixed
46+
You can’t perform that action at this time.
0 commit comments