so instead of writing a pure http client for spoofing google , i write some junk of js files to fetch urls from google , without getting banned :)
I used firefox and greasemonkey plugin.
Basically , what this script does that ;
- Wait until google ajax request is loaded
- parse the body content to obtaion urls by using regular expressions
- after those expressions are evaluaded , i send those url to external website by using GET request
- After sending is completed , script generates a fake next click event that is for fetching next page.
- And again to step 1 until all results are finished
- lastly , modify the gonder function in order to adapt your needs
Check out my script here
0 comments:
Post a Comment