0% found this document useful (0 votes)
158 views2 pages

Computer Security: Brute Force Attacks

This document is a group assignment for a computer security course at Dilla University's College of Engineering and Technology, Department of Computer Science. It contains definitions and information about different types of brute force attacks, including simple brute force attacks, dictionary attacks, hybrid brute force attacks, reverse brute force attacks, and credential stuffing. The document discusses the motives for brute force attacks and tools used by hackers, such as password cracking applications. It concludes with recommendations for preventing brute force attacks, like using strong, unique passwords and encrypting passwords.

Uploaded by

Aschalew Ayele
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views2 pages

Computer Security: Brute Force Attacks

This document is a group assignment for a computer security course at Dilla University's College of Engineering and Technology, Department of Computer Science. It contains definitions and information about different types of brute force attacks, including simple brute force attacks, dictionary attacks, hybrid brute force attacks, reverse brute force attacks, and credential stuffing. The document discusses the motives for brute force attacks and tools used by hackers, such as password cracking applications. It concludes with recommendations for preventing brute force attacks, like using strong, unique passwords and encrypting passwords.

Uploaded by

Aschalew Ayele
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

DILLA UNIVERSITY

COLLEGE OF ENGINNERING AND TECHNOLOGY


SCHOOL OF COMPUTING AND INFORMATICS
DEPARTMENT OF COMPUTER SCIENCE

Computer Security

Group Assignment
GROUP MEMBERS ID NUMBER

1.Solomon Eshetu………………………………………………………………… 9753/20

2.Mohammed Nesru …………………………………………………………………5842/20


Brute Force Attack Definition
A brute force attack is a hacking method that uses trial and error to crack
passwords, login credentials, and encryption keys. Attackers try multiple
combinations until they find the correct login information. There are different
types of brute force attacks:
1. Simple Brute Force Attacks: Hackers manually guess passwords using
common combinations or personal information.
2. Dictionary Attacks: Attackers test possible passwords against a
username, using dictionaries and adding special characters.
3. Hybrid Brute Force Attacks: Combines dictionary attacks with simple
brute force methods to discover login combinations.
4. Reverse Brute Force Attacks: Attackers start with a known password and
search for matching usernames.
5. Credential Stuffing: Attackers use stolen username/password
combinations on other websites.
The motives behind brute force attacks include exploiting ads or activity data,
stealing personal data, spreading malware, hijacking systems for malicious
activity, and damaging a company's reputation.
Hackers use various tools for brute force attacks, such as password-cracking
applications like Aircrack-ng and John the Ripper.
To prevent brute force attacks, individuals and organizations can use stronger
passwords, including complex passphrases, unique passwords for each
account, and password managers. Organizations should also encrypt
passwords and strengthen network security.

You might also like