Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sms-billing-app /
storage /
api-docs /
[ HOME SHELL ]
Name
Size
Permission
Action
api-docs.json
8.27
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : api-docs.json
{ "openapi": "3.0.0", "info": { "title": "SMS LICENSE", "description": "RESTful API template made from lumen", "contact": { "name": "Lloric Mayuga Garcia", "email": "lloricode@gmail.com" }, "license": { "name": "MIT", "url": "https://opensource.org/licenses/MIT" }, "version": "1.0" }, "servers": [ { "url": "http://localhost:8001", "description": "API Server" } ], "paths": { "/api/v1/{type}/login": { "post": { "tags": [ "Authorization" ], "summary": "Auth / Login", "operationId": "App\\Modules\\Auth\\Http\\Controllers\\AuthController::login", "requestBody": { "content": { "application/json": { "schema": { "properties": { "username": { "description": "User Name/Email", "type": "string" }, "password": { "description": "Password", "type": "password" } }, "type": "object", "example": { "username": "yojanatech@gmail.com", "password": "admin123" } } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas" } } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Error" } } } } }, "500": { "description": "Internal Server Error" } } } }, "/api/v1/{type}/get-account": { "post": { "tags": [ "Authorization" ], "summary": "Auth / Get Account", "operationId": "App\\Modules\\Auth\\Http\\Controllers\\AuthController::get_account", "parameters": [ { "name": "type", "in": "path", "description": "Alias", "required": true, "schema": { "type": "string" }, "example": "sms" } ], "requestBody": { "content": { "application/json": { "schema": { "properties": { "uuid": { "description": "Uuid", "type": "string", "example": "0ef36240-1353-11eb-b213-b5755ddb03be" } }, "type": "object" } } } }, "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas" } } } } }, "401": { "description": "Unauthorized", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/Error" } } } } }, "500": { "description": "Internal Server Error" } }, "security": [ { "apiAuth": [] } ] } } }, "components": { "schemas": { "Error": { "required": [ "message" ], "properties": { "message": { "type": "string" } }, "type": "object" } }, "responses": { "200": { "description": "ok", "content": { "application/json": { "schema": { "properties": { "token_type": { "description": "Bearer", "type": "string" }, "expires_in": { "description": "Token expiration in miliseconds", "type": "integer", "items": {} }, "access_token": { "description": "JWT access token", "type": "string" }, "refresh_token": { "description": "Token type", "type": "string" } }, "type": "object", "example": { "token_type": "bearer", "expires_in": 3600, "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJ...", "refresh_token": "def50200b10ed22a1dab8bb0d18..." } } } } } }, "securitySchemes": { "apiAuth": { "type": "http", "description": "Login with email and password to get the authentication token", "name": "Token based Based", "in": "header", "bearerFormat": "JWT", "scheme": "bearer" } } }, "tags": [ { "name": "Authorization", "description": "API Endpoints of Authorization" }, { "name": "Localizations", "description": "API Endpoints of Localizations" } ] }
Close