Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
quiz1 /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
components
[ DIR ]
dr-xr-xr-x
images
[ DIR ]
dr-xr-xr-x
API.ts
1.27
KB
-rw-rw-rw-
App.css
2.93
KB
-rw-rw-rw-
App.tsx
5.5
KB
-rw-rw-rw-
index.tsx
465
B
-rw-rw-rw-
main.tsx
220
B
-rw-rw-rw-
react-app-env.d.ts
41
B
-rw-rw-rw-
utils.ts
98
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : App.css
body, html { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; background-color: #f5f5f5; color: #333; text-align: center; background-image: linear-gradient(120deg, #a6c1ee, #fbc2eb); min-height: 100vh; } ::selection { background-color: #6a1b9a; color: white; } *, *::before, *::after { box-sizing: inherit; } .main { max-width: 800px; margin: 40px auto; padding: 30px; background-color: white; border-radius: 10px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); text-align: center; overflow: hidden; } h1 { font-size: 2.8rem; color: #2c3e50; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 2px; border-bottom: 3px solid #3498db; display: inline-block; padding-bottom: 10px; } .score { font-size: 1.8rem; color: #16a085; font-weight: bold; margin: 15px 0; } .number { font-size: 1.2rem; margin: 10px 0; font-weight: 500; color: #2d3436; } button { display: inline-block; background-color: #3498db; color: white; border: none; padding: 12px 25px; border-radius: 8px; font-size: 1rem; cursor: pointer; transition: all 0.3s ease-in-out; margin-top: 15px; text-transform: uppercase; font-weight: bold; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } button:hover { background-color: #2980b9; transform: translateY(-3px); } button:active { background-color: #1c5980; transform: translateY(2px); } button.start { width: 65%; font-size: 1.2rem; } button.next { background-color:#3498db; } button.next:hover { background-color: #2980b9; } p { font-size: 1.1rem; color: #636e72; } span.result { font-weight: bold; color: #27ae60; } .mid { display: flex; flex-direction: column; gap: 15px; align-items: center; } .category-select { width: 80%; max-width: 400px; padding: 10px; font-size: 1rem; border-radius: 5px; border: 1px solid #b2bec3; background-color: #ecf0f1; color: #2c3e50; cursor: pointer; transition: all 0.2s ease-in-out; } .category-select:focus, .category-select:hover { border-color: #3498db; outline: none; background-color: #dfe6e9; } .result { margin-top: 20px; } .result h2 { font-size: 1.5rem; color: #2c3e50; margin-bottom: 10px; } .result p { font-size: 1.2rem; color: #7f8c8d; } /* Responsive Design */ @media (max-width: 768px) { .main { padding: 20px; } h1 { font-size: 2rem; } .score { font-size: 1.4rem; } button { font-size: 0.9rem; padding: 10px 20px; } .category-select { font-size: 0.9rem; } } @media (max-width: 480px) { h1 { font-size: 1.8rem; } button { font-size: 0.85rem; padding: 8px 16px; } .score { font-size: 1.2rem; } .category-select { font-size: 0.8rem; } }
Close