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 /
ttfunk /
table /
post /
[ HOME SHELL ]
Name
Size
Permission
Action
format10.rb
2.42
KB
-rw-r--r--
format20.rb
785
B
-rw-r--r--
format30.rb
258
B
-rw-r--r--
format40.rb
285
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : format20.rb
require_relative 'format10' require 'stringio' module TTFunk class Table class Post module Format20 include Format10 def glyph_for(code) index = @glyph_name_index[code] if index <= 257 POSTSCRIPT_GLYPHS[index] else @names[index - 258] || '.notdef' end end private def parse_format! number_of_glyphs = read(2, 'n').first @glyph_name_index = read(number_of_glyphs * 2, 'n*') @names = [] strings = StringIO.new(io.read(offset + length - io.pos)) until strings.eof? length = strings.read(1).unpack('C').first @names << strings.read(length) end end end end end end
Close