1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

add content brute-force-vs-password-spray@Q0i-plPQkb_NIvOQBVaDd.md (#6712)

This commit is contained in:
Jesús Enrique Alcalá Rojas
2024-08-21 04:37:44 -04:00
committed by GitHub
parent ad3a5da811
commit ab69587aa5

View File

@@ -0,0 +1,13 @@
# Brute Force vs Password Spray
## What is Brute Force?
Brute Force is a method of password cracking where an attacker systematically tries all possible combinations of characters until the correct password is found. This method is highly resource-intensive, as it involves attempting numerous password variations in a relatively short period of time.
## What is Password Spray?
Password Spray is a more targeted and stealthy method of password cracking where an attacker tries a small number of common passwords across many different accounts. Instead of bombarding a single account with numerous password attempts (as in brute force), password spraying involves using one or a few passwords against multiple accounts.
Visit the following resources to learn more:
- [@article@Brute force vs. Password Spray attack](https://www.inspark.nl/brute-force-vs-password-spray-attack-in-azure-sentinel/)