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.1
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 /
quiz1 /
node_modules /
@svgr /
core /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
config.js
2.21
KB
-rw-rw-rw-
convert.js
916
B
-rw-rw-rw-
index.js
595
B
-rw-rw-rw-
plugins.js
1.31
KB
-rw-rw-rw-
state.js
738
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : state.js
"use strict"; exports.__esModule = true; exports.expandState = expandState; var _path = _interopRequireDefault(require("path")); var _camelcase = _interopRequireDefault(require("camelcase")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const validCharacters = /[^a-zA-Z0-9_-]/g; function getComponentName(state) { if (!state.filePath) return 'SvgComponent'; const pascalCaseFileName = (0, _camelcase.default)(_path.default.parse(state.filePath).name.replace(validCharacters, ''), { pascalCase: true }); return `Svg${pascalCaseFileName}`; } function expandState(state) { return { componentName: state.componentName || getComponentName(state), ...state }; }
Close