批量使用dirsearch

for i in `cat target.txt`;do
python3 dirsearch.py -u $i -e *
done;

原文地址:https://www.cnblogs.com/ahacker15/p/13029004.html