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 C and C++ files. syntax c "\.([ch](pp|xx)?|C|cc|c\+\+|cu|H|hh|ii?)$" header "-\*-.*\<C(\+\+)?((;|[[:blank:]]).*)?-\*-" magic "^(C|C\+\+) (source|program)" comment "//" # Constants. color brightred "\<[A-Z_][0-9A-Z_]*\>" # Labels. color brightmagenta "^[[:blank:]]*[A-Z_a-z][0-9A-Z_a-z]*:[[:blank:]]*$" color normal ":[[:blank:]]*$" # Types and related keywords. color green "\<(auto|bool|char|const|double|enum|extern|float|inline|int|long|restrict|short|signed|sizeof|static|struct|typedef|union|unsigned|void)\>" color green "\<([[:lower:]][[:lower:]_]*|(u_?)?int(8|16|32|64))_t\>" color green "\<(_(Alignas|Alignof|Atomic|Bool|Complex|Generic|Imaginary|Noreturn|Static_assert|Thread_local))\>" color green "\<(class|explicit|friend|mutable|namespace|override|private|protected|public|register|template|this|typename|using|virtual|volatile)\>" # Flow control. color brightyellow "\<(if|else|for|while|do|switch|case|default)\>" color brightyellow "\<(try|throw|catch|operator|new|delete)\>" color magenta "\<(break|continue|goto|return)\>" # Single-quoted stuff (characters, backslash escapes, hex and octal byte codes). color brightmagenta "'([^'\]|\\(["'\abfnrtv]|x[[:xdigit:]]{1,2}|[0-3]?[0-7]{1,2}))'" # GCC builtins. color cyan "__attribute__[[:blank:]]*\(\([^)]*\)\)|__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__" # Strings and names of included files. color brightyellow ""([^"]|\\")*"|#[[:blank:]]*include[[:blank:]]*<[^>]+>" # Preprocessor directives. color brightcyan start="^[[:blank:]]*#[[:blank:]]*(if(n?def)?|elif|warning|error|pragma)\>" end="(\`|[^\])$" color brightcyan "^[[:blank:]]*#[[:blank:]]*((define|else|endif|include(_next)?|line|undef)\>|$)" # Comments. color brightblue "//.*" color brightblue start="/\*" end="\*/" # Reminders. color brightwhite,yellow "\<(FIXME|TODO|XXX)\>" # Trailing whitespace. color ,green "[[:space:]]+$"