Skip to content

r-Techsupport/dump-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages