1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00
This commit is contained in:
Jesús Enrique Alcalá Rojas
2024-09-04 04:02:27 -04:00
committed by GitHub
parent ad8ce9f9f2
commit be3e1859dd

View File

@@ -0,0 +1,8 @@
# Pass the Hash
Pass the Hash (PtH) is a hacking technique that allows an attacker to authenticate to a remote server or service using the hashed value of a user's password, without needing to know the actual plaintext password. This method exploits weaknesses in the way some authentication protocols handle hashed credentials, particularly in Windows-based systems.
Visit the following resources to learn more:
- [@article@What is a pass-the-hash attack?](https://www.crowdstrike.com/cybersecurity-101/pass-the-hash/)
- [@article@Pass the Hash Attack](https://www.netwrix.com/pass_the_hash_attack_explained.html)