Page MenuHomeWickedGov Phorge

spec.json
No OneTemporary

Size
748 B
Referenced Files
None
Subscribers
None

spec.json

{
"paths": {
"/shellbox.php/": {
"get": {
"x-monitor": true,
"x-amples": [
{
"request": {
"headers": {
"Accept": "application/json"
}
},
"response": {
"status": 500,
"headers": {
"Content-Type": "application/json"
},
"body": {
"message": "No action was specified"
}
}
}
]
}
},
"/shellbox.php/healthz": {
"get": {
"x-monitor": true,
"x-amples": [
{
"request": {
"headers": {
"Accept": "application/json"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"__": "Shellbox running"
}
}
}
]
}
}
}
}

File Metadata

Mime Type
application/json
Expires
Fri, Jul 3, 18:15 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
81/3c/3b656161d17593950d7c4124d37e
Default Alt Text
spec.json (748 B)

Event Timeline