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.35
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 /
pigeon /
node_modules /
concat-map /
Delete
Unzip
Name
Size
Permission
Date
Action
example
[ DIR ]
drwxr-xr-x
2022-06-27 18:41
test
[ DIR ]
drwxr-xr-x
2022-06-27 18:41
.travis.yml
43
B
-rw-r--r--
2012-06-08 06:28
LICENSE
1.05
KB
-rw-r--r--
2014-01-30 04:03
README.markdown
1.14
KB
-rw-r--r--
2012-11-28 11:41
index.js
345
B
-rw-r--r--
2012-12-08 05:09
package.json
1.86
KB
-rw-r--r--
2022-06-27 18:41
Save
Rename
module.exports = function (xs, fn) { var res = []; for (var i = 0; i < xs.length; i++) { var x = fn(xs[i], i); if (isArray(x)) res.push.apply(res, x); else res.push(x); } return res; }; var isArray = Array.isArray || function (xs) { return Object.prototype.toString.call(xs) === '[object Array]'; };