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 /
techno /
wp-content /
themes /
twentytwentyone /
[ 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
.stylelintignore
89
B
-rwxr-xr-x
.stylelintrc-css.json
689
B
-rwxr-xr-x
.stylelintrc.json
425
B
-rwxr-xr-x
404.php
721
B
-rwxr-xr-x
archive.php
995
B
-rwxr-xr-x
comments.php
2.57
KB
-rwxr-xr-x
footer.php
2.2
KB
-rwxr-xr-x
functions.php
18.9
KB
-rwxr-xr-x
header.php
970
B
-rwxr-xr-x
image.php
3.32
KB
-rwxr-xr-x
index.php
1.17
KB
-rwxr-xr-x
package-lock.json
239.57
KB
-rwxr-xr-x
package.json
2.36
KB
-rwxr-xr-x
page.php
590
B
-rwxr-xr-x
postcss.config.js
283
B
-rwxr-xr-x
readme.txt
4.95
KB
-rwxr-xr-x
screenshot.png
276.27
KB
-rwxr-xr-x
search.php
1.61
KB
-rwxr-xr-x
searchform.php
1.4
KB
-rwxr-xr-x
single.php
1.66
KB
-rwxr-xr-x
style-rtl.css
152.28
KB
-rwxr-xr-x
style.css
152.57
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentytwentyone", "version": "1.7.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/twentytwentyone/", "devDependencies": { "@wordpress/browserslist-config": "^5.1.0", "@wordpress/eslint-plugin": "^9.3.0", "@wordpress/stylelint-config": "^19.1.0", "autoprefixer": "^10.4.12", "chokidar-cli": "^3.0.0", "eslint": "^8.23.1", "minimist": "^1.2.6", "npm-run-all": "^4.1.5", "postcss": "^8.4.16", "postcss-calc": "^8.2.4", "postcss-cli": "^10.0.0", "postcss-css-variables": "^0.18.0", "postcss-custom-media": "^8.0.2", "postcss-discard-duplicates": "^5.1.0", "postcss-focus-within": "^6.1.1", "postcss-merge-rules": "^5.1.2", "postcss-nested": "^5.0.6", "rtlcss": "^4.0.0", "sass": "^1.55.0", "stylelint": "^13.13.1", "stylelint-config-recommended-scss": "^5.0.2" }, "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "blacklist": {}, "clean": true, "greedy": false, "processUrls": false, "stringMap": [] }, "plugins": [], "map": false }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial", "build:style": "sass assets/sass/style.scss:style.css --style=expanded --source-map", "build:style-editor": "sass assets/sass/style-editor.scss:assets/css/style-editor.css --style=expanded --source-map", "build:style-dark-mode": "sass assets/sass/style-dark-mode.scss:assets/css/style-dark-mode.css --style=expanded --source-map", "build:rtl": "rtlcss style.css style-rtl.css", "build:dark-rtl": "rtlcss assets/css/style-dark-mode.css assets/css/style-dark-mode-rtl.css", "build:print": "sass assets/sass/07-utilities/print.scss:assets/css/print.css --style=expanded --source-map", "build:ie": "postcss style.css -o assets/css/ie.css", "build:ie-editor": "postcss assets/css/style-editor.css -o assets/css/ie-editor.css", "build:stylelint": "stylelint **/*.css --fix --config .stylelintrc-css.json", "build": "run-s \"build:*\"", "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial", "lint:scss": "stylelint **/*.scss", "lint-fix:scss": "stylelint **/*.scss --fix" } }
Close