Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.154.114
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
usr /
share /
nodejs /
isurl /
lib-es5 /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
1.27
KB
-rw-r--r--
index.js.map
2.6
KB
-rw-r--r--
props.js
391
B
-rw-r--r--
props.js.map
877
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
"use strict"; var hasToStringTag = require("has-to-string-tag-x"); var isObject = require("is-object"); var isURLSearchParams = require("is-urlsearchparams"); var _require = require("./props"), lenientProperties = _require.lenientProperties, strictProperties = _require.strictProperties; var searchParams = "searchParams"; var toStringTag = Object.prototype.toString; var urlClass = "[object URL]"; var isURL = function isURL(url) { var supportIncomplete = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; if (!isObject(url)) { return false; } else if (hasToStringTag && toStringTag.call(url) !== urlClass) { // Shimmed implementation with incorrect constructor name return false; } else if (!strictProperties.every(function (prop) { return prop in url; })) { return false; } else if (supportIncomplete && searchParams in url) { return isURLSearchParams.lenient(url.searchParams); } else if (supportIncomplete) { return true; } else if (lenientProperties.every(function (prop) { return prop in url; })) { return isURLSearchParams(url.searchParams); } else { return false; } }; isURL.lenient = function (url) { return isURL(url, true); }; module.exports = isURL; //# sourceMappingURL=index.js.map
Close