Documentation
The main application interface. Loads or saves your session ID (:id) to a cookie for persistence, displays the HTML editor, and serves this documentation.
Renders **only** the saved HTML content for the specified ID. Ideal for use as the final exploit/payload target URL.
An explicit **logging action**. Accessing this URL records a new, persistent log entry (timestamp, IP, and headers) associated with the specified ID in the database.
The **secured log viewer**. Views the list of recorded log entries for the specified ID. Requires the ID to exist and also contains the form to POST to /logs/reset/:id.