Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.225.7.106
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
rimraf /
Delete
Unzip
Name
Size
Permission
Date
Action
CHANGELOG.md
1.45
KB
-rw-r--r--
1985-10-26 08:15
LICENSE
765
B
-rw-r--r--
1985-10-26 08:15
README.md
3.52
KB
-rw-r--r--
1985-10-26 08:15
bin.js
1.83
KB
-rwxr-xr-x
1985-10-26 08:15
package.json
1.68
KB
-rw-r--r--
2021-05-07 15:02
rimraf.js
8.66
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
# v3.0 - Add `--preserve-root` option to executable (default true) - Drop support for Node.js below version 6 # v2.7 - Make `glob` an optional dependency # 2.6 - Retry on EBUSY on non-windows platforms as well - Make `rimraf.sync` 10000% more reliable on Windows # 2.5 - Handle Windows EPERM when lstat-ing read-only dirs - Add glob option to pass options to glob # 2.4 - Add EPERM to delay/retry loop - Add `disableGlob` option # 2.3 - Make maxBusyTries and emfileWait configurable - Handle weird SunOS unlink-dir issue - Glob the CLI arg for better Windows support # 2.2 - Handle ENOENT properly on Windows - Allow overriding fs methods - Treat EPERM as indicative of non-empty dir - Remove optional graceful-fs dep - Consistently return null error instead of undefined on success - win32: Treat ENOTEMPTY the same as EBUSY - Add `rimraf` binary # 2.1 - Fix SunOS error code for a non-empty directory - Try rmdir before readdir - Treat EISDIR like EPERM - Remove chmod - Remove lstat polyfill, node 0.7 is not supported # 2.0 - Fix myGid call to check process.getgid - Simplify the EBUSY backoff logic. - Use fs.lstat in node >= 0.7.9 - Remove gently option - remove fiber implementation - Delete files that are marked read-only # 1.0 - Allow ENOENT in sync method - Throw when no callback is provided - Make opts.gently an absolute path - use 'stat' if 'lstat' is not available - Consistent error naming, and rethrow non-ENOENT stat errors - add fiber implementation