批量使用dirsearch

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

 

posted @ 2020-06-02 07:31  vcxvxcv  阅读(1239)  评论(1)    收藏  举报