Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
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
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
IO /
[ HOME SHELL ]
Name
Size
Permission
Action
%3c%3c-i.yaml
560
B
-rw-r--r--
binmode-i.yaml
383
B
-rw-r--r--
block_scanf-i.yaml
201
B
-rw-r--r--
bytes-i.yaml
568
B
-rw-r--r--
cdesc-IO.yaml
7.74
KB
-rw-r--r--
chars-i.yaml
617
B
-rw-r--r--
close-i.yaml
612
B
-rw-r--r--
close_read-i.yaml
720
B
-rw-r--r--
close_write-i.yaml
767
B
-rw-r--r--
closed%3f-i.yaml
689
B
-rw-r--r--
each-i.yaml
815
B
-rw-r--r--
each_byte-i.yaml
637
B
-rw-r--r--
each_char-i.yaml
625
B
-rw-r--r--
each_line-i.yaml
825
B
-rw-r--r--
eof%3f-i.yaml
1.15
KB
-rw-r--r--
eof-i.yaml
1.15
KB
-rw-r--r--
fcntl-i.yaml
665
B
-rw-r--r--
fileno-i.yaml
470
B
-rw-r--r--
flush-i.yaml
598
B
-rw-r--r--
for_fd-c.yaml
259
B
-rw-r--r--
foreach-c.yaml
673
B
-rw-r--r--
fsync-i.yaml
591
B
-rw-r--r--
getbyte-i.yaml
458
B
-rw-r--r--
getc-i.yaml
452
B
-rw-r--r--
gets-i.yaml
895
B
-rw-r--r--
inspect-i.yaml
269
B
-rw-r--r--
ioctl-i.yaml
586
B
-rw-r--r--
isatty-i.yaml
525
B
-rw-r--r--
lineno%3d-i.yaml
748
B
-rw-r--r--
lineno-i.yaml
816
B
-rw-r--r--
lines-i.yaml
679
B
-rw-r--r--
new-c.yaml
655
B
-rw-r--r--
open-c.yaml
599
B
-rw-r--r--
pid-i.yaml
712
B
-rw-r--r--
pipe-c.yaml
1.27
KB
-rw-r--r--
popen-c.yaml
2.03
KB
-rw-r--r--
pos%3d-i.yaml
432
B
-rw-r--r--
pos-i.yaml
475
B
-rw-r--r--
print-i.yaml
902
B
-rw-r--r--
printf-i.yaml
384
B
-rw-r--r--
putc-i.yaml
600
B
-rw-r--r--
puts-i.yaml
787
B
-rw-r--r--
read-c.yaml
782
B
-rw-r--r--
read-i.yaml
974
B
-rw-r--r--
read_nonblock-i.yaml
999
B
-rw-r--r--
readbyte-i.yaml
321
B
-rw-r--r--
readbytes-i.yaml
473
B
-rw-r--r--
readchar-i.yaml
321
B
-rw-r--r--
readline-i.yaml
331
B
-rw-r--r--
readlines-c.yaml
537
B
-rw-r--r--
readlines-i.yaml
695
B
-rw-r--r--
readpartial-i.yaml
3.72
KB
-rw-r--r--
reopen-i.yaml
749
B
-rw-r--r--
rewind-i.yaml
549
B
-rw-r--r--
scanf-i.yaml
1.24
KB
-rw-r--r--
seek-i.yaml
1.01
KB
-rw-r--r--
select-c.yaml
323
B
-rw-r--r--
soak_up_spaces-i.yaml
179
B
-rw-r--r--
stat-i.yaml
542
B
-rw-r--r--
sync%3d-i.yaml
630
B
-rw-r--r--
sync-i.yaml
544
B
-rw-r--r--
sysopen-c.yaml
421
B
-rw-r--r--
sysread-i.yaml
649
B
-rw-r--r--
sysseek-i.yaml
624
B
-rw-r--r--
syswrite-i.yaml
614
B
-rw-r--r--
tell-i.yaml
477
B
-rw-r--r--
to_i-i.yaml
214
B
-rw-r--r--
to_io-i.yaml
237
B
-rw-r--r--
tty%3f-i.yaml
521
B
-rw-r--r--
ungetc-i.yaml
828
B
-rw-r--r--
write-i.yaml
734
B
-rw-r--r--
write_nonblock-i.yaml
636
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : popen-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Runs the specified command string as a subprocess; the subprocess's standard input and output will be connected to the returned <tt>IO</tt> object. If <em>cmd_string</em> starts with a ``<tt>-</tt>'', then a new instance of Ruby is started as the subprocess. The default mode for the new file object is ``r'', but <em>mode</em> may be set to any of the modes listed in the description for class IO. - !ruby/struct:SM::Flow::P body: If a block is given, Ruby will run the command as a child connected to Ruby with a pipe. Ruby's end of the pipe will be passed as a parameter to the block. At the end of block, Ruby close the pipe and sets <tt>$?</tt>. In this case <tt>IO::popen</tt> returns the value of the block. - !ruby/struct:SM::Flow::P body: "If a block is given with a <em>cmd_string</em> of ``<tt>-</tt>'', the block will be run in two separate processes: once in the parent, and once in a child. The parent process will be passed the pipe object as a parameter to the block, the child version of the block will be passed <tt>nil</tt>, and the child's standard in and standard out will be connected to the parent through the pipe. Not available on all platforms." - !ruby/struct:SM::Flow::VERB body: " f = IO.popen("uname")\n p f.readlines\n puts "Parent is #{Process.pid}"\n IO.popen ("date") { |f| puts f.gets }\n IO.popen("-") {|f| $stderr.puts "#{Process.pid} is here, f is #{f}"}\n p $?\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " ["Linux\\n"]\n Parent is 26166\n Wed Apr 9 08:53:52 CDT 2003\n 26169 is here, f is\n 26166 is here, f is #<IO:0x401b3d44>\n #<Process::Status: pid=26166,exited(0)>\n" full_name: IO::popen is_singleton: true name: popen params: | IO.popen(cmd_string, mode="r" ) => io IO.popen(cmd_string, mode="r" ) {|io| block } => obj visibility: public
Close