Hi! I’m trying to make it so that if a person comes from outside via a link from my web server (for example www.server.net/wp-login.php), and it contains the following words (wp-login.php), then the page is blocked.
I added to the section L7 protocol regular expressions (regexps) with the following text:
[client ] (File does not exist|script not found or unable to stat): [^ ]/([^ ].asp|[^ ].dll|[^ ].exe|admin|Admin|Ads|ads|apps|archive|awstats|b0ard|bin|blog|board|cgi|clan|cms|community|cube|database|datenbank|directforum|drupal|f0rum|file:|forum|horde|Horde|html|mail|myadmin|mysql|padmin|page|php|pma|PMA|rc|README|rms|round|scgi|script|seite|sql|stat|ucp.php|wbb|WBB|web|wm|wp-login.php|xmlrpc|xmlsrv)
Next, based on this, I added an entry to the firewall, but it did not work.
What am I doing wrong?