Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 52.14.80.49
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax
[ DIR ]
drwxrwxrwx
attributes
[ DIR ]
drwxrwxrwx
core
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
data
[ DIR ]
drwxrwxrwx
deferred
[ DIR ]
drwxrwxrwx
effects
[ DIR ]
drwxrwxrwx
event
[ DIR ]
drwxrwxrwx
exports
[ DIR ]
drwxrwxrwx
manipulation
[ DIR ]
drwxrwxrwx
queue
[ DIR ]
drwxrwxrwx
traversing
[ DIR ]
drwxrwxrwx
var
[ DIR ]
drwxrwxrwx
.eslintrc.json
60
B
-rw-rw-rw-
ajax.js
21.73
KB
-rw-rw-rw-
attributes.js
217
B
-rw-rw-rw-
callbacks.js
5.38
KB
-rw-rw-rw-
core.js
10.93
KB
-rw-rw-rw-
css.js
11.41
KB
-rw-rw-rw-
data.js
4.2
KB
-rw-rw-rw-
deferred.js
10.61
KB
-rw-rw-rw-
deprecated.js
801
B
-rw-rw-rw-
dimensions.js
1.69
KB
-rw-rw-rw-
effects.js
16.99
KB
-rw-rw-rw-
event.js
18.96
KB
-rw-rw-rw-
jquery.js
640
B
-rw-rw-rw-
manipulation.js
12.21
KB
-rw-rw-rw-
offset.js
6.12
KB
-rw-rw-rw-
queue.js
3.02
KB
-rw-rw-rw-
selector-native.js
6.24
KB
-rw-rw-rw-
selector-sizzle.js
411
B
-rw-rw-rw-
selector.js
66
B
-rw-rw-rw-
serialize.js
3.1
KB
-rw-rw-rw-
traversing.js
4.44
KB
-rw-rw-rw-
wrap.js
1.42
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : deprecated.js
define( [ "./core", "./core/nodeName" ], function( jQuery, nodeName ) { "use strict"; jQuery.fn.extend( { bind: function( types, data, fn ) { return this.on( types, null, data, fn ); }, unbind: function( types, fn ) { return this.off( types, null, fn ); }, delegate: function( selector, types, data, fn ) { return this.on( types, selector, data, fn ); }, undelegate: function( selector, types, fn ) { // ( namespace ) or ( selector, types [, fn] ) return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn ); } } ); jQuery.holdReady = function( hold ) { if ( hold ) { jQuery.readyWait++; } else { jQuery.ready( true ); } }; jQuery.isArray = Array.isArray; jQuery.parseJSON = JSON.parse; jQuery.nodeName = nodeName; } );
Close