Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
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
2025-04-07 20:15
extra
[ DIR ]
drwxr-xr-x
2025-04-07 20:15
asm.nanorc
714
B
-rw-r--r--
2024-05-06 06:10
autoconf.nanorc
635
B
-rw-r--r--
2024-05-06 06:10
awk.nanorc
1.31
KB
-rw-r--r--
2024-05-06 06:10
c.nanorc
1.88
KB
-rw-r--r--
2024-05-06 06:10
changelog.nanorc
790
B
-rw-r--r--
2024-05-06 06:10
cmake.nanorc
824
B
-rw-r--r--
2024-05-06 06:10
css.nanorc
485
B
-rw-r--r--
2024-05-06 06:10
debian.nanorc
801
B
-rw-r--r--
2022-12-07 22:10
default.nanorc
775
B
-rw-r--r--
2024-05-06 06:10
elisp.nanorc
1.08
KB
-rw-r--r--
2024-05-06 06:10
email.nanorc
340
B
-rw-r--r--
2024-05-06 06:10
go.nanorc
1.41
KB
-rw-r--r--
2024-05-06 06:10
groff.nanorc
742
B
-rw-r--r--
2024-05-06 06:10
guile.nanorc
562
B
-rw-r--r--
2024-05-06 06:10
haskell.nanorc
1009
B
-rw-r--r--
2024-05-06 06:10
html.nanorc
1.26
KB
-rw-r--r--
2024-05-06 06:10
java.nanorc
654
B
-rw-r--r--
2024-05-06 06:10
javascript.nanorc
822
B
-rw-r--r--
2024-05-06 06:10
json.nanorc
805
B
-rw-r--r--
2024-05-06 06:10
lua.nanorc
2.4
KB
-rw-r--r--
2024-05-06 06:10
makefile.nanorc
536
B
-rw-r--r--
2024-05-06 06:10
man.nanorc
717
B
-rw-r--r--
2024-05-06 06:10
markdown.nanorc
947
B
-rw-r--r--
2024-05-06 06:10
nanohelp.nanorc
594
B
-rw-r--r--
2024-05-06 06:10
nanorc.nanorc
4.22
KB
-rw-r--r--
2024-05-06 06:10
nftables.nanorc
927
B
-rw-r--r--
2024-05-06 06:10
objc.nanorc
1.45
KB
-rw-r--r--
2024-05-06 06:10
ocaml.nanorc
831
B
-rw-r--r--
2024-05-06 06:10
patch.nanorc
600
B
-rw-r--r--
2024-05-06 06:10
perl.nanorc
2.07
KB
-rw-r--r--
2024-05-06 06:10
php.nanorc
1.06
KB
-rw-r--r--
2024-05-06 06:10
po.nanorc
1.15
KB
-rw-r--r--
2024-05-06 06:10
python.nanorc
1.37
KB
-rw-r--r--
2024-05-06 06:10
ruby.nanorc
1.31
KB
-rw-r--r--
2024-05-06 06:10
rust.nanorc
1.01
KB
-rw-r--r--
2024-05-06 06:10
sh.nanorc
1.49
KB
-rw-r--r--
2024-05-06 06:10
sql.nanorc
2.35
KB
-rw-r--r--
2024-05-06 06:10
tcl.nanorc
2.08
KB
-rw-r--r--
2024-05-06 06:10
tex.nanorc
199
B
-rw-r--r--
2024-05-06 06:10
texinfo.nanorc
834
B
-rw-r--r--
2024-05-06 06:10
xml.nanorc
686
B
-rw-r--r--
2024-05-06 06:10
yaml.nanorc
1.34
KB
-rw-r--r--
2024-05-06 06:10
Save
Rename
## Syntax highlighting for Bourne shell scripts. syntax sh "(\.sh|(\.|/)(a|ba|c|da|k|mk|pdk|tc|z)sh(rc|_profile)?|/(etc/|\.)profile)$" header "^#!.*/((env[[:blank:]]+)?((a|ba|c|da|k|mk|pdk|tc|z)?sh)|busybox[[:blank:]]+sh|openrc-run|runscript)\>" header "-\*-.*shell-script.*-\*-" magic "(POSIX|Bourne-Again) shell script.*text" comment "#" linter dash -n # Function declarations. color brightgreen "^[A-Za-z0-9_-]+\(\)" # Keywords, symbols, and comparisons. color green "\<(break|case|continue|do|done|elif|else|esac|exit|fi|for|function|if|in|read|return|select|shift|then|time|until|while)\>" color green "\<(declare|eval|exec|export|let|local)\>" color green "[][{}():;|`$<>!=&\]" color green "-(eq|ne|gt|lt|ge|le|ef|ot|nt)\>" # Short and long options. color brightmagenta "[[:blank:]](-[A-Za-z]|--\<[A-Za-z-]+)\>" # Common commands. color brightblue "\<(awk|cat|cd|ch(grp|mod|own)|cp|cut|echo|env|grep|head|install|ln|make|mkdir|mv|popd|printf|pushd|rm|rmdir|sed|set|sort|tail|tar|touch|umask|unset)\>" color normal "[.-]tar\>" # Basic variable names (no braces). color brightred "\$([-@*#?$!0-9]|[[:alpha:]_][[:alnum:]_]*)" # More complicated variable names; handles braces and replacements and arrays. color brightred "\$\{[#!]?([-@*#?$!]|[0-9]+|[[:alpha:]_][[:alnum:]_]*)(\[([[:blank:]]*[[:alnum:]_]+[[:blank:]]*|@)\])?(([#%/]|:?[-=?+])[^}]*\}|\[|\})" # Comments. color cyan "(^|[[:blank:]])#.*" # Strings. color brightyellow ""([^"\]|\\.)*"|'([^'\]|\\.)*'" # Trailing whitespace. color ,green "[[:space:]]+$"