Update README.md

This commit is contained in:
Joe Totes
2022-09-20 09:18:56 -04:00
committed by GitHub
parent 1a0e6edc06
commit a9ed22e8dd

View File

@@ -217,6 +217,9 @@ ssh {USER}@{IP ADDRESS} -i {PKEY.ssh}
# Remote file copy # Remote file copy
scp {USER}@{IP ADDRESS}:{FILE.ext} . scp {USER}@{IP ADDRESS}:{FILE.ext} .
# Hydra brute force
hydra -l {USER} -P /usr/share/wordlists/rockyou.txt ssh://{IP ADDRESS}
# Crackmap brute force # Crackmap brute force
crackmapexec ssh {IP ADDRESS} -u {USER.txt} -p {PASSWORD.txt} crackmapexec ssh {IP ADDRESS} -u {USER.txt} -p {PASSWORD.txt}