Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
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
asm.nanorc
871
B
-rw-r--r--
2017-02-15 15:33
autoconf.nanorc
541
B
-rw-r--r--
2017-02-15 15:33
awk.nanorc
1.31
KB
-rw-r--r--
2017-02-15 15:33
c.nanorc
1.63
KB
-rw-r--r--
2017-02-15 15:33
changelog.nanorc
699
B
-rw-r--r--
2017-02-15 15:33
cmake.nanorc
825
B
-rw-r--r--
2017-02-15 15:33
css.nanorc
330
B
-rw-r--r--
2017-02-15 15:33
debian.nanorc
778
B
-rw-r--r--
2017-02-15 15:33
default.nanorc
250
B
-rw-r--r--
2017-02-15 15:33
elisp.nanorc
1.05
KB
-rw-r--r--
2017-02-15 15:33
fortran.nanorc
1.91
KB
-rw-r--r--
2017-02-15 15:33
gentoo.nanorc
3.89
KB
-rw-r--r--
2017-02-15 15:33
go.nanorc
1.37
KB
-rw-r--r--
2017-02-15 15:33
groff.nanorc
699
B
-rw-r--r--
2017-02-15 15:33
guile.nanorc
592
B
-rw-r--r--
2017-02-15 15:33
html.nanorc
177
B
-rw-r--r--
2017-02-15 15:33
java.nanorc
642
B
-rw-r--r--
2017-02-15 15:33
javascript.nanorc
655
B
-rw-r--r--
2017-02-15 15:33
json.nanorc
833
B
-rw-r--r--
2017-02-15 15:33
lua.nanorc
2.26
KB
-rw-r--r--
2017-02-15 15:33
makefile.nanorc
287
B
-rw-r--r--
2017-02-15 15:33
man.nanorc
449
B
-rw-r--r--
2017-02-15 15:33
mgp.nanorc
219
B
-rw-r--r--
2017-02-15 15:33
mutt.nanorc
187
B
-rw-r--r--
2017-02-15 15:33
nanorc.nanorc
2.26
KB
-rw-r--r--
2017-02-15 15:33
nftables.nanorc
761
B
-rw-r--r--
2017-02-15 15:33
objc.nanorc
1.72
KB
-rw-r--r--
2017-02-15 15:33
ocaml.nanorc
831
B
-rw-r--r--
2017-02-15 15:33
patch.nanorc
457
B
-rw-r--r--
2017-02-15 15:33
perl.nanorc
1.43
KB
-rw-r--r--
2017-02-15 15:33
php.nanorc
710
B
-rw-r--r--
2017-02-15 15:33
po.nanorc
839
B
-rw-r--r--
2017-02-15 15:33
postgresql.nanorc
3.02
KB
-rw-r--r--
2017-02-15 15:33
pov.nanorc
670
B
-rw-r--r--
2017-02-15 15:33
python.nanorc
781
B
-rw-r--r--
2017-02-15 15:33
ruby.nanorc
1.45
KB
-rw-r--r--
2017-02-15 15:33
sh.nanorc
1.15
KB
-rw-r--r--
2017-02-15 15:33
spec.nanorc
1.87
KB
-rw-r--r--
2017-02-15 15:33
tcl.nanorc
2.1
KB
-rw-r--r--
2017-02-15 15:33
tex.nanorc
164
B
-rw-r--r--
2017-02-15 15:33
texinfo.nanorc
452
B
-rw-r--r--
2017-02-15 15:33
xml.nanorc
484
B
-rw-r--r--
2017-02-15 15:33
Save
Rename
## Here is an example for C/C++. syntax "c" "\.(c(c|pp|xx|\+\+)?|C)$" "\.(h(h|pp|xx)?|H)$" "\.ii?$" magic "(ASCII|UTF-8 Unicode) C(\+\+)? program text" color brightred "\<[A-Z_][0-9A-Z_]+\>" color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto|static|const|struct|union|typedef|extern|(un)?signed|inline)\>" color green "\<((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\>" color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>" color brightyellow "\<(for|if|while|do|else|case|default|switch)\>" color brightyellow "\<(try|throw|catch|operator|new|delete)\>" color magenta "\<(goto|continue|break|return)\>" color brightcyan "^[[:space:]]*#[[:space:]]*(define|include(_next)?|(un|ifn?)def|endif|el(if|se)|if|warning|error|pragma)" color brightmagenta "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'" # GCC builtins. color cyan "__attribute__[[:space:]]*\(\([^)]*\)\)" "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__" # Strings. In general you will want your strings and comments to come last, # because highlighting rules are applied in the order they are read in. color brightyellow ""([^"]|\\")*"" "<[^[:blank:]=]*>" # Multiline strings. This regex is VERY resource intensive, # and sometimes colours things that shouldn't be coloured. ###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*"" # Comments. color brightblue "//.*" color brightblue start="/\*" end="\*/" # Reminders. color ,yellow "\<(FIXME|TODO|XXX)\>" # Trailing whitespace. color ,green "[[:space:]]+$"