66.6k views
0 votes
What type of password cracking was being performed by the attacker who tried 00000000, 00000001, 00000002, and continued to increment by 1 number until they found the correct pin of 13252342?

A. Dictionary attack
B. Brute-force attack
C. Hybrid attack
D. Rainbow table attack

User Jmills
by
7.7k points

1 Answer

5 votes

Final answer:

B. Brute-force attack. The attacker utilized a brute-force attack, where they incrementally tried every possible number combination until finding the correct PIN.

Step-by-step explanation:

The type of password cracking performed by the attacker who tried increasing numbers sequentially, starting from 00000000 and continuing until they found the correct pin of 13252342, is known as a Brute-force attack. This method involves systematically trying every possible combination until the correct one is found.

It does not use any precomputed lists or tables and is one of the most basic and straightforward methods for cracking passwords or PINs.

The type of password cracking being performed by the attacker is a Brute-force attack. In a Brute-force attack, the attacker systematically tries every possible combination of characters until the correct password is found. The attacker started with the PIN code '00000000' and incremented it by 1 number until they found the correct PIN code, which was '13252342'.

User Charles Ward
by
8.1k points