mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
add content pass-the-hash@sMuKqf27y4iG0GrCdF5DN.md (#6830)
This commit is contained in:
committed by
GitHub
parent
ad8ce9f9f2
commit
be3e1859dd
@@ -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)
|
||||
|
Reference in New Issue
Block a user