alfredleo / fimap

Automatically exported from code.google.com/p/fimap
0 stars 1 forks source link

google search doesn't work properly #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If i skip some pages, fimap just says "Google Scan completed.", without doing 
anything.

-----------------------------------------------------------------------
fimap.py -g -q "inurl:include" --skip-pages=10 --pages=100

fimap v.08.1 by Iman Karim - Automatic LFI/RFI scanner and exploiter
[INFO] 0 plugins loaded.
GoogleScanner is searching for Query: 'inurl:include'
Google Scanner will skip the first 10 pages...
Querying Google Search: 'inurl:include' with max pages 100...
Google Scan completed.

Original issue reported on code.google.com by deepfree...@googlemail.com on 13 Jul 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Hi deepfreeze,

Are you sure that there are so much results?
Because every page contains 100 results. So if there are less than 1000 results 
(cause you skip 10 pages) then you wont find anything.
Can you please verify it by hand that there are less than 1000 results?
Otherwise I have to checkout the xgoogle module. Maybe there is an update :)

-imax.

Original comment by fimap....@gmail.com on 14 Jul 2010 at 3:08

GoogleCodeExporter commented 9 years ago
sorry my mistake, default search is 10 results per page and i didn't notice, 
that fimap uses 100 results per page. google doesnt't show up any findings 
above 9-10< pages, so it's okay.

btw great tool, keep up the good work ;D

Original comment by deepfree...@googlemail.com on 14 Jul 2010 at 6:23

GoogleCodeExporter commented 9 years ago
suggestion:
might it be possible, to make the list-feature also available for google-search 
strings? it takes a time for fimap to check all search results, so it would be 
great if i can give a list of search strings to it.

Original comment by deepfree...@googlemail.com on 14 Jul 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Hi deepfreeze,

Yeah some other guys also wanted a list-feature for the google search.
But imo its not needed because you could just write a little shell script which 
starts fimap with each search-term one after one like this:

python fimap.py -g -q 'superman'
python fimap.py -g -q 'spiderman'

But I might add a google-search-string-list feature later :)

Cheers,
-imax.

Original comment by fimap....@gmail.com on 14 Jul 2010 at 4:17