infobyte / evilgrade

Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
https://www.faradaysec.com/
1.26k stars 278 forks source link

Dynamic response depending on original request. #9

Closed mattaereal closed 8 years ago

mattaereal commented 8 years ago

Add a way of using part of the original request for the content of the response.

mattaereal commented 8 years ago

Added to current version.

If you have a request like website/path/update.xml

<%URL_FILE%> and <%URL_FILE_EXT%> will be update and .xml respectively.

Solved.