Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.129.216.248
202 Domain
8.1.31
nbspublicschool
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
422
B
-rw-r--r--
libreport.aug
1.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libreport.aug
module Libreport = autoload xfm (* Define useful primitives *) let val_sep = del /[ \t]*=[ \t]*/ " = " let val = store /([^ \t\n].*[^ \t\n]|[^ \t\n])/ let eol = del /\n/ "\n" let whitespace_eol = del /[ \t]*\n/ "\n" let ident = /[a-zA-Z][a-zA-Z_]+/ (* Define comment *) let commented_line = [ label "#comment" . del /#[ \t]*/ "# " . val . eol ] let empty_comment = [ label "#comment" . value "" . del /#[ \t]*/ "# " . eol ] let comment = commented_line | empty_comment (* Define empty *) let empty = [ del /[ \t]*\n/ "\n" ] (* Define option *) let option_val = [ del /[ \t]*/ "" . key ident . val_sep . val . whitespace_eol ] let option_no_val = [ value "" . del /[ \t]*/ "" . key ident . val_sep . eol ] let option = option_val | option_no_val (* 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/plugins/bugzilla_format*") . Util.stdexcl let xfm = transform lns filter
Close