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 /
stringex /
configuration /
[ HOME SHELL ]
Name
Size
Permission
Action
acts_as_url.rb
1.23
KB
-rw-r--r--
base.rb
1.67
KB
-rw-r--r--
configurator.rb
680
B
-rw-r--r--
string_extensions.rb
427
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : acts_as_url.rb
module Stringex module Configuration class ActsAsUrl < Base def initialize(options = {}) if options[:scope] options[:scope_for_url] = options.delete(:scope) end super end def string_extensions_settings [ :allow_slash, :exclude, :force_downcase, :limit, :replace_whitespace_with, :truncate_words ].inject(Hash.new){|m, x| m[x] = settings.send(x); m} end def self.settings @settings end private def default_settings self.class.default_settings end def self.default_settings @default_settings ||= { allow_duplicates: false, callback_method: :before_validation, duplicate_count_separator: "-", enforce_uniqueness_on_sti_base_class: false, only_when_blank: false, scope_for_url: nil, sync_url: false, url_attribute: "url", blacklist: %w[new], blacklist_policy: lambda { |instance, url| "#{url}-#{instance.class.to_s.downcase}" } }.merge(Stringex::Configuration::StringExtensions.new.default_settings) end end end end
Close