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.135
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 /
Dir /
[ HOME SHELL ]
Name
Size
Permission
Action
%5b%5d-c.yaml
397
B
-rw-r--r--
cdesc-Dir.yaml
1.97
KB
-rw-r--r--
chdir-c.yaml
1.46
KB
-rw-r--r--
chroot-c.yaml
420
B
-rw-r--r--
close-i.yaml
425
B
-rw-r--r--
delete-c.yaml
387
B
-rw-r--r--
each-i.yaml
629
B
-rw-r--r--
entries-c.yaml
547
B
-rw-r--r--
foreach-c.yaml
643
B
-rw-r--r--
getwd-c.yaml
451
B
-rw-r--r--
glob-c.yaml
3.46
KB
-rw-r--r--
inspect-i.yaml
269
B
-rw-r--r--
mkdir-c.yaml
605
B
-rw-r--r--
mktmpdir-c.yaml
2.34
KB
-rw-r--r--
new-c.yaml
277
B
-rw-r--r--
open-c.yaml
510
B
-rw-r--r--
path-i.yaml
397
B
-rw-r--r--
pos%3d-i.yaml
636
B
-rw-r--r--
pos-i.yaml
468
B
-rw-r--r--
pwd-c.yaml
447
B
-rw-r--r--
read-i.yaml
526
B
-rw-r--r--
rewind-i.yaml
461
B
-rw-r--r--
rmdir-c.yaml
385
B
-rw-r--r--
seek-i.yaml
699
B
-rw-r--r--
tell-i.yaml
470
B
-rw-r--r--
tmpdir-c.yaml
251
B
-rw-r--r--
unlink-c.yaml
387
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : open-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: With no block, <tt>open</tt> is a synonym for <tt>Dir::new</tt>. If a block is present, it is passed <em>aDir</em> as a parameter. The directory is closed at the end of the block, and <tt>Dir::open</tt> returns the value of the block. full_name: Dir::open is_singleton: true name: open params: | Dir.open( string ) => aDir Dir.open( string ) {| aDir | block } => anObject visibility: public
Close