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 /
rouge /
themes /
[ HOME SHELL ]
Name
Size
Permission
Action
base16.rb
3.44
KB
-rw-r--r--
colorful.rb
3.15
KB
-rw-r--r--
github.rb
4.24
KB
-rw-r--r--
gruvbox.rb
4.18
KB
-rw-r--r--
igor_pro.rb
785
B
-rw-r--r--
molokai.rb
3.33
KB
-rw-r--r--
monokai.rb
3.85
KB
-rw-r--r--
monokai_sublime.rb
3.32
KB
-rw-r--r--
pastie.rb
3.22
KB
-rw-r--r--
thankful_eyes.rb
2.89
KB
-rw-r--r--
tulip.rb
2.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : monokai_sublime.rb
# -*- coding: utf-8 -*- # # frozen_string_literal: true module Rouge module Themes class MonokaiSublime < CSSTheme name 'monokai.sublime' palette :black => '#000000' palette :bright_green => '#a6e22e' palette :bright_pink => '#f92672' palette :carmine => '#960050' palette :dark => '#49483e' palette :dark_grey => '#888888' palette :dark_red => '#aa0000' palette :dimgrey => '#75715e' palette :emperor => '#555555' palette :grey => '#999999' palette :light_grey => '#aaaaaa' palette :light_violet => '#ae81ff' palette :soft_cyan => '#66d9ef' palette :soft_yellow => '#e6db74' palette :very_dark => '#1e0010' palette :whitish => '#f8f8f2' palette :orange => '#f6aa11' palette :white => '#ffffff' style Generic::Heading, :fg => :grey style Literal::String::Regex, :fg => :orange style Generic::Output, :fg => :dark_grey style Generic::Prompt, :fg => :emperor style Generic::Strong, :bold => false style Generic::Subheading, :fg => :light_grey style Name::Builtin, :fg => :orange style Comment::Multiline, Comment::Preproc, Comment::Single, Comment::Special, Comment, :fg => :dimgrey style Error, Generic::Error, Generic::Traceback, :fg => :carmine style Generic::Deleted, Generic::Inserted, Generic::Emph, :fg => :dark style Keyword::Constant, Keyword::Declaration, Keyword::Reserved, Name::Constant, Keyword::Type, :fg => :soft_cyan style Literal::Number::Float, Literal::Number::Hex, Literal::Number::Integer::Long, Literal::Number::Integer, Literal::Number::Oct, Literal::Number, Literal::String::Char, Literal::String::Escape, Literal::String::Symbol, :fg => :light_violet style Literal::String::Doc, Literal::String::Double, Literal::String::Backtick, Literal::String::Heredoc, Literal::String::Interpol, Literal::String::Other, Literal::String::Single, Literal::String, :fg => :soft_yellow style Name::Attribute, Name::Class, Name::Decorator, Name::Exception, Name::Function, :fg => :bright_green style Name::Variable::Class, Name::Namespace, Name::Label, Name::Entity, Name::Builtin::Pseudo, Name::Variable::Global, Name::Variable::Instance, Name::Variable, Text::Whitespace, Text, Name, :fg => :white style Operator::Word, Name::Tag, Keyword, Keyword::Namespace, Keyword::Pseudo, Operator, :fg => :bright_pink end end end
Close