How To Brute Force a Login Page of Ftp Server of Any Website
- Joker Hacker

- Nov 18, 2019
- 1 min read
HI, Guy's it's Joker From Black Hat Hackers Team
Today we are going to find a admin password of ftp server using hydra to brute force
First we need website's IP address. We can get ip by using ping command
example "ping www.google.com"
After this command you will get ip like 192.168.1.1
Next we should check what ports are open on that ip address
Two methods to find open ports
Zenmap (GUI)
Nmap (Terminal Based)
nmap <Ip> ex: "nmap 192.168.1.1"
If the port 21 is open your lucky!
Next we need to connect to ftp server using browser, type ftp:ipaddress in broswer then it will ask for login details. First try Username as admin and password as administrator. If this all fails then Brute force
hydra -t 1 -l admin /usr/share/john/password.lst -vV <Ip address without brackets> ftp
I Hope you Guy's learned How to Brute Force Login Page of FTP server




Bro where can i get password list