Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
jsonfile /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGELOG.md
8.9
KB
-rw-r--r--
2022-04-21 14:25
LICENSE
1.08
KB
-rw-r--r--
2022-04-21 14:25
README.md
6.22
KB
-rw-r--r--
2022-04-21 14:25
index.js
1.86
KB
-rw-r--r--
2022-04-21 14:25
package.json
762
B
-rw-r--r--
2022-04-21 14:25
utils.js
498
B
-rw-r--r--
2022-04-21 14:25
Save
Rename
function stringify (obj, { EOL = '\n', finalEOL = true, replacer = null, spaces } = {}) { const EOF = finalEOL ? EOL : '' const str = JSON.stringify(obj, replacer, spaces) return str.replace(/\n/g, EOL) + EOF } function stripBom (content) { // we do this because JSON.parse would convert it to a utf8 string if encoding wasn't specified if (Buffer.isBuffer(content)) content = content.toString('utf8') return content.replace(/^\uFEFF/, '') } module.exports = { stringify, stripBom }