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++/Obj-C. syntax "m" "\.m$" # Stuffs, color brightwhite "\<[A-Z_][0-9A-Z_]+\>" color green "\<(float|double|BOOL|bool|char|int|short|long|id|sizeof|enum|void|static|const|struct|union|typedef|extern|(un)?signed|inline)\>" color green "\<[[:alpha:]_][[:alnum:]_]*_t\>" color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>" color brightgreen "\<(for|if|while|do|else|case|default|switch)\>" color brightgreen "\<(try|throw|catch|operator|new|delete)\>" color brightgreen "\<(goto|continue|break|return)\>" color brightgreen "@\<(en(code|d)|i(mplementation|nterface)|selector)\>" # GCC builtins. color cyan "__attribute__[[:space:]]*\(\([^)]*\)\)" "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__" # Selector/method. color brightmagenta "(^|[[:space:]])\[.*[[:space:]].*\]" color white ":[[:alnum:]]*" color magenta "[[:alnum:]]*:" color white "\[[^][:space:]]*\]" # Strings. color brightblack "'([^'\]|(\\["'abfnrtv\\]))'" "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'" color brightblack "<[^= ]*>" ""(\\.|[^"])*"" color brightblue "@"(\\.|[^"])*"" # Multiline strings. This regex is VERY resource intensive, # and sometimes colours things that shouldn't be coloured. ###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*"" # Preprocessor commands. color brightblue "^[[:space:]]*#[[:space:]]*(define|include|import|(un|ifn?)def|endif|el(if|se)|if|warning|error)" # Comments. color yellow "//.*" color yellow start="/\*" end="\*/" # Trailing whitespace. color ,green "[[:space:]]+$"