Search found 1044 matches

by Sergio
21 Aug 2023, 05:18
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2646

Re: How to ignore wp-toolkit process?

No, as you can write your regex to take care of all PHP versions in just one line.
by Sergio
12 Aug 2023, 20:45
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2646

Re: How to ignore wp-toolkit process?

your email is telling that your PHP exceeded the time allowed to run
Exceeded : 1801 > 1800 (seconds)

So, with that rule you will let PHP to use the time needed.
by Sergio
12 Aug 2023, 04:07
Forum: General Discussion (csf)
Topic: How to exclude some IPs from SSH email alerts
Replies: 3
Views: 1156

Re: How to exclude some IPs from SSH email alerts

I had the same issue and what I did in cPanel was to create an email filter to delete those emails and for me that was the only way to get rid of them.
by Sergio
11 Aug 2023, 21:31
Forum: MailScanner
Topic: avoiding spoofing
Replies: 1
Views: 2726

Re: avoiding spoofing

The best way to go is to create your own SPAMASSASSIN RULE and tell your cPanel customers not to add their own domains in MailScanner WhiteList. I mean, if the hacker is impersonating you and you have your own domain in your MailScanner White List, then the spoofed email will go thru. So, if you cus...
by Sergio
11 Aug 2023, 21:26
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2646

Re: How to ignore wp-toolkit process?

ok, this will help you:
in csf.pignore add:
exe:/opt/cpanel/ea-php74/root/usr/bin/php
by Sergio
04 Aug 2023, 18:33
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2646

Re: How to ignore wp-toolkit process?

Try this:

Code: Select all

exe:/usr/local/cpanel/3rdparty/wp\-toolkit/plib/vendor/wp\-cli/wpt\-wp\-cli\.php
by Sergio
03 Aug 2023, 17:41
Forum: General Discussion (csf)
Topic: REGEX with look ahead not working
Replies: 1
Views: 794

Re: REGEX with look ahead not working

Try the following REGEX instead:

Code: Select all

^.*Failed to fetch cPStore
by Sergio
02 Aug 2023, 06:06
Forum: General Discussion (csf)
Topic: How to ignore wp-toolkit process?
Replies: 13
Views: 2646

Re: How to ignore wp-toolkit process?

Just curious,
Why did you wrote those " * " on the following line?
pcmd:*/usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/wpt-wp-cli\.php*
by Sergio
02 Aug 2023, 05:56
Forum: General Discussion (csf)
Topic: How to exclude some IPs from SSH email alerts
Replies: 3
Views: 1156

Re: How to exclude some IPs from SSH email alerts

Have you tried to add those IPs at CSF.IGNORE?
by Sergio
23 Jul 2023, 15:42
Forum: General Discussion (csf)
Topic: How to block all IPs from specific domain?
Replies: 5
Views: 1246

Re: How to block all IPs from specific domain?

@Sergio - here is another IP from the same domain that has been blocked. There are hundreds of similar lines, so I copied all the ones that were different from each other. On another note, I don't understand why this is so challenging to do on CSF. On other FWs, you can simply put in a rule that es...