Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nano /
Delete
Unzip
Name
Size
Permission
Date
Action
debian
[ DIR ]
drwxr-xr-x
2026-06-05 06:57
extra
[ DIR ]
drwxr-xr-x
2026-06-05 06:57
asm.nanorc
714
B
-rw-r--r--
2026-06-03 22:50
autoconf.nanorc
635
B
-rw-r--r--
2026-06-03 22:50
awk.nanorc
1.31
KB
-rw-r--r--
2026-06-03 22:50
c.nanorc
1.88
KB
-rw-r--r--
2026-06-03 22:50
changelog.nanorc
790
B
-rw-r--r--
2026-06-03 22:50
cmake.nanorc
824
B
-rw-r--r--
2026-06-03 22:50
css.nanorc
485
B
-rw-r--r--
2026-06-03 22:50
debian.nanorc
801
B
-rw-r--r--
2022-12-07 22:10
default.nanorc
775
B
-rw-r--r--
2026-06-03 22:50
elisp.nanorc
1.08
KB
-rw-r--r--
2026-06-03 22:50
email.nanorc
340
B
-rw-r--r--
2026-06-03 22:50
go.nanorc
1.41
KB
-rw-r--r--
2026-06-03 22:50
groff.nanorc
742
B
-rw-r--r--
2026-06-03 22:50
guile.nanorc
562
B
-rw-r--r--
2026-06-03 22:50
haskell.nanorc
1009
B
-rw-r--r--
2026-06-03 22:50
html.nanorc
1.26
KB
-rw-r--r--
2026-06-03 22:50
java.nanorc
654
B
-rw-r--r--
2026-06-03 22:50
javascript.nanorc
822
B
-rw-r--r--
2026-06-03 22:50
json.nanorc
805
B
-rw-r--r--
2026-06-03 22:50
lua.nanorc
2.4
KB
-rw-r--r--
2026-06-03 22:50
makefile.nanorc
536
B
-rw-r--r--
2026-06-03 22:50
man.nanorc
717
B
-rw-r--r--
2026-06-03 22:50
markdown.nanorc
947
B
-rw-r--r--
2026-06-03 22:50
nanohelp.nanorc
594
B
-rw-r--r--
2026-06-03 22:50
nanorc.nanorc
4.22
KB
-rw-r--r--
2026-06-03 22:50
nftables.nanorc
927
B
-rw-r--r--
2026-06-03 22:50
objc.nanorc
1.45
KB
-rw-r--r--
2026-06-03 22:50
ocaml.nanorc
831
B
-rw-r--r--
2026-06-03 22:50
patch.nanorc
600
B
-rw-r--r--
2026-06-03 22:50
perl.nanorc
2.07
KB
-rw-r--r--
2026-06-03 22:50
php.nanorc
1.06
KB
-rw-r--r--
2026-06-03 22:50
po.nanorc
1.15
KB
-rw-r--r--
2026-06-03 22:50
python.nanorc
1.37
KB
-rw-r--r--
2026-06-03 22:50
ruby.nanorc
1.31
KB
-rw-r--r--
2026-06-03 22:50
rust.nanorc
1.01
KB
-rw-r--r--
2026-06-03 22:50
sh.nanorc
1.49
KB
-rw-r--r--
2026-06-03 22:50
sql.nanorc
2.35
KB
-rw-r--r--
2026-06-03 22:50
tcl.nanorc
2.08
KB
-rw-r--r--
2026-06-03 22:50
tex.nanorc
199
B
-rw-r--r--
2026-06-03 22:50
texinfo.nanorc
834
B
-rw-r--r--
2026-06-03 22:50
xml.nanorc
686
B
-rw-r--r--
2026-06-03 22:50
yaml.nanorc
1.34
KB
-rw-r--r--
2026-06-03 22:50
Save
Rename
## Syntax highlighting for YAML files. ## Original author: Benno Schulenberg ## License: GPL version 3 or newer syntax yaml "\.ya?ml$" header "^%YAML |^---( |$)" tabgives " " comment "#" # Keys: color lightgreen "(\w|::|[/.-])+:( |$)" color lightgreen "\[(\w|::|[/., -])+\]:( |$)" # Values (booleans, numbers, octal/hex): color lightmagenta "[:,] +(Y(es)?|No?|y(es)?|no?|[Tt]rue|[Ff]alse|[Oo](n|ff))( *[]}]|, | +#|$)" color lightmagenta "[:,] +[+-]?[0-9]+(\.([0-9]+)?)?( *[]}]|, | +#|$)" color lightmagenta " 0(o[0-7]+|x[[:xdigit:]]+)( *[]}]|, | +#|$)" color normal "[:,]( |$)" # Values (dates, strings): color lightmagenta " [12][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])" color lightmagenta "("([^"]|\\")+"|'[^']+')" # Anchors and aliases: color pink " [&*](\w|-)+( |$)" # Symbols: color bold,lagoon "^(%YAML +[1-9]\.[0-9]$|%TAG |(---|\.\.\.)( |$))" color bold,lagoon " [|>]([1-9]?[+-]|[+-][1-9]?)?$" color bold,yellow "^ *(\?|([?:] +)?-) " color yellow "[]{}[]" color normal "^ *: " # Tags: color mint " !!(binary|bool|float|int|map|null|omap|seq|set|str)( |,|$)" color mint " ![^! ][^ ]*( |$)" # Escaped characters: color orange "\\([0abefnrtv"/ \_NLP]|$)" color orange "\\(x[[:xdigit:]]{2}|u[[:xdigit:]]{4}|U[[:xdigit:]]{8})" # Mistakes (control codes, trailing space): color ,red "[[:cntrl:]]| +$" # Comments: color italic,cyan "(^| )#.*"