Linux localhost 4.18.0-553.85.1.el8_10.x86_64 #1 SMP
Apache/2.4.68 (Unix)
: | : 216.73.217.61
Cant Read [ /etc/named.conf ]
8.1.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nano /
[ HOME SHELL ]
Name
Size
Permission
Action
asm.nanorc
871
B
-rw-r--r--
autoconf.nanorc
541
B
-rw-r--r--
awk.nanorc
1.31
KB
-rw-r--r--
c.nanorc
1.63
KB
-rw-r--r--
changelog.nanorc
699
B
-rw-r--r--
cmake.nanorc
825
B
-rw-r--r--
css.nanorc
330
B
-rw-r--r--
debian.nanorc
778
B
-rw-r--r--
default.nanorc
250
B
-rw-r--r--
elisp.nanorc
1.05
KB
-rw-r--r--
fortran.nanorc
1.91
KB
-rw-r--r--
gentoo.nanorc
3.89
KB
-rw-r--r--
go.nanorc
1.37
KB
-rw-r--r--
groff.nanorc
699
B
-rw-r--r--
guile.nanorc
592
B
-rw-r--r--
html.nanorc
177
B
-rw-r--r--
java.nanorc
642
B
-rw-r--r--
javascript.nanorc
655
B
-rw-r--r--
json.nanorc
833
B
-rw-r--r--
lua.nanorc
2.26
KB
-rw-r--r--
makefile.nanorc
287
B
-rw-r--r--
man.nanorc
449
B
-rw-r--r--
mgp.nanorc
219
B
-rw-r--r--
mutt.nanorc
187
B
-rw-r--r--
nanorc.nanorc
2.26
KB
-rw-r--r--
nftables.nanorc
761
B
-rw-r--r--
objc.nanorc
1.72
KB
-rw-r--r--
ocaml.nanorc
831
B
-rw-r--r--
patch.nanorc
457
B
-rw-r--r--
perl.nanorc
1.43
KB
-rw-r--r--
php.nanorc
710
B
-rw-r--r--
po.nanorc
839
B
-rw-r--r--
postgresql.nanorc
3.02
KB
-rw-r--r--
pov.nanorc
670
B
-rw-r--r--
python.nanorc
781
B
-rw-r--r--
ruby.nanorc
1.45
KB
-rw-r--r--
sh.nanorc
1.15
KB
-rw-r--r--
spec.nanorc
1.87
KB
-rw-r--r--
tcl.nanorc
2.1
KB
-rw-r--r--
tex.nanorc
164
B
-rw-r--r--
texinfo.nanorc
452
B
-rw-r--r--
xml.nanorc
484
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : go.nanorc
## Here is an example for Go. syntax "go" "\.go$" # Set up a formatter since spelling is probably useless... formatter gofmt -w # Types. color green "\<(bool|u?int(8|16|32|64)?|float(32|64)|complex(64|128)|byte|rune|uintptr|string|error)\>" color green "\<((<-[[:space:]]*)chan|chan[[:space:]]*<-|const|func|interface|map|struct|type|var)\>" # Predefined functions. color blue "\<(append|cap|close|complex|copy|delete|imag|len|make|new|panic|print|println|real|recover)\>" # Control structures. color brightyellow "\<(case|default|defer|else|for|go|if|range|select|switch)\>" # Control flow. color magenta "\<(break|continue|fallthrough|goto|return)\>" # Declarations. color brightcyan "\<(package|import)\>" color brightcyan "//[[:space:]]*\+build[[:space:]]+(([a-zA-Z_0-9]+[[:space:]]*)+,[[:space:]]*)*[a-zA-Z_0-9]+" # Literals. color red "\<[0-9]+\.[0-9]*([Ee][+-][0-9]+)?i?\>" color red "\<[0-9]+[Ee][+-][0-9]+i?\>" color red "\<\.[0-9]+([Ee][+-][0-9]+)?i?\>" color red "\<[0-9]+i\>" color red "\<[1-9][0-9]*\>" color red "\<0[0-7]*\>" icolor red "\<0x[0-9a-f]+\>" # Strings and characters; slightly fuzzy. color red "\<(true|false|nil|iota|_)\>" color red "'(\\.|[^'])+'" color red ""(\\.|[^"])*"" color red start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*"" # Comments. color brightblue "//.*" color brightblue start="/\*" end="\*/" # Trailing whitespace. color ,green "[[:space:]]+$"
Close