fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
@carlos_tlewis Your initial post showed the rule ID that was causing the 403 response. It is [id "214940"> but you should NOT disable this rule. To do so would allow all outgoing rule violations. ...
-
I don't do this but would try... pcmd:lsphp:/home/.*/public_html/wp-cron\.php and pcmd:lsphp:/home/.*/public_html/.*/wp-cron\.php Also note that Chirpy warns... [QUOTE] # It is strongly recommende...
-
Manual is here... WHM " Home " Plugins " ConfigServer eXploit Scanner " Documentation --options OLfmMCh$ The dollar sign ($) is not a valid option, delete it. That is not making it slow. Always m...
-
After further investigation it seems unlikely that the first error message posted would be caused by a mod-security rule syntax error. This fragment of the error text has been discussed in various ...
-
I would most highly suspect a syntax error in a mod-security rule. I would most highly suspect the syntax error to be in a user supplied custom rule. To test, on the old Apache build, disable all c...
-
awk's default is to print all of each line that matches the pattern, so we can remove 2 instances of the print command. Also results can be limited to have a count greater than a chosen number. So ...
-
cat /var/log/messages | awk '/*TCP_IN Blocked*/ {print}' | awk '{ print $13 }' | awk '{ sub(/SRC=/, ""); print }' | sort | uniq -c | sort -n Seems to work. Someone who knows what they are doing may...
-
Thats strange.
-
It appears to be an attack on a vulnerability in DedeCMS, a Chinese open source CMS. A list of vulnerabilities for DedeCMS can be viewed here... Dedecms : Security vulnerabilities The arbitrary PH...
-
ConfigServer eXploit Scanner does that, but it is a paid cPanel plugin. From the cxs Documentation... [QUOTE] cxs Watch Daemon This is an alternative to ftp and web script upload scanning. The cxs...