• Resolved hari2014

    (@hari2014)


    In my settings, IPs that are not registered as users on the site are blocked. The bots try name and password and because the user does not exist they are blocked, which makes sense.
    Now I have the idea to redirect these automatic bots to empty pages or to other pages after a wrong login.

    My question: Is it possible to include this option in the plugin?

    So it would work like this:
    Automatic bot wants to log in with username and password. Since the user does not exist, block the bot as usual via the Ip and redirect it to another page, so that it thinks it has worked.

    What do you think of my idea? Can it be implemented in the plugin?

    Thank you
    Hari

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @hari2014,

    Do the bots IP are blocked in Permanent block list? WP security > Dashboard > Permanent block list have it.

    If Bot trying to login its server IP should be blocked not users’ ISP provider.

    Can you please provide more details on this issue so I can answer as per that.

    Regards

    Thread Starter hari2014

    (@hari2014)

    It is not a problem ! It works fine ! Look Pic .

    My idea was just to redirect the login bot to a page so they think they’ve made it and block their IP anyway. All good. It was just an idea, but I don’t think it’s necessary.

    Thanks for the answer
    Hari

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @hari2014,

    If a bot attempts to access it will first receive a 403 Forbidden response and added its IP to permanent block list.

    This 403 Forbidden indicates that it should not continue, but if it still does, it will be redirected to http://127.0.0.1.

    We are currently working on a filter that will allow you to specify a custom URL to redirect to, instead of http://127.0.0.1, when a permanently blocked IP tries to access the site. Hope that it what you required.

    Regards

    Thread Starter hari2014

    (@hari2014)

    Oh yes ! Absolut Great !!
    Thanks for Answer !!!!!
    Greetings Hari

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @hari2014

    AIOS 5.4.3 released it has aios_blocked_request_redirect_url filter added to allow permanently blocked IPs to be redirected to a custom URL rather than 127.0.0.1

    Thread Starter hari2014

    (@hari2014)

    I have insert a link to youtube. I Test it and give a url to my side that create 404 Error. https://haruby.de/test/
    But only on the side stand in German:
    SEITE NICHT GEFUNDEN

    es konnte nichts gefunden werden.
    I’m not redirecting to the YouTube video. Am I doing something wrong? Thank you for your help.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @hari2014,

    In my opinion, you should not redirect to a 404 page here.
    Instead, it should redirect to a page that contains the video, or provide a link to the video.
    Please let me know if your IP is blocked and not being redirected to the filter link you set in functions.php.

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Automatic bot registration’ is closed to new replies.