Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
joe /
syntax /
[ HOME SHELL ]
Name
Size
Permission
Action
4gl.jsf
3.49
KB
-rw-r--r--
ada.jsf
2.64
KB
-rw-r--r--
ant.jsf
511
B
-rw-r--r--
asm.jsf
4.4
KB
-rw-r--r--
avr.jsf
2.88
KB
-rw-r--r--
awk.jsf
3.55
KB
-rw-r--r--
batch.jsf
2.96
KB
-rw-r--r--
c.jsf
12.23
KB
-rw-r--r--
clojure.jsf
35.72
KB
-rw-r--r--
cobol.jsf
10
KB
-rw-r--r--
coffee.jsf
9.62
KB
-rw-r--r--
comment_todo.jsf
629
B
-rw-r--r--
conf.jsf
1.42
KB
-rw-r--r--
context.jsf
1.08
KB
-rw-r--r--
csh.jsf
4.14
KB
-rw-r--r--
csharp.jsf
8.31
KB
-rw-r--r--
css.jsf
2.79
KB
-rw-r--r--
d.jsf
8.61
KB
-rw-r--r--
debcontrol.jsf
1.33
KB
-rw-r--r--
debian.jsf
1.1
KB
-rw-r--r--
diff.jsf
7.2
KB
-rw-r--r--
dockerfile.jsf
3.06
KB
-rw-r--r--
elixir.jsf
3.87
KB
-rw-r--r--
erb.jsf
457
B
-rw-r--r--
erlang.jsf
8.49
KB
-rw-r--r--
filename.jsf
274
B
-rw-r--r--
fortran.jsf
13.14
KB
-rw-r--r--
git-commit.jsf
254
B
-rw-r--r--
go.jsf
8.36
KB
-rw-r--r--
groovy.jsf
8.37
KB
-rw-r--r--
haml.jsf
1.87
KB
-rw-r--r--
haskell.jsf
8.51
KB
-rw-r--r--
html.jsf
25.31
KB
-rw-r--r--
htmlerb.jsf
150
B
-rw-r--r--
ini.jsf
1.27
KB
-rw-r--r--
iptables.jsf
1.91
KB
-rw-r--r--
java.jsf
4.81
KB
-rw-r--r--
jcf.jsf
1.29
KB
-rw-r--r--
joerc.jsf
1.76
KB
-rw-r--r--
js.jsf
11.87
KB
-rw-r--r--
jsf.jsf
16.44
KB
-rw-r--r--
jsf_check.jsf
73
B
-rw-r--r--
json.jsf
4.13
KB
-rw-r--r--
lisp.jsf
393
B
-rw-r--r--
lua.jsf
6.15
KB
-rw-r--r--
m4.jsf
1.8
KB
-rw-r--r--
mail.jsf
750
B
-rw-r--r--
mason.jsf
133
B
-rw-r--r--
matlab.jsf
1.49
KB
-rw-r--r--
md.jsf
1.94
KB
-rw-r--r--
ocaml.jsf
6.38
KB
-rw-r--r--
pascal.jsf
3.77
KB
-rw-r--r--
perl.jsf
7.61
KB
-rw-r--r--
php.jsf
5.46
KB
-rw-r--r--
powershell.jsf
5.88
KB
-rw-r--r--
prolog.jsf
2.5
KB
-rw-r--r--
properties.jsf
1.58
KB
-rw-r--r--
ps.jsf
5.79
KB
-rw-r--r--
puppet.jsf
2.7
KB
-rw-r--r--
python.jsf
6.83
KB
-rw-r--r--
r.jsf
2.74
KB
-rw-r--r--
rexx.jsf
1.13
KB
-rw-r--r--
ruby.jsf
11.2
KB
-rw-r--r--
rust.jsf
6.53
KB
-rw-r--r--
scala.jsf
5.85
KB
-rw-r--r--
sed.jsf
2.46
KB
-rw-r--r--
sh.jsf
6.2
KB
-rw-r--r--
sieve.jsf
1.88
KB
-rw-r--r--
skill.jsf
1.8
KB
-rw-r--r--
sml.jsf
8.38
KB
-rw-r--r--
spec.jsf
2.49
KB
-rw-r--r--
sql.jsf
7.2
KB
-rw-r--r--
swift.jsf
5.27
KB
-rw-r--r--
tcl.jsf
4.08
KB
-rw-r--r--
tex.jsf
1.23
KB
-rw-r--r--
troff.jsf
1.01
KB
-rw-r--r--
typescript.jsf
89
B
-rw-r--r--
verilog.jsf
4.27
KB
-rw-r--r--
vhdl.jsf
3.06
KB
-rw-r--r--
whitespace.jsf
261
B
-rw-r--r--
xml.jsf
5.39
KB
-rw-r--r--
yaml.jsf
2.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : c.jsf
# JOE syntax highlight file for C and C++ # A (deterministic) state machine which performs lexical analysis of C. # (This is the "assembly language" of syntax highlighting. A separate # program could be used to convert a regular expression NFA syntax into this # format). # Each state begins with ':<name> <color-name> <context>' # # <color-name> is the color used for characters eaten by the state # (really a symbol for a user definable color). # # <context> tells JOE if the current character is part of a comment or a string. # This allows JOE to skip over comments and strings when matching characters # such as parentheses. To use this feature, the -highlighter_context option # must be applied to the files highlighted by the corresponding syntax. To # apply the option, add it to ftyperc for those file entries. # # The valid contexts are: # comment This character is part of a comment. Example: /* comment */ # # string This character is part of a string. Examples: "string" 'c' 'string' # # The comment and string delimiters themselves should be marked with the # appropriate context. The context is considered to be part of the color, so # the recolor=-N and recolormark options apply the context to previous # characters. # The first state defined is the initial state. # Within a state, define transitions (jumps) to other states. Each # jump has the form: <character-list> <target-state> [<option>s] # There are three ways to specify <character-list>s, either * for any # character not otherwise specified, % or & to match the character in the # delimiter match buffer or a literal list of characters within quotes # (ranges and escape sequences allowed). When the next character matches # any in the list, a jump to the target-state is taken and the character is # eaten (we advance to the next character of the file to be colored). # # The * transition should be the first transition specified in the state. # # There are several options: # noeat do not eat the character, instead feed it to the next state # (this tends to make the states smaller, but be careful: you # can make infinite loops). 'noeat' implies 'recolor=-1'. # # recolor=-N Recolor the past N characters with the color of the # target-state. For example once /* is recognized as the # start of C comment, you want to color the /* with the C # comment color with recolor=-2. # # mark Mark beginning of a region with current position. # # markend Mark end of region. # # recolormark Recolor all of the characters in the marked region with # the color of the target-state. If markend is not given, # all of the characters up to the current position are recolored. # Note that the marked region can not cross line boundaries and # must be on the same line as recolormark. # # buffer start copying characters to a string buffer, beginning with this # one (it's ok to not terminate buffering with a matching # 'strings' option- the buffer is limited to leading 23 # characters). # # save_c Save character in delimiter match buffer. # # save_s Copy string buffer to delimiter match buffer. # # strings A list of strings follows. If the buffer matches any of the # given strings, a jump to the target-state in the string list # is taken instead of the normal jump. # # istrings Same as strings, but case is ignored. # # Note: strings and istrings should be the last option on the # line. They cause any options which follow them to be ignored. # # hold Stop buffering string- a future 'strings' or 'istrings' will # look at contents of buffer at this point. Useful for distinguishing # commands and function calls in some languages 'write 7' is a command # 'write (' is a function call- hold lets us stop at the space and delay # the string lookup until the ( or 7. # # The format of the string list is: # # "string" <target-state> [<options>s] # "string" <target-state> [<options>s] # "&" <target-state> [<options>s] # matches contents of delimiter match buffer # done # # (all of the options above are allowed except "strings", "istrings" and "noeat". noeat is # always implied after a matched string). # # Weirdness: only states have colors, not transitions. This means that you # sometimes have to make dummy states with '* next-state noeat' just to get # a color specification. # # Delimiter match buffer is for perl and shell: a regex in perl can be s<..>(...) # and in shell you can say: <<EOS ....... EOS # New feature: subroutines # # Highlighter state machines can now make subroutine calls. The highlighter has # a run-time stack that allows unlimited recursion. # # To call a subroutine, use the 'call' option: # # "\"" fred call=string(dquote) # # The subroutine called 'string' is called and the jump to 'fred' is # ignored. The 'dquote' option is passed to the subroutine. # # The subroutine itself returns to the caller like this: # "\"" whatever return # # If we're in a subroutine, the return is made. Otherwise the jump # to 'whatever' is made. # # There are several ways of delimiting subroutines which show up in how it # is called. Here are the options: # # call=string() A file called string.jsf is the subroutine. # The entire file is the subroutine. The starting # point is the first state in the file. # # call=library.string() A file called library.jsf has the subroutine. # The subroutine within the file is called string. # # call=.string() There is a subroutine called string in the current file. # # When a subroutine is within a file, but is not the whole file, it is delimited # as follows: # # .subr string # # . . . states for string subroutine . . . # # .end # # Option flags can be passed to subroutines which control preprocessor-like # directives. For example: # # .ifdef dquote # "\"" idle return # .endif # .ifdef squote # "'" idle return # .endif # # .else if also available. .ifdefs can be nested. # Obsolete feature: the sync lines specification no longer matter. We now always parse # from the beginning of the file. Here is the old description: # # Define no. sync lines # You can say: # -200 means 200 lines # - means always start parsing from beginning of file when we lose sync # if nothing is specified, the default is -50 - =Idle =Ident =Bad =Preproc =Precond +Preproc =Define +DefinedIdent +Preproc =IncLocal +String +Preproc =IncSystem +Preproc +Keyword =Comment =Constant =Number +Constant =String +Constant =StringEscape +Escape +String =Character +String =CharacterEscape +StringEscape +Character =Escape =Keyword =CppKeyword +Keyword =Statement +Keyword =Loop +Statement =Conditional +Statement =Label +DefinedIdent =Type =StorageClass +Type +Keyword =Structure +Type +Keyword =Brace =Control :reset Idle * first noeat " \t" reset :first Idle * idle noeat "#" pre mark :pre Preproc * preproc noeat " \t" pre "a-z" preident recolor=-1 buffer :preident Preproc * preproc noeat markend recolormark strings "define" predef markend recolormark "include" preinc markend recolormark "if" precond markend recolormark "ifdef" precond markend recolormark "ifndef" precond markend recolormark "else" precond markend recolormark "elif" precond markend recolormark "endif" precond markend recolormark done "a-z" preident :precond Precond * preproc noeat :preinc Preproc * preinc " \t" preinc_ws "\n" reset :preinc_ws Preproc * prebad recolor=-1 " \t" preinc_ws "\"" preinc_local recolor=-1 "<" preinc_system recolor=-1 :preinc_local IncLocal string * preinc_local "\"\n" reset :preinc_system IncSystem string * preinc_system ">\n" reset :prebad Bad * prebad "\n" reset :predef Preproc * predef " \t" predef_ws "\n" reset :predef_ws Preproc * prebad recolor=-1 " \t" predef_ws "\c" predef_ident recolor=-1 :predef_ident Define * idle noeat "\c" predef_ident :preproc Preproc * preproc "\n" reset "\\" preproc_cont "/" preproc_slash :preproc_slash Preproc * preproc noeat "*" comment recolor=-2 "/" line_comment recolor=-2 :preproc_cont Preproc * preproc_cont "\n" preproc # All following states are for when we're not in a preprocessor line :idle Idle * idle "\n" reset "/" slash "0" first_digit recolor=-1 "1-9" decimal recolor=-1 "." maybe_float "\"" string recolor=-1 "'" char recolor=-1 "\i" ident recolor=-1 buffer "\\" outside_escape recolor=-1 "{}" brace recolor=-1 ",:;=()><[]*&|!~+\-%^" control recolor=-1 :outside_escape Escape * idle :brace Brace * idle noeat :control Control * idle noeat :slash Idle * idle noeat recolor=-2 # Not sure about this "*" comment recolor=-2 "/" line_comment recolor=-2 :comment Comment comment * comment "BFHNTX" comment noeat call=comment_todo.comment_todo() "*" maybe_end_comment :maybe_end_comment Comment comment * comment "/" idle "*" maybe_end_comment :line_comment Comment comment * line_comment "BFHNTX" line_comment noeat call=comment_todo.comment_todo() "\n" reset :first_digit Number * idle noeat "xX" hex recolor=-2 "." float "eE" epart "0-7" octal recolor=-2 "89" bad_number recolor=-1 :bad_number Bad * idle noeat "0-9" bad_number :octal Number * idle noeat "0-7" octal "89" bad_number recolor=-1 :hex Number * idle noeat "0-9A-Fa-f" hex :decimal Number * idle noeat "0-9" decimal "eE" epart "." float :maybe_float Number * idle recolor=-2 noeat "0-9" float recolor=-2 :float Number * idle noeat "eE" epart "0-9" float :epart Number * idle noeat "0-9+\-" enum :enum Number * idle noeat "0-9" enum :string String string * string "\"" idle "\\" string_escape recolor=-1 "%" string_control recolor=-1 :string_escape StringEscape string * string "x" string_hex "0-7" string_octal2 "\n" string recolor=-2 # \x will consume all successive hex digits (ANSI C). :string_hex StringEscape string * string noeat "0-9a-fA-F" string_hex :string_octal2 StringEscape string * string noeat "0-7" string_octal3 :string_octal3 StringEscape string * string noeat "0-7" string :string_control StringEscape string * string "\"" string noeat "\n" reset "\\" string_escape recolor=-1 "0-9.\-+ #hjILtz$" string_control :char Character string * char "\n" reset "'" idle "\\" char_escape recolor=-1 :char_escape CharacterEscape string * char "x" char_hex "0-7" char_octal2 "\n" char recolor=-2 # \x will consume all successive hex digits (ANSI C). :char_hex CharacterEscape string * char noeat "0-9a-fA-F" char_hex :char_octal2 CharacterEscape string * char noeat "0-7" char_octal3 :char_octal3 CharacterEscape string * char noeat "0-7" char :ident Ident * idle noeat strings "int" type "float" type "long" type "short" type "char" type "double" type "signed" type "unsigned" type "void" type "static" storage "register" storage "extern" storage "inline" type "auto" storage "const" storage "volatile" storage "if" cond "else" cond "while" loop "for" loop "break" stmt "continue" stmt "do" loop "case" label "default" label "switch" cond "goto" stmt "struct" struct "enum" struct "return" stmt "sizeof" kw "typedef" struct "union" struct "asm" kw # C++ keywords #"asm" cppkw (listed above as a C keyword) "bool" cppkw "catch" cppkw "class" struct "const_cast" cppkw "delete" cppkw "dynamic_cast" cppkw "explicit" cppkw "false" cppkw "friend" cppkw #"inline" cppkw (listed above as a C keyword) "mutable" cppkw "namespace" cppkw "new" cppkw "operator" cppkw "private" cppkw "protected" cppkw "public" cppkw "reinterpret_cast" cppkw "static_cast" cppkw "template" cppkw "this" cppkw "throw" cppkw "true" cppkw "try" cppkw "typeid" cppkw "typename" cppkw "using" cppkw "virtual" cppkw "wchar_t" type # Non-Standard "typeof" cppkw done "\c" ident :type Type * idle noeat :kw Keyword * idle noeat :cppkw CppKeyword * idle noeat :label Label * idle noeat :loop Loop * idle noeat :stmt Statement * idle noeat :storage StorageClass * idle noeat :cond Conditional * idle noeat :struct Structure * idle noeat
Close