Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: HostechSupport on August 11, 2018, 02:28:30 AM

Title: brute force attack
Post by: HostechSupport on August 11, 2018, 02:28:30 AM
What is a brute force attack? How can we prevent it on the server?
Title: Re: brute force attack
Post by: 12Three on February 28, 2019, 11:14:59 PM
A Brute Force Attack is the simplest method to gain access to a site or server (or anything that is password protected). It tries various combinations of usernames and passwords again and again until it gets in. This repetitive action is like an army attacking a fort.
Yes, you can take some precautionary to prevent it:

    Password Length.
    Password Complexity.
    Limit Login Attempts.
    Modifying .htaccess file.
    Using Captcha.
    Two Factor Authentication.
    Cloudflare.
Title: Re: brute force attack
Post by: RH-Calvin on March 01, 2019, 12:20:41 AM
A Brute Force Attack is the simplest method to gain access to a site or server (or anything that is password protected). It tries various combinations of usernames and passwords again and again until it gets in. This repetitive action is like an army attacking a fort.