Please enable JavaScript.
Coggle requires JavaScript to display documents.
TYPES OF ATTACKS (BRUTE-FORCE ATTACK (Using a particular character set and…
TYPES OF ATTACKS
BRUTE-FORCE ATTACK
- Using a particular character set and computes the hash for every possible password made up of those characters.
- Always computes the password if that password is made up of the character set
- The downside is that time is required for completion of this type of attack.
DICTIONARY ATTACK
- All of the words in a dictionary file are computed and compared against the possible users’ password.
- Extremely fast and finds simple passwords.
ACCESS ATTACK
- Known vulnerabilities in authentication services, FTP services, and web services to gain entry sensitive information.
-
-
-
- Man-in-the-middle attacks
-
-
PASSWORD ATTACK
- Using several method, including brute-force attacks, trojan horse programs, IP spoofing, and packet sniffers.
-
-