fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
In WHM go to... Home " Security Center " ModSecurity" Tools " Hits List Use the search box there. Search for "security scanner" In the list of results find the one that your thread is about. Copy t...
-
I made a post on how to do this manually. It can be found here... It contains a link to the cPanel Documentation on how to create a Modsecurity Vendor. I find it worthwhile to do this. After it i...
-
Where to start... The email with the contents you posted would have had an email subject of... lfd on host.name.com: Suspicious process running under user username lfd Excessive Resource Usage war...
-
Another option is a shell script. This is tested and working. Create file /usr/local/custom/cphulklogger with file permissions 755 with contents as below. #!/bin/sh exptime=$(printf "%q" $1) curre...
-
Another option... /usr/bin/printf '%s\n' '%exptime% - MaxAllowedFails: %max_allowed_failures% - CurrentFails: %current_failures% - ExcessiveFails: %excessive_failures% - Reason: %reason% - Remote-I...
-
You may want to simplify things till something works. 1) Create the log file on the same drive/mnt as the cPanel installation 2) Create the file.log in advance 3) Make sure it is writable 4) Start...
-
The cphulk documentation says... "The full path to a command that you want the system to run when an IP address" So maybe try... /usr/bin/echo "teststring2 and %remote_ip%" >> /home/username/public...
-
From cPHulk Brute Force Protection - Version 74 Documentation - cPanel Documentation [QUOTE]The full path to a command that you want the system to run when the system blocks an IP Have you tried /...
-
What is the output of echo "teststring" What is the output of echo --version What is the output of which echo And are you issuing these commands as root user?
-
Is this working? echo "teststring" >> /path/to/file.log Then is this working? echo "teststring and $(date)" >> /path/to/file.log Then is this working? echo "teststring and $(yourvariable)" >> /pa...