Hey, guys welcome to this page I will teach you how to hack a server with brute force it is too risky so I don't suggest you do this. we will use a tool today is named hydra it is a very popular tool we need kali Linux to run it . and we will do it in ((FTP file transfer protocol)) the files saved on the server we will hack that you know that website is hosted by a server if the server is hacked the website will be easily hacked. we have a victim username, not a password so we will hack the password. for FTP we can do footprinting and doxing and social engineering that's easy so let start:
▪️1- Open terminal and type pwd it will check that we are rooted or not make sure y is rooted almost all kali Linux is rooted
▪️2-Type clear press enter
▪️3- Select place where our password list is we type cd before selecting place these commands everyone knows like my password list is in cd/desktop
▪️4- Type hydra and press enter
▪️5- Now many commands will come of hydra
▪️6- type this command hydra -l ((give victim username paste username give space after l and enter username)) ((give space)) -P ((give your password list name)) ftp://((enter ftp)) press enter
▪️7- Now brute force attack is started it will take fucking long time
▪️8- The password will come in dark green color
▪️9- Boom done
▪️10- Just go to any online FTP by typing online FTP FTP port is 21 or use any port that is shown there and type FTP and username and password
❌NOW READ THIS CAREFULLY❌
Some faqs
question- how can we find username FTP and username
answer- by doxing footprinting and social engineering
question- how to find a password list
answer- simply find online example daniel 10 million password list
question- if we don't have a victim username we cant do hack
answer- yes y can do in 6th command after L just give your username list it will brute force it also ...
0 Comments