Exploit Server

ID: robots.txt


HTML Editor



Documentation

GET /:id
The main application interface. Loads or saves your session ID (:id) to a cookie for persistence, displays the HTML editor, and serves this documentation.
GET /html/:id
Renders **only** the saved HTML content for the specified ID. Ideal for use as the final exploit/payload target URL.
GET /logger/:id
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.
GET /logs/:id
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.