Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.148.105.131
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
corepack /
shims /
nodewin /
[ HOME SHELL ]
Name
Size
Permission
Action
corepack
322
B
-rw-r--r--
corepack.cmd
218
B
-rw-r--r--
corepack.ps1
865
B
-rw-r--r--
npm
312
B
-rw-r--r--
npm.cmd
208
B
-rw-r--r--
npm.ps1
845
B
-rw-r--r--
npx
312
B
-rw-r--r--
npx.cmd
208
B
-rw-r--r--
npx.ps1
845
B
-rw-r--r--
pnpm
314
B
-rw-r--r--
pnpm.cmd
210
B
-rw-r--r--
pnpm.ps1
849
B
-rw-r--r--
pnpx
314
B
-rw-r--r--
pnpx.cmd
210
B
-rw-r--r--
pnpx.ps1
849
B
-rw-r--r--
yarn
314
B
-rw-r--r--
yarn.cmd
210
B
-rw-r--r--
yarn.ps1
849
B
-rw-r--r--
yarnpkg
320
B
-rw-r--r--
yarnpkg.cmd
216
B
-rw-r--r--
yarnpkg.ps1
861
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : yarn.ps1
#!/usr/bin/env pwsh $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent $exe="" if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { # Fix case when both the Windows and Linux builds of Node # are installed in the same directory $exe=".exe" } $ret=0 if (Test-Path "$basedir/node$exe") { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/yarn.js" $args } else { & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/yarn.js" $args } $ret=$LASTEXITCODE } else { # Support pipeline input if ($MyInvocation.ExpectingInput) { $input | & "node$exe" "$basedir/node_modules/corepack/dist/yarn.js" $args } else { & "node$exe" "$basedir/node_modules/corepack/dist/yarn.js" $args } $ret=$LASTEXITCODE } exit $ret
Close