Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.144.124.161
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
postcss-selector-parser /
dist /
selectors /
[ HOME SHELL ]
Name
Size
Permission
Action
attribute.js
15.57
KB
-rw-r--r--
className.js
2.21
KB
-rw-r--r--
combinator.js
969
B
-rw-r--r--
comment.js
951
B
-rw-r--r--
constructors.js
2.35
KB
-rw-r--r--
container.js
11.38
KB
-rw-r--r--
guards.js
2.61
KB
-rw-r--r--
id.js
1.04
KB
-rw-r--r--
index.js
780
B
-rw-r--r--
namespace.js
2.91
KB
-rw-r--r--
nesting.js
974
B
-rw-r--r--
node.js
6.52
KB
-rw-r--r--
pseudo.js
1.21
KB
-rw-r--r--
root.js
2.01
KB
-rw-r--r--
selector.js
987
B
-rw-r--r--
string.js
945
B
-rw-r--r--
tag.js
957
B
-rw-r--r--
types.js
849
B
-rw-r--r--
universal.js
1016
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : constructors.js
"use strict"; exports.__esModule = true; exports.universal = exports.tag = exports.string = exports.selector = exports.root = exports.pseudo = exports.nesting = exports.id = exports.comment = exports.combinator = exports.className = exports.attribute = void 0; var _attribute = _interopRequireDefault(require("./attribute")); var _className = _interopRequireDefault(require("./className")); var _combinator = _interopRequireDefault(require("./combinator")); var _comment = _interopRequireDefault(require("./comment")); var _id = _interopRequireDefault(require("./id")); var _nesting = _interopRequireDefault(require("./nesting")); var _pseudo = _interopRequireDefault(require("./pseudo")); var _root = _interopRequireDefault(require("./root")); var _selector = _interopRequireDefault(require("./selector")); var _string = _interopRequireDefault(require("./string")); var _tag = _interopRequireDefault(require("./tag")); var _universal = _interopRequireDefault(require("./universal")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } var attribute = function attribute(opts) { return new _attribute["default"](opts); }; exports.attribute = attribute; var className = function className(opts) { return new _className["default"](opts); }; exports.className = className; var combinator = function combinator(opts) { return new _combinator["default"](opts); }; exports.combinator = combinator; var comment = function comment(opts) { return new _comment["default"](opts); }; exports.comment = comment; var id = function id(opts) { return new _id["default"](opts); }; exports.id = id; var nesting = function nesting(opts) { return new _nesting["default"](opts); }; exports.nesting = nesting; var pseudo = function pseudo(opts) { return new _pseudo["default"](opts); }; exports.pseudo = pseudo; var root = function root(opts) { return new _root["default"](opts); }; exports.root = root; var selector = function selector(opts) { return new _selector["default"](opts); }; exports.selector = selector; var string = function string(opts) { return new _string["default"](opts); }; exports.string = string; var tag = function tag(opts) { return new _tag["default"](opts); }; exports.tag = tag; var universal = function universal(opts) { return new _universal["default"](opts); }; exports.universal = universal;
Close