- Collect HTTP status codes, redirects, body and headers for a given list or urls.
- /results_{datetime_started}/url_statuscodes_{datetime_started}.csv
- /results_{datetime_started}/details/{datetime_now}.{url_slug}.body.html (contains the HTML body)
- /results_{datetime_started}/details/{datetime_now}.{url_slug}.headers.txt (contains all headers)
- /results_{datetime_started}/details/{datetime_now}.{url_slug}.url.txt (the original url)
git clone [email protected]:rboonzaijer/urlchecker-bash-curl.git
cd urlchecker-bash-curl
chmod +x check.sh
[ ! -f urls.txt ] && cp examples/urls.example.txt urls.txt
# NOTE: Set your own urls in 'urls.txt'
./check.sh