Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.216.199
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
node_modules /
yaml /
Delete
Unzip
Name
Size
Permission
Date
Action
browser
[ DIR ]
drwxrwxrwx
2025-03-24 11:44
dist
[ DIR ]
drwxrwxrwx
2025-03-24 11:44
LICENSE
738
B
-rw-rw-rw-
2025-03-24 11:44
README.md
6.47
KB
-rw-rw-rw-
2025-03-24 11:44
bin.mjs
310
B
-rw-rw-rw-
2025-03-24 11:44
package.json
3.12
KB
-rw-rw-rw-
2025-03-24 11:44
util.js
80
B
-rw-rw-rw-
2025-03-24 11:44
Save
Rename
#!/usr/bin/env node import { UserError, cli, help } from './dist/cli.mjs' cli(process.stdin, error => { if (error instanceof UserError) { if (error.code === UserError.ARGS) console.error(`${help}\n`) console.error(error.message) process.exitCode = error.code } else if (error) throw error })