Skip to content

Instantly share code, notes, and snippets.

@hkhojasteh
Created January 30, 2019 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkhojasteh/51adc98053cc1d11a72aaca8e911964d to your computer and use it in GitHub Desktop.
Save hkhojasteh/51adc98053cc1d11a72aaca8e911964d to your computer and use it in GitHub Desktop.
#! /bin/bash
# use this script for downloading Golestan CAPTCHA
for ((i=0;i < 10000000;i++)){
wget -x --no-check-certificate https://support.nowpardaz.ir/frm/captcha/captcha.ashx -O ./$i.gif
}
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment