Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
induction /
HamburgerPage /
[ HOME SHELL ]
Name
Size
Permission
Action
Images
[ DIR ]
drwxr-xr-x
index.html
1.63
KB
-rw-r--r--
script.js
748
B
-rw-r--r--
style.css
2.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : style.css
/* ─── Reset & Base Styles ───────────────────────────────────────────────────── */ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100vw; height: 100vh; overflow: hidden; font-family: sans-serif; } /* ─── Full-Screen Background Container ──────────────────────────────────────── */ .hamburgerPage-container { width: 100%; height: 100%; display: flex; flex-direction: column; background: url('Images/laptop.png'); background-size: 100% 100%; } /* ─── Cross Icon in Top-Left ────────────────────────────────────────────────── */ .cross-sign { position: absolute; top: 10px; left: 10px; z-index: 2; } .cross-sign img { /* width: 24px; */ margin: 2vh; height: 5vh; cursor: pointer; } /* ─── Main Layout ───────────────────────────────────────────────────────────── */ .main-container { flex: 1; display: flex; } .main-left-side { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; margin: 10vh 0 0 15vw; gap: 5vh; height: 20vh; /* width: 10%; */ } .main-left-side a { text-decoration: none; } /* Menu images */ .menu-img { height: 8vh; max-height: 300px; } /* Right-side logo (if still used) */ .main-right-side { margin-left: auto; padding: 10px; } /* ─── Mobile Styles: switch bg + keep layout ───────────────────────────────── */ @media (max-width: 768px) { .hamburgerPage-container { background: url('Images/phone.png'); background-size: 100% 100%; } .cross-sign img { /* width: 24px; */ margin: 0; height: 2vh; cursor: pointer; } .main-left-side { margin: 20vw; gap: 4vh; /* align-items: center; */ } .menu-img { height: 3vh; max-height: 300px; } /* If you want to stack menu vertically on mobile, uncomment below: .main-container { flex-direction: column; align-items: center; } .main-left-side { margin: 5vh auto 0; align-items: center; gap: 4vh; } .menu-img { width: 70vw; } */ }
Close