Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
unicode-length /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
unicode-length.js
740
B
-rw-r--r--
2022-04-25 07:43
Save
Rename
var punycode = require('punycode') var stripAnsi = require('strip-ansi') // From https://github.com/mathiasbynens/esrever/blob/master/scripts/export-data.js var REGEX_SYMBOLS = /([\0-\u02FF\u0370-\u1DBF\u1E00-\u20CF\u2100-\uD7FF\uDC00-\uFE1F\uFE30-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF])([\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]+)/g exports.get = function (input) { if (input == null) { throw new Error('Missing input') } if (typeof input !== 'string') { throw new Error('Invalid input: ' + input) } input = stripAnsi(input) const stripped = input.replace(REGEX_SYMBOLS, function ($0, symbol, combiningMarks) { return symbol }) return punycode.ucs2.decode(stripped).length }