Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
lib64 /
ruby /
1.8 /
irb /
cmd /
[ HOME SHELL ]
Name
Size
Permission
Action
chws.rb
525
B
-rw-r--r--
fork.rb
623
B
-rw-r--r--
help.rb
589
B
-rw-r--r--
load.rb
1.17
KB
-rw-r--r--
nop.rb
600
B
-rw-r--r--
pushws.rb
649
B
-rw-r--r--
subirb.rb
658
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : help.rb
# # help.rb - helper using ri # $Release Version: 0.9.5$ # $Revision: 11708 $ # $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $ # # -- # # # require 'rdoc/ri/ri_driver' module IRB module ExtendCommand module Help begin @ri = RiDriver.new rescue SystemExit else def self.execute(context, *names) names.each do |name| begin @ri.get_info_for(name.to_s) rescue RiError puts $!.message end end nil end end end end end
Close