Merge pull request #229 from CoolHandSquid/HAC-Hydra

HAC Hydra FTP
This commit is contained in:
Carlos Polop 2021-09-25 15:15:45 +01:00 committed by GitHub
commit 1a781e5c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```