diff --git a/pentesting/pentesting-ftp/README.md b/pentesting/pentesting-ftp/README.md index e078db81..600eb3e6 100644 --- a/pentesting/pentesting-ftp/README.md +++ b/pentesting/pentesting-ftp/README.md @@ -225,5 +225,10 @@ Entry_5: Name: Browser Connection Description: Connect with Browser Note: ftp://anonymous:anonymous@{IP} + +Entry_6: + Name: Hydra Brute Force + Description: Need Username + Command: hydra -t 1 -l {Username} -P {Big_Passwordlist} -vV {IP} ftp ```