[sqlmap-users] -g produces: unable to find results for your Google dork expression
Brought to you by:
inquisb
From: Shavian S. <sha...@gm...> - 2010-05-21 03:51:19
|
Hello sqlmap list, I have the version 0.8 installed. python sqlmap.py --version sqlmap/0.8 - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net ------ I try using -g with the following google dork expression: python sqlmap.py -g "site:testphp.acunetix.com ext:php" -v 5 This produces: .....snip.... [19:11:38] [DEBUG] initializing the configuration [19:11:38] [DEBUG] initializing the knowledge base [19:11:38] [DEBUG] cleaning up configuration parameters [19:11:38] [DEBUG] setting the HTTP timeout [19:11:38] [DEBUG] setting the HTTP method to GET [19:11:38] [DEBUG] initializing Google dorking requests [19:11:38] [INFO] first request to Google to get the session cookie [19:11:44] [INFO] using Google result page #1 [19:11:45] [TRAFFIC OUT] HTTP request: GET http://www.google.com/search?q=site:testphp.acunetix.com%20ext:php&num=100&hl=en&safe=off&filter=0&btnG=Search&start=0HTTP/1.1 [19:11:46] [TRAFFIC IN] HTTP response (OK - 200): Cache-Control: private, max-age=0 Date: Thu, 20 May 2010 13:41:44 GMT Expires: -1 Content-Type: text/html; charset=ISO-8859-1 Set-Cookie: NID=34=SvXjX1RlFdmyn2Jve9akHSoBZHcfRc-2TTpQxh0p8udfnFxuDzgFqb23k-uNV-HZwshjZbMdfYB3Hm-QsjAefVb2zMyohdumIJvlBBNGneXr88qWWgn5tFJ9l8bP_WAR; expires=Fri, 19-Nov-2010 13:41:44 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-Cache: MISS from . Via: 1.0 .:8000 (squid) Connection: close <!doctype html><head><title>site:testphp.acunetix.com ext:php - Google Search</title><script>window.google={kEI:"GDz1S4O_KJGuswOT8KiIBQ",kEXPI:"23730,24661",kCSI:{e:"23730,24661",ei:"GDz1S4O_KJGuswOT8KiIBQ",expi:"23730,24661"},ml:function(){},kHL:"en",time:function(){return(new Date).getTime()},log:function(b,d,c){var a=new Image,e=google,g=e.lc,f=e.li;a.onerror=(a.onload=(a.onabort=function(){delete g[f]}));g[f]=a;c=c||"/gen_204?atyp=i&ct="+b+"&cad="+d+"&zx="+google.time();a.src=c; e.li=f+1},lc:[],li:0,Toolbelt:{}}; ....snip ... [19:11:46] [ERROR] unable to find results for your Google dork expression [*] shutting down at: 19:11:46 --------------- I copied the response content in a file and loaded it in a browser and sure enough it gets some results for the google dork. But sqlmap complains that there are none. I tried with another site as well, but got the same result. What am I missing? Thanks, Shavian |