Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
lib64 /
ruby /
2.0.0 /
irb /
cmd /
Delete
Unzip
Name
Size
Permission
Date
Action
chws.rb
486
B
-rw-r--r--
2012-12-13 08:52
fork.rb
573
B
-rw-r--r--
2012-12-13 08:52
help.rb
664
B
-rw-r--r--
2012-12-13 08:52
load.rb
1.13
KB
-rw-r--r--
2012-12-13 08:52
nop.rb
551
B
-rw-r--r--
2012-12-13 08:52
pushws.rb
611
B
-rw-r--r--
2012-12-13 08:52
subirb.rb
596
B
-rw-r--r--
2012-12-13 08:52
Save
Rename
# # fork.rb - # $Release Version: 0.9.6 $ # $Revision: 38358 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # @RCS_ID='-$Id: fork.rb 38358 2012-12-13 05:22:30Z zzak $-' # :stopdoc: module IRB module ExtendCommand class Fork<Nop def execute pid = send ExtendCommand.irb_original_method_name("fork") unless pid class << self alias_method :exit, ExtendCommand.irb_original_method_name('exit') end if iterator? begin yield ensure exit end end end pid end end end end # :startdoc: