Password Attacks
HTTP POST Attack with THC-Hydra
Using THC-Hydra:
Perform an HTTP POST attack using Hydra to brute-force login credentials.
Replace
admin
,pass.txt
, and192.168.1.12
with the target username, password list, and IP address, respectively.
SSH Attack with THC-Hydra
Using THC-Hydra:
Conduct an SSH attack using Hydra to brute-force SSH credentials.
Replace
levi
,levi.txt
, and192.168.1.12
with the target username, password list, and IP address, respectively.
Leveraging Password Hashing
Identify Hash Type:
Use hashid to identify the hash type.
Crack Hash with Hashcat:
Use Hashcat to crack the hash.
Pass The Hash Attack
Using mimikatz:
Execute Pass The Hash Attack with mimikatz.
Use the
sekurlsa::pth
command to pass the hash for privilege escalation.
Last updated