来源:Web安全手册
Beat the google search
[Paper]
Introduction to SQL injection: http://milw0rm.com/papers/225
里面提到了一个绕过google限制的搜索技巧,也许你在搜索某些关键字的时候翻了数十页就看到如下图所示的警告,是不是大为烦心。

作者提供了一个绕过的方法[大家常用的站内搜索]:
- Here is a way to get round this:
- goto http://www.google.com/coop/cse/
- click "Create a Custom Search Engine"
- Sign into your Google account give it a name & description, do not give it keywords
- Tell it to search the entire web
- Agree to ToS, click "Next" & send confirmation email in your email you should receive links that look
- like:
- http://www.google.com/coop/manage/cse/code?cx=002877699081652281083:klnfl5og4kg&sig
- Take the cx argument and place it here
- http://www.google.com/cse?cx=002877699081652281083:klnfl5og4kg&sig
- That will get round Google blocking your search which means you can search more sites.
- Use this Google search if you do not want to set up your own custom search.
- http://www.blackle.com/
为了验证此方法是否有效,我手动查找了30多页也未出现警告:-),我在本站放了个中文界面的。
http://www.pcsec.org/google.html