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 : windows.rb
require "rbconfig" begin require 'ffi' rescue LoadError raise ChildProcess::MissingFFIError end module ChildProcess module Windows module Lib extend FFI::Library def self.msvcrt_name host_part = RbConfig::CONFIG['host_os'].split("_")[1] manifest = File.join(RbConfig::CONFIG['bindir'], 'ruby.exe.manifest') if host_part && host_part.to_i > 80 && File.exists?(manifest) "msvcr#{host_part}" else "msvcrt" end end ffi_lib "kernel32", msvcrt_name ffi_convention :stdcall end # Library end # Windows end # ChildProcess require "childprocess/windows/lib" require "childprocess/windows/structs" require "childprocess/windows/handle" require "childprocess/windows/io" require "childprocess/windows/process_builder" require "childprocess/windows/process"
Close