kurobeats / fimap

fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps.
GNU General Public License v2.0
521 stars 99 forks source link

Google issue #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi... i'm using fimap_alpha_v08, and i have this problem

./fimap.py -g -q 'inurl:cadena.php"'
fimap v.08 by Iman Karim - Automatic LFI/RFI scanner and exploiter
[INFO] 0 plugins loaded.
GoogleScanner is searching for Query: 'inurl:cadena.php"'
Querying Google Search: 'inurl:cadena.php"' with max pages 10...
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: HTTP Error 503: Service 
Unavailable
[RETRYING PAGE 1]
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: <urlopen error timed 
out>
[RETRYING PAGE 1]
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: HTTP Error 503: Service 
Unavailable
[RETRYING PAGE 1]
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: HTTP Error 503: Service 
Unavailable
[RETRYING PAGE 1]
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: HTTP Error 503: Service 
Unavailable
[RETRYING PAGE 1]
Failed getting http://www.google.com/search?
q=inurl%3Acadena.php%22&num=50&btnG=Google+Search: HTTP Error 503: Service 
Unavailable
[RETRYING PAGE 1]
MAXIMAL COUNT OF (RE)TRIES REACHED!

Why this keep happening? how can i fix this?

Original issue reported on code.google.com by ventasbe...@gmail.com on 26 Apr 2010 at 8:40

GoogleCodeExporter commented 9 years ago
If you are using a proxy, try another one. Or try without one... 
Does not look like an fimap problem...

Maybe google for: "HTTP Error 503: Service Unavailable" !?

good luck fixing, tho

Original comment by Bytemast...@gmail.com on 27 Apr 2010 at 1:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This happens if you have made too much requests to google and now google thinks 
(or
knows) that a bot are sending the requests.
Afaik the easiest solution is to change your IP.

Also in the SVN version there are some options to tweak the google search.

You may want to ask Peteris Krumins who is the developer of the xgoogle module 
I am
using.
http://www.catonmat.net/blog/python-library-for-google-search

I will leave this bug report open until I have a good solution.

Thanks for reporting!

imax.

Original comment by fimap....@gmail.com on 27 Apr 2010 at 4:32

GoogleCodeExporter commented 9 years ago
# python fimap.py -g -q 'inurl:include.php'
fimap v.08 by Iman Karim - Automatic LFI/RFI scanner and exploiter
[INFO] 1 plugins loaded.
GoogleScanner is searching for Query: 'inurl:include.php'
Querying Google Search: 'inurl:include.php' with max pages 10...
Google Scan completed.

nothing shows up when i have tried to use the googlescan. any suggestions?

Original comment by jdupto...@gmail.com on 8 May 2010 at 12:02

GoogleCodeExporter commented 9 years ago
Hi jdupton21,

I can reproduce that and I guess its becasue google changed the "GUI" of google.

So basicly the googlesearch of fimap is broken right now.
I will ask Peteris Krumins who developed the xgoogle module I am using. Maybe he
already rolled out a patch which i will include to fimap then.
(http://www.catonmat.net/blog/python-library-for-google-search)

Thank you for reporting!
-imax.

Original comment by fimap....@gmail.com on 8 May 2010 at 7:45

GoogleCodeExporter commented 9 years ago
Hi again jdupton21,

The error is fixed in the SVN version.
All credit goes to Mati's comment on the xgooglepage ;)

-imax.

Original comment by fimap....@gmail.com on 8 May 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Closing this issue cause there is nothing to do.
Change Proxy or use the new google-cooldown feature to avoid hammering google
(--googlesleep=X)

-imax.

Original comment by fimap....@gmail.com on 25 May 2010 at 11:36