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 : xterm.html
{% extends "layout.html" %} {% block content %} <div class="main-content pb55"> <div class="container-fluid"> <div class="safe bgw mtb15 pd15" style="height: 100%;"> <link rel="stylesheet" href="/static/css/xterm.css" /> <div class="quick_links"> <div class="quick_links_title"><span class="glyphicon glyphicon-lock" aria-hidden="true"></span>SSH://</div> <input type="text" class="quick_links_input" placeholder="root@192.168.1.1:21, support temporary SSH connection."> <span class="glyphicon glyphicon-triangle-bottom" aria-hidden="true"></span> </div> <div class="term_box" id="term_box_view"> <div class="term_item_tab"> <div class="list"></div> <span class="addServer" title="Add server SSH information"> <span class="glyphicon glyphicon-plus" aria-hidden="true" ></span> </span> <span class="tab_tootls"> <span class="glyphicon glyphicon-resize-full" aria-hidden="true" title="Full Screen"></span><span>Full Screen</span> <!-- <span class="glyphicon glyphicon-triangle-top" aria-hidden="true"></span> <span class="glyphicon glyphicon-triangle-bottom" aria-hidden="true"></span> --> </span> </div> <div class="term_content_tab"> <div class="term-tool-button tool-hide"><span class="glyphicon glyphicon-menu-right"></span></div> </div> </div> <div class="term_tootls"> <div class="tootls_tab"><span class="active">Server list</span><a href="javascript:;" data-type="host" title="Add server SSH information"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span></a></div> <ul class="tootls_host_list"></ul> <div class="tootls_tab"><span class="active">Commands<i>(Click to copy)</i></span><a href="javascript:;" data-type="shell" title="Add common commands"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span></a></div> <ul class="tootls_commonly_list"></ul> </div> </div> </div> </div> <script type="text/html" id="host_form_view"> <div class="bt-form bt-form-2x pd20" id="host_form"> <input type="text" name="sort" class="hidden" value="<% this.form.sort %>" /> <div class="line input_group"> <span class="tname">Server IP</span> <div class="info-r"> <input type="text" name="host" class="bt-input-text mr5" style="width:240px" value="<% this.form.host %>" placeholder="Enter server IP" val="" autocomplete="off" /> <input type="text" name="port" class="bt-input-text mr5" style="width:60px" placeholder="Port" value="<% this.form.port %>" autocomplete="off"/> </div> </div> <div class="line"> <span class="tname">SSH account</span> <div class="info-r"> <input type="text" name="username" class="bt-input-text mr5" style="width:305px" placeholder="Enter SSH account" value="<% this.form.username %>" autocomplete="off"/> </div> </div> <div class="line"> <span class="tname">Verification</span> <div class="info-r "> <div class="btn-group"> <button type="button" tabindex="-1" class="btn btn-sm auth_type_checkbox <% !(this.form.password != '' || this.form.pkey == '' && this.form.password == '')?'btn-default':'btn-success' %>" data-ctype="0">Password</button> <button type="button" tabindex="-1" class="btn btn-sm auth_type_checkbox <% this.form.pkey == ''?'btn-default':'btn-success' %>" data-ctype="1">Private key</button> </div> </div> </div> <div class="line c_password_view <% (this.form.password != '' || this.form.pkey == '' && this.form.password == '')?'show':'hidden'%>"> <span class="tname">Password</span> <div class="info-r"> <input type="text" name="password" class="bt-input-text mr5" placeholder="Please enter SSH password" style="width:305px;" value="<% this.form.password %>" autocomplete="off"/> </div> </div> <div class="line c_pkey_view <% this.form.pkey != ''?'show':'hidden'%>"> <span class="tname">Private key</span> <div class="info-r"> <textarea rows="4" name="pkey" class="bt-input-text mr5" placeholder="Please enter SSH Private key" style="width:305px;height: 80px;line-height: 18px;padding-top:10px;"><% this.form.pkey %></textarea> </div> </div> <div class="line key_pwd_line <% this.form.pkey != '' ? 'show' : 'hidden' %>"> <span class="tname">Key password</span> <div class="info-r"> <input type="text" name="pkey_passwd" class="bt-input-text mr5" placeholder="Please enter Key password, can be blank" style="width:305px;" value="<% this.form.pkey_passwd %>" autocomplete="off"/> </div> </div> <div class="line"> <span class="tname">Remarks</span> <div class="info-r"> <input type="text" name="ps" class="bt-input-text mr5" placeholder="Please enter remarks, can be blank" style="width:305px;" value="<% this.form.ps %>" autocomplete="off"/> </div> </div> </div> </script> <script type="text/html" id="shell_form_view"> <div class="bt-form bt-form-2x pd20" id="host_form"> <div class="line"> <span class="tname">Name</span> <div class="info-r"> <input type="text" name="title" class="bt-input-text mr5" style="width:305px" placeholder="Please enter command description, required" value="<% this.form.title %>" autocomplete="off"/> </div> </div> <div class="line"> <span class="tname">Content</span> <div class="info-r"> <textarea rows="4" name="shell" class="bt-input-text mr5" placeholder="Please enter command content, required" style="width:305px;height: 150px;line-height: 18px;padding-top:10px;"><% this.form.shell %></textarea> </div> </div> </div> </script> {% endblock %} {% block scripts %} {{ super() }} <script type="text/javascript" src="/static/js/jquery.dragsort-0.5.2.min.js"></script> <script type="text/javascript" src="/static/js/clipboard.min.js"></script> <script type="text/javascript" src="/static/js/xterm.js"></script> <script type="text/javascript" src="/static/js/term.js"></script> {% endblock %}
Close