Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 574 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 574 Bytes

dump-api

Uses WinDBG/CDB to analyze files and paste them.

Installation

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.

API specification

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"
}