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 /
cqt /
node_modules /
js-yaml /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
CHANGELOG.md
18.78
KB
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
README.md
8.27
KB
-rw-r--r--
index.js
1.75
KB
-rw-r--r--
package.json
1.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict'; var loader = require('./lib/loader'); var dumper = require('./lib/dumper'); function renamed(from, to) { return function () { throw new Error('Function yaml.' + from + ' is removed in js-yaml 4. ' + 'Use yaml.' + to + ' instead, which is now safe by default.'); }; } module.exports.Type = require('./lib/type'); module.exports.Schema = require('./lib/schema'); module.exports.FAILSAFE_SCHEMA = require('./lib/schema/failsafe'); module.exports.JSON_SCHEMA = require('./lib/schema/json'); module.exports.CORE_SCHEMA = require('./lib/schema/core'); module.exports.DEFAULT_SCHEMA = require('./lib/schema/default'); module.exports.load = loader.load; module.exports.loadAll = loader.loadAll; module.exports.dump = dumper.dump; module.exports.YAMLException = require('./lib/exception'); // Re-export all types in case user wants to create custom schema module.exports.types = { binary: require('./lib/type/binary'), float: require('./lib/type/float'), map: require('./lib/type/map'), null: require('./lib/type/null'), pairs: require('./lib/type/pairs'), set: require('./lib/type/set'), timestamp: require('./lib/type/timestamp'), bool: require('./lib/type/bool'), int: require('./lib/type/int'), merge: require('./lib/type/merge'), omap: require('./lib/type/omap'), seq: require('./lib/type/seq'), str: require('./lib/type/str') }; // Removed functions from JS-YAML 3.0.x module.exports.safeLoad = renamed('safeLoad', 'load'); module.exports.safeLoadAll = renamed('safeLoadAll', 'loadAll'); module.exports.safeDump = renamed('safeDump', 'dump');
Close