```powershell #cat targets_urls.txt http://public-firing-range.appspot.com ``` ## Command Line ```powershell gospider -S targets_urls.txt -c 10 -d 5 --blacklist ".(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico|pdf|svg|txt)" --other-source | grep -e "code-200" | awk '{print $5}'| grep "=" | qsreplace -a | dalfox pipe -o result.txt ``` - https://github.com/jaeles-project/gospider - https://github.com/tomnomnom/qsreplace - https://github.com/hahwul/dalfox