Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 392 Bytes

File metadata and controls

10 lines (9 loc) · 392 Bytes

000webhost banner injection mechanism

  • As of 24 June 2019
  1. Retrieve compiled HTML code.
  2. Replace the first occurrence of "</body>" to "<banner here></body>".
  3. Send the modified HTML code as response.

Solution 001

  • Add "<!--</body>-->" before "</body>" to your code.
  • Note: "require" is suggested to use with this solution.
  • Solution expired on: ?