Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
542
B
-rw-r--r--
fork.rb
645
B
-rw-r--r--
help.rb
697
B
-rw-r--r--
load.rb
1.2
KB
-rw-r--r--
nop.rb
553
B
-rw-r--r--
pushws.rb
683
B
-rw-r--r--
subirb.rb
663
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : help.rb
# frozen_string_literal: false # # help.rb - helper using ri # $Release Version: 0.9.6$ # $Revision: 56371 $ # # -- # # # 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