Search found 80 matches

by BallyBasic79
17 Oct 2019, 03:12
Forum: General Discussion (csf)
Topic: Return value from csf -u
Replies: 1
Views: 1939

Re: Return value from csf -u

I get a response. Don't think it is configured that way.
root@server [~]# csf -u
csf is already at the latest version: v13.07
by BallyBasic79
17 Oct 2019, 03:10
Forum: General Discussion (csf)
Topic: csf regex.custom.pm and log files
Replies: 3
Views: 2946

Re: csf regex.custom.pm and log files

Good catch.

You just passed the regex thread pinned at the top of this General Discussion (csf) forum. Or:
https://forum.configserver.com/viewtopic.php?f=6&t=7517
by BallyBasic79
15 Oct 2019, 20:00
Forum: General Discussion (csf)
Topic: Help with pignore / Ubuntu Landscape
Replies: 6
Views: 3443

Re: Help with pignore / Ubuntu Landscape

You could try:
exe:/usr/bin/python3.6 (sorry, exe does not need to be escaped.)
pcmd:/usr/bin/python3 /usr/bin/landscape-.* (fixed .* at end)

You can also raise the 256 (MB) Virtual Memory Size threshold.
by BallyBasic79
15 Oct 2019, 19:33
Forum: General Discussion (csf)
Topic: Help with pignore / Ubuntu Landscape
Replies: 6
Views: 3443

Re: Help with pignore / Ubuntu Landscape

For detail, refer to 8. Process Tracking in https://download.configserver.com/csf/readme.txt (if you haven't already.) There are several notes in the readme on identifying the source of the process that CSF uses for evaluation (/proc), where to get more information, and a caution about a problematic...
by BallyBasic79
15 Oct 2019, 07:52
Forum: General Discussion (csf)
Topic: csf regex.custom.pm and log files
Replies: 3
Views: 2946

Re: csf regex.custom.pm and log files

If you'd like help, it will help if you post some example log lines, the log filename, and your custom regex.
by BallyBasic79
15 Oct 2019, 07:49
Forum: General Discussion (csf)
Topic: Help with pignore / Ubuntu Landscape
Replies: 6
Views: 3443

Re: Help with pignore / Ubuntu Landscape

# [*]You must remember to escape characters correctly when using regex's, e.g.:
# pexe:/home/.*/public_html/cgi-bin/script\.cgi

The . needs to be escaped:
exe:/usr/bin/python3\.6

HTH
by BallyBasic79
09 Oct 2019, 22:02
Forum: General Discussion (csf)
Topic: CloudFlare things and query strings
Replies: 5
Views: 3306

Re: CloudFlare things and query strings

Good thoughts. I have no experience with Cloudflare or the issues stated. I do know that everything in computer systems happens (or doesn't) for a reason. And with networking, there is a trail of events that can be virtually followed. CSF, in my experience, documents actions taken somewhere. It won'...
by BallyBasic79
09 Oct 2019, 19:17
Forum: General Discussion (csf)
Topic: File globbing syntax
Replies: 2
Views: 2378

Re: File globbing syntax

APACHE_LOG and NGINX_LOG do not appear to be valid CSF constants. You cannot add these to csf.conf. But there is a feature for this; ############################################################################### # SECTION:Log Scanner #################################################################...
by BallyBasic79
09 Oct 2019, 08:28
Forum: General Discussion (csf)
Topic: CloudFlare things and query strings
Replies: 5
Views: 3306

Re: CloudFlare things and query strings

Which logs are you looking at?
Which server/panel are you running?
Do you have some other security running, such as mod_security or cPHulk?