Search found 7 matches

by ghtwt655xu
19 Jun 2024, 08:38
Forum: General Discussion (csf)
Topic: CSF regex.custom.pm when installed CSF
Replies: 0
Views: 10193

CSF regex.custom.pm when installed CSF

I have validate an old server and a new server where will be installed update CSF. It seems CSF regex.custom.pm almost completely blank. An example: # SECTION:OS Specific Settings # Note: File globs are only evaluated when lfd is started Is it automatic added settings when it is installed and restar...
by ghtwt655xu
16 Jun 2024, 16:52
Forum: General Discussion (csf)
Topic: The last step in installation
Replies: 0
Views: 9595

The last step in installation

We followed suggested steps to install CSF: wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz ./install.cpanel.sh I see it should be cd csf if you like t install. /etc/init.d/csf restart is not executed. Which command should be set inside root access for cPanel? The last steps is not w...
by ghtwt655xu
03 Sep 2022, 13:29
Forum: General Discussion (csf)
Topic: How to create group?
Replies: 0
Views: 1451

How to create group?

How to create firewall group inside CSF and block all IP's using shodan.io?
An example:https://wiki.ipfire.org/configuration/f ... lockshodan
by ghtwt655xu
30 Jul 2022, 13:54
Forum: General Discussion (csf)
Topic: Secure login inside OpenCart
Replies: 0
Views: 2119

Secure login inside OpenCart

I try to secure login inside OpenCart. I kindly ask you to help me if code is the correct for CSF: <!-- CSF/LFD to Block OpenCart Bruteforce Attacks ----> <!-- 1. Edit the file --> nano /usr/local/csf/bin/regex.custom.pm <!-- Add the following code: --> # XMLRPC if (($globlogs{CUSTOM1_LOG}{$lgfile})...
by ghtwt655xu
05 Nov 2021, 15:29
Forum: General Discussion (csf)
Topic: Suspicious process running under user under cPanel/WHM
Replies: 0
Views: 2175

Suspicious process running under user under cPanel/WHM

Time: Thu Oct 28 22:21:17 2021 +0000
Uptime: 152156 seconds
Executable:
/usr/local/cpanel/3rdparty/perl/532/bin/perl

Is this a false signal?
by ghtwt655xu
03 Mar 2021, 14:08
Forum: General Discussion (csf)
Topic: SMTP ON and allow user
Replies: 0
Views: 2148

SMTP ON and allow user

I try to set restriction to user and not general SMTP restriction.
As I understand SMTP_BLOCK should be ON and additional per user
2. SMTP_ALLOWUSER XXXuser

Is this correct?
by ghtwt655xu
22 Mar 2020, 10:30
Forum: General Discussion (csf)
Topic: ConfigServer Security & Firewall - CSF as a separate Laravel installation
Replies: 0
Views: 3523

ConfigServer Security & Firewall - CSF as a separate Laravel installation

I try combine Firewall and Laravel. Is it possible to install Firewall as a separate installation and not as a cPanel installation?

I try to control Firewall settings within one application.

Is this technically possible?