cURL script - visiting subdomains of a page -
i know should write if want visit , load subdomains of page.
example: want curl visit 1000 subdomains, starting www.example.com/page1 www.example.com/page1000
i figured out stuff don't know how finish it. worked-out far:
(curl -x post -d "$post_data" "www.example.com/page$x")
i don't know how write $x 1 1000 don't know how write start , finish of it...
thankx help
yes why not. can placing number inside []. doing curl on pages 1-1000 here example:
curl -x post -d "$post_data" "http://www.example.com/page[1-1000]" notice here ^^^^^^^^
Comments
Post a Comment