We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I changed the gospider cmd to below and it is working fine and showing the results aswell.
trap dotraps SIGINT SIGPIPE SIGTERM SIGHUP gospider -s "https://${target}" --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" --depth 5 --concurrent 80 --threads 100 --delay 1 --random-delay 1 --timeout 10 --robots --other-source --include-subs --include-other-source --sitemap --no-redirect | anew -q ${BASE_DIR}/output/${target}_$(date -I)/${target}_gospider.txt &> /dev/null & emoticons "gospider"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I changed the gospider cmd to below and it is working fine and showing the results aswell.
trap dotraps SIGINT SIGPIPE SIGTERM SIGHUP
gospider -s "https://${target}" --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" --depth 5 --concurrent 80 --threads 100 --delay 1 --random-delay 1 --timeout 10 --robots --other-source --include-subs --include-other-source --sitemap --no-redirect | anew -q ${BASE_DIR}/output/${target}_$(date -I)/${target}_gospider.txt &> /dev/null &
emoticons "gospider"
The text was updated successfully, but these errors were encountered: