Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.102
166 Domain
7.3.33
wwnova
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
/
usr /
share /
ruby /
irb /
cmd /
[ HOME SHELL ]
Name
Size
Permission
Action
chws.rb
486
B
-rw-r--r--
fork.rb
573
B
-rw-r--r--
help.rb
664
B
-rw-r--r--
load.rb
1.13
KB
-rw-r--r--
nop.rb
551
B
-rw-r--r--
pushws.rb
611
B
-rw-r--r--
subirb.rb
596
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : help.rb
# # help.rb - helper using ri # $Release Version: 0.9.6$ # $Revision: 38358 $ # # -- # # # require 'rdoc/ri/driver' require "irb/cmd/nop.rb" # :stopdoc: module IRB module ExtendCommand class Help<Nop begin Ri = RDoc::RI::Driver.new rescue SystemExit else def execute(*names) if names.empty? Ri.interactive return end names.each do |name| begin Ri.display_name(name.to_s) rescue RDoc::RI::Error puts $!.message end end nil end end end end end # :startdoc:
Close