Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@npmcli /
fs /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
common
[ DIR ]
drwxr-xr-x
cp
[ DIR ]
drwxr-xr-x
mkdir
[ DIR ]
drwxr-xr-x
rm
[ DIR ]
drwxr-xr-x
copy-file.js
607
B
-rw-r--r--
errors.js
3.32
KB
-rw-r--r--
fs.js
377
B
-rw-r--r--
index.js
310
B
-rw-r--r--
mkdtemp.js
891
B
-rw-r--r--
with-temp-dir.js
1009
B
-rw-r--r--
write-file.js
507
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : copy-file.js
const fs = require('./fs.js') const getOptions = require('./common/get-options.js') const owner = require('./common/owner.js') const copyFile = async (src, dest, opts) => { const options = getOptions(opts, { copy: ['mode', 'owner'], wrap: 'mode', }) const { uid, gid } = await owner.validate(dest, options.owner) // the node core method as of 16.5.0 does not support the mode being in an // object, so we have to pass the mode value directly const result = await fs.copyFile(src, dest, options.mode) await owner.update(dest, uid, gid) return result } module.exports = copyFile
Close