HTTP Request Listener

Creates a temporary URL that will listen to all HTTP requests and log them. This is useful for an XSS attack where a user's cookies can be sent to a URL.

The URL can receive all types of HTTP methods: GET, POST, DELETE, etc.


Clicking the "Create Listener" button will create a temporary URL with the format of:

//weastie.com/l/{some short id}.

Any HTTP request to that URL will be logged to:

//weastie.com/hack_tools/listener/{same short id}.

Any user that visits the listening url will simply be redirected to the home page of Weastie.com


The listener will expire after 48 hours. Feel free to create another one after expiration.