Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
lib /
ruby /
2.5.0 /
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 : chws.rb
# frozen_string_literal: false # # change-ws.rb - # $Release Version: 0.9.6$ # $Revision: 56371 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "irb/cmd/nop.rb" require "irb/ext/change-ws.rb" # :stopdoc: module IRB module ExtendCommand class CurrentWorkingWorkspace < Nop def execute(*obj) irb_context.main end end class ChangeWorkspace < Nop def execute(*obj) irb_context.change_workspace(*obj) irb_context.main end end end end # :startdoc:
Close