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 AWK scripts. syntax awk "\.awk$" header "^#!.*awk" magic "awk script" comment "#" # Records. color brightred "\$[0-9A-Za-z_!@#$*?-]+" # Awk-set variables. color red "\<(ARGC|ARGIND|ARGV|BINMODE|CONVFMT|ENVIRON|ERRNO|FIELDWIDTHS)\>" color red "\<(FILENAME|FNR|FS|IGNORECASE|LINT|NF|NR|OFMT|OFS|ORS)\>" color red "\<(PROCINFO|RS|RT|RSTART|RLENGTH|SUBSEP|TEXTDOMAIN)\>" # Function declarations and special patterns. color brightgreen "\<(function|extension|BEGIN|END)\>" # Operators. color green "\{|\}|\(|\)|\;|\[|\]|\\|<|>|!|=|&|\+|-|\*|%|/|\?:|\^|\|" # Flow control. color brightyellow "\<(for|if|while|do|else|in|delete|exit)\>" color brightyellow "\<(break|continue|return)\>" # I/O statements. color brightgreen "\<(close|fflush|getline|next|nextfile|print|printf|system)\>" # Standard functions. color magenta "\<(atan2|cos|exp|int|log|rand|sin|sqrt|srand)\>" color magenta "\<(asort|asorti|gensub|gsub|index|length|match)\>" color magenta "\<(split|sprintf|strtonum|sub|substr|tolower|toupper)\>" color magenta "\<(mktime|strftime|systime)\>" color magenta "\<(and|compl|lshift|or|rshift|xor)\>" color magenta "\<(bindtextdomain|dcgettext|dcngettext)\>" # Strings. color brightyellow ""([^"\]|\\.)*"" # Comments. color brightblue "(^|[[:blank:]])#.*" # Trailing whitespace. color ,green "[[:space:]]+$"