Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
lib64 /
ruby /
1.9.1 /
irb /
cmd /
Delete
Unzip
Name
Size
Permission
Date
Action
chws.rb
462
B
-rw-r--r--
2009-10-02 08:04
fork.rb
557
B
-rw-r--r--
2010-05-23 04:48
help.rb
639
B
-rw-r--r--
2011-06-29 09:51
load.rb
1.1
KB
-rw-r--r--
2009-10-02 08:04
nop.rb
526
B
-rw-r--r--
2009-10-02 08:04
pushws.rb
586
B
-rw-r--r--
2009-10-02 08:04
subirb.rb
571
B
-rw-r--r--
2009-10-02 08:04
Save
Rename
# # nop.rb - # $Release Version: 0.9.6$ # $Revision: 25189 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # module IRB module ExtendCommand class Nop @RCS_ID='-$Id: nop.rb 25189 2009-10-02 12:04:37Z akr $-' def self.execute(conf, *opts) command = new(conf) command.execute(*opts) end def initialize(conf) @irb_context = conf end attr_reader :irb_context def irb @irb_context.irb end def execute(*opts) #nop end end end end