Uses WinDBG/CDB to analyze files and paste them.
Point your web server to the public
directory, because the main directory contains sensitive files.
The curl
and openssl
extensions must be enabled to run this, as well as allow_url_fopen
.
Input:
{
"key": "string",
"url": "string starting with $URL_PREFIX"
}
Output (success):
{
"success": true,
"url": "https://example.com/url.txt"
}
Output (failure):
{
"success": false,
"error": "Error message"
}